Skip to content

v0.3.0: Kaneru — AI venture management system

Choose a tag to compare

@github-actions github-actions released this 19 Mar 13:43
· 80 commits to main since this release
a0854ba

Kaneru — AI Venture Management

Mayros v0.3.0 introduces Kaneru, a complete AI venture management system. Build organizations of agents that learn, coordinate, and improve over time — all stored in Cortex, all DAG-auditable.

Highlights

  • Ventures & Missions — Create AI companies with mission lifecycle (queued→active→review→complete), atomic claims, fuel control, and cost analytics
  • Agents That Learn — EMA expertise profiles, Q-learning + expertise blended routing, cross-agent knowledge transfer
  • Decision Audit — Every consensus decision stored with votes, reasoning, and confidence — queryable and explainable
  • Kaneru Dojo — 3 pre-built venture templates (security-audit, content-pipeline, devops-squad) + Skill Hub marketplace
  • Distributed Ventures — P2P DAG sync with mDNS auto-discovery
  • 24 MCP Tools — Full Kaneru API accessible from Claude, Cursor, Cline, or any MCP client
  • 18 CLI Subcommands — mayros kaneru venture|mission|project|fuel|learn|decisions|dojo|squad|...

Portal UI

  • Setup Wizard — 4-step guided venture creation (Venture → Agent → Mission → Launch)
  • Canvas Tab — A2UI venture-aware surfaces (overview, missions, chain, fuel) rendered in the browser
  • Command Bar — Ctrl+/ Spotlight-style overlay with venture context and voice input (Web Speech API)
  • Chat Compose — Redesigned with inline mic button for voice dictation

Infrastructure

  • Cortex v0.6.3 required (auto-installed via npm install or mayros update)
  • Cross-platform: 0 test failures on Windows, macOS, Linux
  • Security: RDF triple sanitization, hub template validation
  • mayros uninstall --cortex with explicit data loss warning

Stats

  • 108 files changed, +25,124 lines
  • 12,484 tests pass, 0 failures
  • 45+ MCP tools total
  • Platforms: macOS, Linux, Windows

Install / Update

npm install -g @apilium/mayros@latest
mayros onboard

Full Changelog

v0.2.0...v0.3.0