Merge pull request #1924 from pipecat-ai/aleix/new-examples-package

add new pipecat.examples package and make runner public
This commit is contained in:
Aleix Conchillo Flaqué
2025-05-29 11:18:22 -07:00
committed by GitHub
127 changed files with 134 additions and 366 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- The examples runner is now public from the `pipecat.examples` package. This
allows everyone to build their own examples and run them easily.
- It is now possible to push `OutputDTMFFrame` or `OutputDTMFUrgentFrame` with
`DailyTransport`. This will be sent properly if a Daily dial-out connection
has been established.