Open-source Python framework for building LLM applications and agents. A uv monorepo of independently-versioned packages: core primitives, the v1 agent framework, legacy classic package, text splitters, standard tests, model profiles, and 15+ partner integrations.
74 nodes82 edgesUpdated 8/3/2026
Connect via MCP
Paste this into your agent's MCP config (Claude Code ~/.claude.json, Cursor mcp.json, etc.). A free PAT is required — create one in Account settings.
{
"mcpServers": {
"product-graph-public-graphs-by-vibelevel": {
"type": "http",
"url": "https://graphapi.vibelevel.ai/mcp?workspace=public-graphs-by-vibelevel",
"headers": {
"Authorization": "Bearer YOUR_PAT_HERE"
}
}
}
}