Agent Fusion is a local RAG semantic search engine that gives AI agents instant access to your code, documentation (Markdown, Word, PDF). Query your codebase from code agents without hallucinations. Runs 100% locally, includes a lightweight embedding model, and optional multi-agent task orchestration. Deploy with a single JAR
<img src="pics/agent_banner.png" alt="Agent Fusion Banner" width="100%" style="max-width: 900px; max-height: 240px; display: block; margin: 0 auto;"> [](LICENSE.md) Agent Fusion MCP tool gives multiple AI coding assistants instant access to your files—code, documents, PDFs, and more—through intelligent indexing. Self-contained deployment: runs as a single JAR with no external APIs, Docker, or cloud dependencies—just Java and a TOML config It has two independent components (each can be used alone or together): - **MCP Context Engine: RAG for Code & Documents** – Local semantic search and graph traversal for AI agents. Indexes code, Word docs, PDFs, and Markdown into chunks with embeddings. Query via query_context using three parallel providers: semantic (sentence-transformers), symbol (identifier matching), full-text (keyword search). Returns ranked results with hierarchical relationships encoded as chunk IDs (parent, children, siblings, prev/next). Agents can search semantically, then traverse the knowledge graph to gather surrounding context—useful for understanding class structures, call chains, or document organization. File watcher monitors configured directories and automatically re-indexes changes, so your search index stays current as you code—no manual refresh needed. Two-file deployment (JAR + TOML config), no external dependencies, runs entirely local. Compatible with MCP protocol (works with Claudeany and any MCP-compatible AI agent). Embedding model is configurable. Includes lightweight embedding model; swap for a more powerful model if needed (see [`docs/other_model.md`](docs/other_model.md)). - **Task Manager** – Optionally coordinates work between multiple AIs. Routes tasks, enables voting on decisions, and tracks everything in a web dashboard. <img src="pics/home_page.png" alt="Agent Fusion Banner" width="100%" style="max-width: 900px; max-height: 300px;
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.