II.
Framework JSON
Structured · liveframework:librechat
LibreChat json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:librechat",
"_kind": "Framework",
"_file": "domain/frameworks/agent-ui-frameworks.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "LibreChat",
"homepageUrl": "https://www.librechat.ai",
"belongsToLanguageId": "language:typescript",
"category": "agent-ui",
"description": "Multi-provider AI chat platform that aggregates OpenAI, Anthropic,\nGoogle, and local model endpoints into a single unified interface.\nFeatures include multi-user support, conversation search, plugins,\nfile uploads, code execution, and model comparison. Deployable via\nDocker with MongoDB for persistence and supports custom endpoints\nfor enterprise LLM gateways.\n"
},
"outgoingEdges": [
{
"from": "framework:librechat",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "framework:librechat",
"to": "skill-area:ai-agent-development",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:librechat",
"to": "framework:open-webui",
"kind": "alternative_to"
},
{
"from": "framework:librechat",
"to": "framework:chatbot-ui",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "framework:open-webui",
"to": "framework:librechat",
"kind": "alternative_to"
},
{
"from": "framework:chatbot-ui",
"to": "framework:librechat",
"kind": "alternative_to"
}
]
}