Lean, fast Python framework for building autonomous multi-agent AI systems, independent of LangChain. Offers two paradigms: Crews (autonomous agent teams) and Flows (event-driven orchestration).
110 nodes136 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"
}
}
}
}