Skip to content

Roadmap

coo1white edited this page Jun 7, 2026 · 6 revisions

Roadmap

This roadmap is organized from the local project notes and reconciled with the current v0.1.19 code surface.

Completed Foundation

  • StateNode and pipeline contract
  • Pipeline runner foundations
  • Error feedback loop
  • Worker isolation
  • Candidate scoring
  • Verifier-gated commits
  • Sandbox Profiles
  • Workflow App SDK

End-to-End Runtime Layer

  • End-to-End Golden Path
  • Canonical Workflow Apps
  • Operator UX
  • MCP / App Surface completion
  • Release and migration discipline
  • Security / Trust Hardening
  • Dogfood One Real Repo release proof

First-Class Multi-Agent Runtime

  • Multi-Agent Runtime Core
  • Coordinator / Blackboard
  • Multi-Agent Topologies
  • Multi-Agent CLI + MCP Surface
  • Multi-Agent Operator UX
  • Multi-Agent Trust / Policy / Audit

Open Follow-Ups

  • richer graph inspection
  • node snapshot, diff, and replay
  • pluggable runner policies
  • contract migration tooling
  • more detailed persisted failure node payloads
  • multi-agent eval and replay harness

Known Boundary

Sandbox policy enforcement remains split by design:

  • CW validates, records, and reports policy.
  • The agent host enforces OS/process/network/environment controls.

This boundary should stay explicit in docs, manifests, worker prompts, and operator summaries.

Clone this wiki locally