II.
Framework JSON
Structured · liveframework:livekit-agents
LiveKit Agents json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:livekit-agents",
"_kind": "Framework",
"_file": "domain/frameworks/realtime-voice-frameworks.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "LiveKit Agents",
"homepageUrl": "https://github.com/livekit/agents",
"belongsToLanguageId": "language:python",
"category": "realtime-voice",
"license": "Apache-2.0",
"selfHostable": true,
"transports": [
"webrtc",
"sip"
],
"description": "Apache-2.0, fully self-hostable realtime voice-agent framework (incl. the\nLiveKit WebRTC media server and a dedicated SIP/PSTN bridge). Runs the\ncascaded VAD->STT->LLM->TTS pipeline with pluggable managed STT/TTS/LLM,\nTurn Detector v1.0, async/background tools (ToolFlag.CANCELLABLE) and native\none-line MCP tool integration. Recommended orchestration core for the\nWebRTC+telephony task/tool voice-agent use case. See\ndocs/research/realtime-voice-agent-stack.md.\n"
},
"outgoingEdges": [
{
"from": "framework:livekit-agents",
"to": "language:python",
"kind": "belongs_to_language",
"attributes": {}
},
{
"from": "framework:livekit-agents",
"to": "skill-area:ai-agent-development",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:livekit-agents",
"to": "framework:pipecat",
"kind": "alternative_to",
"attributes": {
"comparison": "LiveKit bundles WebRTC media server + SIP + native MCP in one Apache-2.0 self-hostable stack; Pipecat is a more granular Python pipeline with FunctionCallParams interception."
}
}
],
"incomingEdges": [
{
"from": "framework:pipecat",
"to": "framework:livekit-agents",
"kind": "alternative_to",
"attributes": {
"comparison": "Pipecat's result_callback gives finer per-call interception; LiveKit gives an integrated WebRTC+SIP+MCP stack."
}
}
]
}