Features
A complete AI knowledge system with retrieval, verification, intelligent agents, and a knowledge graph — all running locally.
9 intelligent agents
Specialized agents collaborate to ensure high-quality retrieval, verification, and knowledge management.
Query
Orchestrates RAG retrieval with context-aware KB injection
Triage
Routes queries to the most capable model
Curator
Manages knowledge quality and metadata enrichment
Rectify
Detects and corrects outdated or conflicting knowledge
Audit
Monitors system health and data integrity
Maintenance
Handles cleanup, deduplication, and optimization
Hallucination
Validates claims against your knowledge base
Memory
Manages long-term conversational memory
Self-RAG
Self-reflective retrieval for higher accuracy
Architecture
Six core services working together on a shared Docker network.
MCP Server
Port 8888 · FastAPI / Python 3.11
Bifrost Gateway
Port 8080 · Semantic intent routing
ChromaDB
Port 8001 · Vector database
Neo4j
Port 7474 · Graph database
Redis
Port 6379 · Cache + audit log
React GUI
Port 3000 · React 19 + Vite + nginx