Skip to content

v0.3.0 — Multi-Agent Support

Choose a tag to compare

@idapixl idapixl released this 14 Mar 12:53
· 219 commits to master since this release
7a61c06

What's New

Multi-Agent CLI

  • fozikio agent add <name> — register a new agent with its own namespace
  • fozikio agent list — show all registered agents
  • fozikio agent generate-mcp — write multi-agent .mcp.json
  • fozikio 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_type field 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-kitfozikio (fixes npm name collision with unrelated package)

Other

  • SQLite auto-migration for content_type column
  • recall() supports content_type filter
  • 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-engine

Multi-Agent Quick Start

npx fozikio init my-workspace
npx fozikio agent add researcher
npx fozikio agent add trader
npx fozikio agent generate-mcp