Merge pull request #4234 from pipecat-ai/aleix/export-runner-app

Export FastAPI app from runner for custom routes
This commit is contained in:
Aleix Conchillo Flaqué
2026-04-03 09:45:39 -07:00
committed by GitHub
2 changed files with 21 additions and 8 deletions

1
changelog/4234.added.md Normal file
View File

@@ -0,0 +1 @@
- The development runner now exports a module-level `app` FastAPI instance (`from pipecat.runner.run import app`) so you can register custom routes before calling `main()`.