Discover and explore top open-source AI tools and projects—updated daily.
JakedismoCodebase knowledge graph for AI agents
Top 49.4% on SourcePulse
CodeGraph transforms codebases into semantically searchable knowledge graphs, enabling AI agents to reason about code architecture and impact beyond simple text search. It targets engineers and power users seeking to enhance AI coding assistants with deep, relational codebase understanding, shifting cognitive load from the AI to CodeGraph for more efficient and accurate assistance.
How It Works
CodeGraph builds a knowledge graph from code (AST, LSP, FastML) and combines it with embeddings. It offers configurable indexing tiers ('fast', 'balanced', 'full') to balance speed and richness. Core to its approach are four agentic tools that use reasoning agents to analyze the graph and synthesize answers, providing deep context and relationships rather than raw search results. This approach allows AI agents to understand code structure, dependencies, and impact more effectively.
Quick Start & Requirements
./install-codegraph-full-features.sh.cd schema && ./apply-schema.sh), and language-specific LSP servers (e.g., rust-analyzer) for richer indexing tiers.Highlighted Details
agentic_context, agentic_impact, agentic_architecture, agentic_quality) provide synthesized answers via reasoning agents.--watch or daemon start.Licensing & Compatibility
Limitations & Caveats
4 months ago
Inactive