v0.3.0 — Multi-Agent Support
What's New
Multi-Agent CLI
fozikio agent add <name>— register a new agent with its own namespacefozikio agent list— show all registered agentsfozikio agent generate-mcp— write multi-agent .mcp.jsonfozikio serve --agent <name>— scope MCP server to one agent's namespace
New Cognitive Tools
- wonder() — record open questions (stored separately from facts)
- speculate() — record hypotheses (excluded from default query results)
content_typefield on observations: declarative, interrogative, speculative, reflective- Dream consolidation skips non-declarative observations (keeps knowledge graph clean)
Self-Documenting Tool Descriptions
All 17 tool descriptions rewritten for MCP-native usage. Any LLM connecting via MCP uses them correctly without instructions.
Binary Rename
cortex-kit → fozikio (fixes npm name collision with unrelated package)
Other
- SQLite auto-migration for
content_typecolumn recall()supportscontent_typefilter- Quick Start doc:
docs/quick-start.md - Multi-agent design spec:
docs/multi-agent-design.md
Install
npm install cortex-engine
npx fozikio init my-agent
npx cortex-engineMulti-Agent Quick Start
npx fozikio init my-workspace
npx fozikio agent add researcher
npx fozikio agent add trader
npx fozikio agent generate-mcp