MAO is the top tier: a multi-agent maestro runtime with a hierarchical HTN planner (LLM Oracle fallback), task-graph coordination on WAL-mode SQLite, hybrid agent harness across Claude / Ollama / OpenAI / Gemini, Tier 2 workflow agents, and a Tauri desktop UI. Sits on top of VCO + Pro. Designed for developers and teams running complex projects end-to-end with AI.
MAO runs as a desktop app (Tauri 2). You talk to the maestro like a single agent; it routes the request to the HTN planner, which decomposes the goal into a task graph (with LLM Oracle fallback when HTN can't decompose). Each step gets dispatched to the right specialist — architect for design, expert-coder for implementation, deep-researcher for investigation.
Agents run in parallel when tasks are independent and coordinate through the task graph (persisted to WAL-mode SQLite, so the team survives crashes). Tier 2 workflow agents add durable multi-step pipelines that can ask you structured questions mid-run via MCP elicitation. You stay in the loop: review outputs, approve risky actions, redirect when the plan drifts.
Coming soon. Pricing will be announced at general availability.