From 9a95d145fa49ea9235ead2132eb89c9644bed2ea Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Fri, 17 Oct 2025 16:20:35 -0700 Subject: [PATCH] Update AGENTS.md Co-authored-by: Kat Ahn --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 0512579..243f928 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -32,7 +32,7 @@ If you are another agentic IDE, refer to your own documentation for how to insta ## Handoffs and tasks ("workflows") -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 present on 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. +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. ## Testing