8 packages
@booboo-brain/build
Booboo build engine — config-driven adapters (postgres, json) + merge/walls → emits a Booboo graph.
@booboo-brain/cli
Booboo CLI — one `booboo` command: build | serve | mcp | view | panel. Lazy-loads each subcommand so a build-only run never pulls the server or viewer.
@booboo-brain/panel
Booboo panel — the organigram. Run your agents like a company: a drag-drop hierarchy your agents boot from, with buckets, reports, rules and the 3D graph, over one org file + snapshot.
@booboo-brain/serve
Query a Booboo snapshot over REST + MCP. In-memory index: search, neighbors, shortest-path, layer stats.
@booboo-brain/spec
Booboo graph spec — the JSON contract every adapter emits and every consumer reads.
@booboo-brain/vault
Booboo vault — emit the brain as a wiki-linked markdown vault (Obsidian-compatible). Plain files, portable to any agent, readable by any human.
@booboo-brain/viewer
Booboo 3D viewer — the scale-first R3F renderer. Instanced GPU field + tier-LOD. Renders any Booboo graph.
create-booboo
Scaffold a new Booboo brain — `npx create-booboo my-brain`. Zero deps.