Merge pull request #3590 from pipecat-ai/aleix/custom-cli-runner-args

runner: allow custom CLI arguments
This commit is contained in:
Aleix Conchillo Flaqué
2026-01-29 13:53:27 -08:00
committed by GitHub
4 changed files with 95 additions and 90 deletions

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

@@ -0,0 +1 @@
- `main()` in `pipecat.runner.run` now accepts an optional `argparse.ArgumentParser`, allowing bots to define custom CLI arguments accessible via `runner_args.cli_args`.