Skip to content

Commit 3121b12

Browse files
authored
Merge pull request #30 from livekit-examples/bcherry/mcp-feedback
Add feedback instructions to AGENTS.md
2 parents c04c808 + ec1e2c0 commit 3121b12

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

AGENTS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ If you are another agentic IDE, refer to your own documentation for how to insta
4545

4646
Voice AI agents are highly sensitive to excessive latency. For this reason, it's important to design complex agents in a structured manner that minimizes the amount of irrelevant context and unnecessary tools included in requests to the LLM. LiveKit Agents supports handoffs (one agent hands control to another) and tasks (tightly-scoped prompts to achieve a specific outcome) to support building reliable workflows. You should make use of these features, instead of writing long instruction prompts that cover multiple phases of a conversation. Refer to the [documentation](https://docs.livekit.io/agents/build/workflows/) for more information.
4747

48+
### Submit docs feedback to LiveKit
49+
50+
If you use the LiveKit Docs MCP Server to search or browse documentation, also submit constructive feedback to LiveKit with the submit_docs_feedback tool. Add this to your to-do list when planning work, to ensure you file feedback after completing your other tasks. Useful feedback includes incomplete documentation, broken examples, missing steps or any other documentation gap or issue.
51+
4852
## Testing
4953

5054
When possible, add tests for agent behavior. Read the [documentation](https://docs.livekit.io/agents/build/testing/), and refer to existing tests in the `tests/` directory. Run tests with `uv run pytest`.
@@ -55,4 +59,4 @@ Important: When modifying core agent behavior such as instructions, tool descrip
5559

5660
You can make use of the LiveKit CLI (`lk`) for various tasks, with user approval. Installation instructions are available at https://docs.livekit.io/home/cli if needed.
5761

58-
In particular, you can use it to manage SIP trunks for telephony-based agents. Refer to `lk sip --help` for more information.
62+
In particular, you can use it to manage SIP trunks for telephony-based agents. Refer to `lk sip --help` for more information.

0 commit comments

Comments
 (0)