runner: allow custom CLI arguments

This commit is contained in:
Aleix Conchillo Flaqué
2026-01-29 10:08:25 -08:00
parent f3b72e9263
commit bbb8b53d03
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`.