Adds an opt-in compose override that bind-mounts the three_cx provider
files (and the alembic versions dir, so newer local migrations resolve)
into the prebuilt API image — useful when iterating on a provider
without rebuilding. Loaded explicitly via
`docker compose -f docker-compose.yaml -f docker-compose.dev.yaml up`.
Also blanks the default `NEXT_PUBLIC_BACKEND_URL` in `ui/.env.example`
so the browser uses `window.location.origin` and the Next.js rewrite in
`next.config.ts` proxies `/api/v1/*` to the backend. This works for both
single-host dev and remote dev (where `localhost:8000` from the browser
points at the wrong machine).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Add tuner integration
* bump pipecat version
* chore: update pipecat submodule to match upstream and use tuner-pipecat-sdk 0.2.0
Update pipecat submodule from 0.0.109.dev23 to 13e98d0d9 (the exact commit
upstream dograh-hq/dograh uses after v1.30.1). This installs pipecat-ai as
1.1.0.post277 via setuptools_scm, satisfying tuner-pipecat-sdk 0.2.0's
pipecat-ai>=1.0.0 requirement.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* wire tuner
* feat: refactor integrations into self contained packages
* chore: simplify ensure_public_access_token
* fix: remove NodeSpec and make DTOs the source of truth
* feat: send relevant signal to mcp using to_mcp_dict
* fix: fix tests
* cleanup: remove nango integrations
* feat: add agents.md for integrations
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Abhishek Kumar <abhishek@a6k.me>
* feat: add tests and migrations
* feat: workflow versioning among published and draft
* feat: add a new settings page to simplify workflow detail page
* fix: fix tsclient generation
* docs: add windows commands for developer setup
* feat: add windows scripts
* fix(ui): make dev script cross-platform with cross-env
* feat(scripts): enhance migration scripts for Alembic environment setup and add virtual environment activation