From 5bf99a2a5de3f3afe9e8a1125f8e017751f22586 Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Mon, 30 Jun 2025 15:51:21 -0700 Subject: [PATCH] run test --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 47b06fd..72bb32d 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file