01Manages knowledge bases through Markdown files for AI agent access
02Includes a Code Indexing System utilizing Tree-sitter for multi-language AST parsing, semantic search, and code manipulation
03Offers an intelligent help system for on-demand tool documentation, reducing initial context token consumption
04Generates embeddings with local GGUF models (privacy-first, GPU accelerated), Ollama, or OpenAI API
05Equips AI agents with multi-layered long-term memory (key-value, vector/RAG, graph) using SurrealDB
060 GitHub stars