Implement the VAD agent #10

Merged
0950726 merged 9 commits from feat/vad-agent into dev 2025-10-29 08:15:25 +00:00
Showing only changes of commit fd1facedd1 - Show all commits

View File

@@ -33,7 +33,7 @@ uv run --only-group test pytest test/unit
Or for integration tests:
```bash
uv run --only-group integration-test pytest test/integration
uv run --group integration-test pytest test/integration
```
## GitHooks