awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 dépôts

Awesome GitHub RepositoriesCode Knowledge Graphs

Graph-based indexes specifically designed to represent source code symbols and their architectural relationships.

Distinct from Knowledge Graph Indexing Engines: Specializes in code symbols/relationships rather than general entities or triples from raw data.

Explore 7 awesome GitHub repositories matching data & databases · Code Knowledge Graphs. Refine with filters or upvote what's useful.

Awesome Code Knowledge Graphs GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • colbymchenry/codegraphAvatar de colbymchenry

    colbymchenry/codegraph

    50,154Voir sur GitHub↗

    Codegraph is a local codebase indexer and static analysis graph database that serves as a context provider for AI agents. It parses multiple programming languages into a searchable knowledge graph of symbols and dependencies, exposing these relationships to AI tools through the Model Context Protocol. The project distinguishes itself by aggregating relevant code snippets and symbol flows to reduce token usage for large language models. It automates the configuration of server settings and steering instructions across various AI agent platforms and command line editors to enable automatic code

    Exposes a local index of source code symbols and relationships to AI agents via the Model Context Protocol.

    TypeScript
    Voir sur GitHub↗50,154
  • chopratejas/headroomAvatar de chopratejas

    chopratejas/headroom

    29,537Voir sur GitHub↗

    Headroom is an AI gateway proxy and token optimizer designed to reduce the cost and latency of large language model interactions. It functions as an intermediary that intercepts traffic between clients and providers to apply context compression, request routing, and format translation. The system differentiates itself through a Model Context Protocol server implementation that delivers compression and retrieval tools to compatible AI hosts. It employs a content-aware compression pipeline and tiered importance scoring to trim redundant data from logs and tool outputs while preserving essential

    Maintains a live index of the code graph based on file changes for structural AST-based compression.

    Pythonagentaianthropic
    Voir sur GitHub↗29,537
  • github/codeqlAvatar de github

    github/codeql

    9,252Voir sur GitHub↗

    CodeQL is a semantic code analysis engine and vulnerability scanning tool that treats source code as data. It utilizes a static analysis query language to define complex patterns and security vulnerabilities within a code graph database. The system represents source code as a relational database, enabling the execution of structural queries and data flow analysis. This approach allows for the detection of security flaws and coding errors across large-scale repositories. The tool provides capabilities for automated code auditing, static analysis security testing, and custom vulnerability dete

    Builds a graph-based index of source code symbols and relationships to enable deep semantic analysis.

    CodeQLcodeqlgithub-advanced-securitygithub-security-lab
    Voir sur GitHub↗9,252
  • crytic/slitherAvatar de crytic

    crytic/slither

    6,141Voir sur GitHub↗

    Transforms source code into a graph structure that powers LLM skills for security analysis.

    Pythonethereumsoliditystatic-analysis
    Voir sur GitHub↗6,141
  • qodo-ai/qodo-coverAvatar de qodo-ai

    qodo-ai/qodo-cover

    5,444Voir sur GitHub↗

    Qodo Cover est une plateforme de gouvernance d'ingénierie et un assistant piloté par l'IA conçu pour la revue de code automatisée et la génération de tests unitaires. Il utilise un graphe de connaissances de la base de code basé sur l'arbre de syntaxe abstraite (AST) pour mapper les dépendances et les relations architecturales, lui permettant d'analyser les pull requests et d'appliquer les standards de codage organisationnels. Le système se distingue par un pipeline d'analyse multi-agents qui effectue un raisonnement architectural et identifie des bugs au-delà du diff immédiat. Il dispose d'un serveur de protocole de contexte de modèle (MCP) pour exposer l'intelligence de la base de code à des outils externes et peut faire évoluer automatiquement les règles d'application en apprenant des décisions passées sur les pull requests. La plateforme fournit des capacités complètes pour la gestion des connaissances de la base de code, incluant l'exécution de recherches approfondies, le requêtage sémantique et le mapping des dépendances système. Elle inclut également des outils pour la génération itérative de tests unitaires afin d'augmenter la couverture de code et une remédiation automatisée pour appliquer des correctifs directement sur les pull requests. Les options de déploiement incluent le SaaS multi-tenant, le single-tenant ou des installations entièrement sur site (on-premises).

    Builds graph-based indexes that represent source code symbols and their architectural relationships for global context.

    Pythonagentsaitest-automation
    Voir sur GitHub↗5,444
  • potpie-ai/potpieAvatar de potpie-ai

    potpie-ai/potpie

    5,161Voir sur GitHub↗

    Potpie is an LLM codebase analysis platform and multi-agent orchestration framework designed to act as an AI software engineer. It parses repositories into a structured code knowledge graph, enabling AI agents to perform multi-hop reasoning, dependency tracing, and grounded technical analysis across large codebases. The system distinguishes itself through a spec-driven development framework where agents generate detailed technical specifications and architecture plans before implementing multi-file code changes. It utilizes a durable execution engine to coordinate specialized AI personas for

    Parses repositories into a structured code knowledge graph to enable multi-hop reasoning and dependency tracing.

    Pythonagentsai-agentsai-agents-framework
    Voir sur GitHub↗5,161
  • shashankss1205/codegraphcontextAvatar de Shashankss1205

    Shashankss1205/CodeGraphContext

    3,748Voir sur GitHub↗

    CodeGraphContext is a code graph indexer and visualization tool that analyzes source code to build graphs of functions, classes, and inheritance relationships. It functions as a Model Context Protocol server, providing a structured codebase index to AI assistants for context retrieval and natural language querying. The project features an interactive web interface that uses force-directed layouts to visualize code dependencies and symbols. To accelerate the setup of large projects, it supports the import of pre-calculated knowledge bundles for popular repositories. The system provides capabi

    Analyzes source code to build a graph of functions, classes, and inheritance relationships for codebase navigation.

    Python
    Voir sur GitHub↗3,748
  1. Home
  2. Data & Databases
  3. Knowledge Graph Indexing Engines
  4. Code Knowledge Graphs

Explorer les sous-tags

  • Graph-Based ReasoningUsing structured code graphs to perform complex reasoning for debugging and refactoring. **Distinct from Code Knowledge Graphs:** Distinct from Code Knowledge Graphs, which are the data structures; this is the act of reasoning over them.
  • LLM-Powered Code GraphsGraph structures derived from source code that power LLM skills for blast radius, taint propagation, and mutation test triage. **Distinct from Code Knowledge Graphs:** Distinct from Code Knowledge Graphs: specifically designed for LLM consumption and security analysis tasks rather than general code symbol indexing.