// Agent profile
Graphify (Graphify-Labs/graphify) converts code repositories, SQL schemas, documents, and media into queryable knowledge graphs optimized for RAG and agent context. It combines Tree-sitter static analysis with LLM-driven semantic extraction to build structured representations that coding agents can traverse. All processing runs locally with no API required, making it suitable for sensitive codebases. Compatible with Claude Code, Cursor, Gemini CLI, Codex, and other AI-powered development tools. 85.1K total stars as of July 13, 2026. Supports 36+ programming languages with community detection via Leiden algorithm.
Graphify is an open-source tool that bridges the gap between raw code repositories and the structured context AI assistants need. By converting codebases into queryable knowledge graphs, it gives AI tools a deeper understanding of repository structure, dependencies, and relationships than flat file reading provides.
Graphify supports a wide range of input types beyond just source code — SQL schemas, R scripts, shell scripts, PDFs, images, and videos can all be parsed into graph nodes. The tool uses Tree-sitter for static analysis and LLMs for semantic extraction, combining deterministic parsing with intelligent interpretation.
All processing runs locally, making Graphify suitable for proprietary codebases where sending code to external APIs is not an option.
Builder.io's open-source framework for building agent-native applications — shared actions, SQL-backed state, identity, tools, skills, jobs, observability, and UI surfaces that all work together.
CLI orchestration tool that installs and configures platform connectors for 16+ social and web sources — Twitter/X, Reddit, YouTube, GitHub, Bilibili, and more. Zero API fees.
Persistent memory layer for AI coding agents — benchmark-backed (95.2% on LongMemEval-S), 92% fewer tokens per session vs full-context pasting, zero manual memory.add() calls.