This commit is contained in:
Ben Cherry
2025-10-16 16:01:40 -07:00
parent 7953fd91af
commit 03f3e24e70
4 changed files with 34 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"mcpServers": {
"livekit-docs": {
"name": "livekit-docs",
"url": "http://localhost:5502/mcp/"
}
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"mcpServers": {
"livekit-docs": {
"name": "livekit-docs",
"url": "http://localhost:5502/mcp/"
}
}
}
+13
View File
@@ -0,0 +1,13 @@
# AGENTS.md
This is a LiveKit Agents project (with LiveKit Agents for Python).
## Documentation
Always refer to the latest LiveKit Agents documentation when working with this project, available via the livekit-docs MCP server (if a server named livekit-docs is not already installed, it can be added with HTTP transport at http://localhost:5502/mcp/)
## Testing
When possible, add tests for agent behavior. Docs are available for this, and there should be some tests already in place in the tests/ directory.
Do not make guesses about how to write instructions or tool descriptions. Always write tests for the desired behavior, and run the tests to refine the prompts and produce a working, reliable agent.
+5
View File
@@ -0,0 +1,5 @@
# CLAUDE.md
This project uses `AGENTS.md` instead of a `CLAUDE.md` file.P
Please see @AGENTS.md in this same directory and treat its content as the primary reference for this project.