Awesome AI AgentsKnowledge Graph Orchestration

Graphify-Labs/graphify

⭐ 116478 Python added to this list on 2026-07-27 repository created 2026-04-03

Graphify is an open-source tool that transforms an entire codebase, along with its associated documentation, SQL schemas, configurations, and PDF files, into a queryable knowledge graph. It functions as a skill for various AI coding assistants like Claude Code, Cursor, Codex, and Gemini CLI. The core of Graphify's functionality relies on local, deterministic Abstract Syntax Tree (AST) parsing using `tree-sitter`. This ensures that code analysis is performed entirely on the user's machine, without sending code to external LLMs, thereby maintaining privacy and security. Unlike RAG systems or other knowledge graph solutions, Graphify explicitly avoids vector stores and embeddings, opting instead for a direct, traversable graph structure where every connection (edge) is clearly explained as either `EXTRACTED` (explicitly present in the source) or `INFERRED` (resolved by Graphify). Upon execution, Graphify generates three key outputs: an interactive `graph.html` for visual exploration, a `GRAPH_REPORT.md` summarizing key concepts and connections, and a `graph.json` representing the full knowledge graph for programmatic querying. This allows developers to query their codebase semantically, identify relationships between different components, and gain insights that traditional grep or search tools cannot provide. It supports explanations of concepts, tracing paths between elements, and understanding complex dependencies across various file types and programming languages.

https://github.com/Graphify-Labs/graphify

ai-agentsantigravityastclaude-codecode-analysiscode-searchcodexcursordeveloper-toolsgeminigraphragknowledge-graphleidenllmmcpopenclawragskillstree-sitter

Also in Knowledge Graph Orchestration

microsoft/autogen

AutoGen is a Microsoft-developed framework for building multi-agent AI applications that operate autonomously or with human collaboration, featuring layered APIs, developer tools, and community support.

siyuan-note/siyuan

SiYuan is a privacy-first, self-hosted, open-source personal knowledge management system with block-level referencing and Markdown WYSIWYG editing capabilities.

Hawksight-AI/semantica

Self-hostable Python platform that builds context and knowledge graphs from enterprise data with deterministic reasoning, ontology management and W3C PROV-O provenance for auditable agent decisions.

camel-ai/oasis

OASIS is an open-source, scalable social media simulation platform that uses large language models and rule-based agents to realistically simulate the behavior of up to one million users on platforms like Twitter and Reddit for studying complex social phenomena.

liveblocks/liveblocks

Liveblocks is a platform providing customizable pre-built features to easily add multiplayer, engaging, and AI-ready collaborative experiences to applications without disrupting development roadmaps.

Paper2Poster/Paper2Poster

Paper2Poster is an open-source multi-agent system that automates the generation of editable scientific posters from research papers in PDF format, featuring a comprehensive evaluation suite to ensure visual and textual quality.

kingjulio8238/Memary

Memary is an open-source memory layer that emulates human memory to enhance autonomous agents' reasoning and learning capabilities, supporting local LLMs and vision models with multi-agent and multi-graph database integration.

plexe-ai/plexe

Plexe is a machine learning framework that enables users to build and train models using natural language prompts and an AI-powered multi-agent system.