[WIP] AWS Nova Sonic service - add a hacky way of programmatically triggering an assistant response

This commit is contained in:
Paul Kompfner
2025-05-02 11:31:56 -04:00
parent 3784bdbd27
commit cc1f4ba81c
4 changed files with 100 additions and 11 deletions

View File

@@ -96,6 +96,7 @@ where = ["src"]
[tool.setuptools.package-data]
"pipecat" = ["py.typed"]
"pipecat.services.aws_nova_sonic" = ["src/pipecat/services/aws_nova_sonic/ready.wav"]
[tool.pytest.ini_options]
addopts = "--verbose"