This commit is contained in:
Ben Cherry
2025-06-30 15:51:21 -07:00
parent 3106456411
commit 5bf99a2a5d
+7
View File
@@ -46,3 +46,10 @@ uv run python src/agent.py dev
```
This agent requires a frontend application to communicate with. Use a [starter app](https://docs.livekit.io/agents/start/frontend/#starter-apps), our hosted [Sandbox](https://cloud.livekit.io/projects/p_/sandbox) frontends, or the [LiveKit Agents Playground](https://agents-playground.livekit.io/).
Run tests
```console
uv run pytest
```