What problem does it solve?
Brain-base enables Claude Code / Codex agents to route questions to a structured local knowledge-base workflow and decide when to ingest new documents, enabling more accurate, auditable Q&A over time.
Core Features & Use Cases
- Two-entry-point design: qa-agent for local question answering and get-info-agent for on-demand web research, and upload-agent for local document ingestion.
- Controlled prompts & routing: clear guidelines on how to craft prompts, when to fetch, and how to solidify feedback into crystallized data.
- Lifecycle for knowledge: from local docs to raw/Chunk storage to Milvus indexing and crystallized planning.
Quick Start
Invoke brain-base by calling claude -p with a question for the qa-agent or a file path for the upload-agent, using --dangerously-skip-permissions to automate the workflow.