Skip to main content

Voice Agent Documentation Sources

Equip every voice-related subagent with these sources. Include the relevant Context7 queries and URLs in agent prompts.


LiveKit Agents SDK

Context7 MCP (BEST — use first)

mcp__plugin_context7_context7__resolve-library-id(libraryName="livekit agents")
→ /websites/livekit_io_agents (1,527 snippets)
→ /livekit/agents (309 snippets — Python SDK source)
→ /livekit-examples/python-agents-examples (1,045 snippets)

Query example:

mcp__plugin_context7_context7__query-docs(
libraryId="/websites/livekit_io_agents",
topic="how to capture conversation transcript from AgentSession"
)

LLM-Friendly Docs

Official Docs (by topic)

TopicURL
Agents frameworkhttps://docs.livekit.io/agents/
SIP/Telephonyhttps://docs.livekit.io/sip/
Telephony (new URL)https://docs.livekit.io/telephony/
SIP troubleshootinghttps://docs.livekit.io/reference/telephony/troubleshooting/
Cloud platformhttps://docs.livekit.io/intro/cloud/
Room recordinghttps://docs.livekit.io/home/egress/
Noise cancellationhttps://docs.livekit.io/transport/media/noise-cancellation/
Telnyx SIP setuphttps://docs.livekit.io/telephony/start/providers/telnyx/

GitHub Repos

RepoWhat's in it
livekit/agentsPython SDK source — search issues for bugs/patterns
livekit/sipSIP bridge — search issues for trunk/dispatch problems
livekit-examples/phone-assistantFull phone assistant with DTMF, call transfer
livekit-examples/python-agents-examplesProduction agent patterns
livekit/livekit_compositeAll repos combined for LLM inference

Community

ChannelURLWhen to use
Community Forumhttps://community.livekit.ioSearch for implementation patterns
Slackhttps://livekit.io/join-slackReal-time help, CWilson (LiveKit staff) is active
GitHub Issueshttps://github.com/livekit/agents/issuesBug reports, known issues
Email supporthello@livekit.ioPaid account support (use our account email)

Telnyx SIP

Context7 MCP (BEST — use first)

mcp__plugin_context7_context7__resolve-library-id(libraryName="telnyx")
→ /websites/developers_telnyx (4,640 snippets)
→ /websites/developers_telnyx_api (7,073 snippets — API reference)
→ /team-telnyx/telnyx-python (1,244 snippets — Python SDK)

Query example:

mcp__plugin_context7_context7__query-docs(
libraryId="/websites/developers_telnyx",
topic="FQDN connection inbound call routing setup"
)

Official Docs (by topic)

TopicURL
Developer portalhttps://developers.telnyx.com
SIP trunkinghttps://developers.telnyx.com/docs/voice/sip-trunking
LiveKit config guidehttps://developers.telnyx.com/docs/voice/sip-trunking/livekit-configuration-guide
TeXML verbshttps://developers.telnyx.com/docs/voice/programmable-voice/texml-verbs/dial
Call Control APIhttps://developers.telnyx.com/api/call-control
SIP response codeshttps://support.telnyx.com/en/articles/4409457-telnyx-sip-response-codes
Troubleshooting callshttps://support.telnyx.com/en/articles/5025298-troubleshooting-call-completion
Connection typeshttps://support.telnyx.com/en/articles/4245868-sip-connection-types

GitHub

RepoWhat's in it
team-telnyx/telnyx-pythonPython SDK
team-telnyx/openapiOpenAPI spec (full API schema)

Support

ChannelContact
Phone+1 (888) 980-9750 (24/7)
Emailsupport@telnyx.com
Live chatIn Mission Control portal
Portalhttps://portal.telnyx.com

Our Infrastructure (quick reference)

ComponentValue
LiveKit projectcwa-voice-9x077mph (ID: p_5u9xu5ysoly)
LiveKit SIP URL5u9xu5ysoly.sip.livekit.cloud (NOT cwa-voice-9x077mph)
LiveKit agentCA_pX3Me4NK6qK8
LiveKit CLIC:\dev\lk.exe
Telnyx API keyIn knowledge/.env as TELNYX_API_KEY
Telnyx FQDN connection2925216093662349036 ("LiveKit Inbound v2")
Main trunkST_Xa3Bp9aixRFP (LOCKED — do not modify)
Deploy commandC:\dev\lk.exe agent deploy --project cwa-voice --silent .

How to equip subagents

When dispatching a voice-related subagent, include in the prompt:

## Documentation Sources
Use Context7 MCP for code examples:
- LiveKit: query-docs(libraryId="/websites/livekit_io_agents", topic="YOUR TOPIC")
- Telnyx: query-docs(libraryId="/websites/developers_telnyx", topic="YOUR TOPIC")

For LiveKit SDK specifics: query-docs(libraryId="/livekit/agents", topic="YOUR TOPIC")

If Context7 doesn't have the answer, check:
- LiveKit llms.txt: WebFetch https://docs.livekit.io/llms.txt
- GitHub issues: gh issue list -R livekit/agents --search "YOUR SEARCH"
- LiveKit community: WebFetch https://community.livekit.io