Merge pull request #4524 from pipecat-ai/mb/fix-runner-imports

Improve runner optional transport handling
This commit is contained in:
Mark Backman
2026-05-20 11:16:16 -04:00
committed by GitHub
4 changed files with 475 additions and 35 deletions

View File

@@ -0,0 +1 @@
- Updated the development runner startup banner to show the prebuilt client URL once and list enabled or disabled transports with install hints.

1
changelog/4524.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed the development runner so missing optional transport dependencies disable only their related routes instead of failing startup in all-transport mode.