The AgentOS codebase, as one graph.
Every symbol in the agentic-os monorepo — modules, functions, routes, OpenAPI contracts, and database tables — extracted into one interactive knowledge graph and clustered into communities you can explore. Built with graphify; semantic relationships inferred by Claude. At this scale the view aggregates to community clusters — open it and click a cluster to dive in.
—nodes
—edges
—communities
How to read it
- Colors are communities. Leiden clustering groups nodes that work together. 40 of the largest communities are named (Notifications Domain, CSV Mapping Graph, RBAC Schema, Result & Command System …); smaller ones show as “Community N”.
- Nodes are symbols. Modules, functions, types, routes, OpenAPI operations, and DB tables across backend, frontend, contracts, and schema.
- Edges are relationships. Imports, calls, extends, and semantic links — mostly EXTRACTED from the AST, with inferred cross-cutting links from the docs.
- Click a community to expand it; use the graph's controls to search and filter.