This commit is contained in:
Ben Cherry
2025-07-18 16:11:24 -04:00
parent 3fca47368e
commit ffc390ad72
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -16,3 +16,4 @@ __pycache__
README.md
LICENSE
.github
tests/
+1 -1
View File
@@ -81,7 +81,7 @@ To add a phone number, see the [agents telephony guide](https://docs.livekit.io/
This project includes a complete suite of evals, based on the LiveKit Agents [testing & evaluation framework](https://docs.livekit.io/agents/build/testing/). To run them, use `pytest`.
```console
uv run pytest evals
uv run pytest
```
## Using this template repo for your own project