Live demo · control plane

The operations view behind every agent.

Mission routing, approval gates, and live agent activity — the same control center your team would use once you’re signed in, running on sample data.

Control Plane

Mission Console

Turn an operator request into a scoped contract, governed agent run, evidence package, and a verifiable proof export.

Run state

Draft

Mission Intake

Pause Queue

Protected authority write

Attempted `BOARD.md` authority claim is blocked and routed to agent journal review.

Mode
Governed
Runner
Codex local
Proof target
GRIFF Agent OS

Task Contract

{
  "goal": "Add a typed heartbeat-check handler to the GRIFF local runner.",
  "scope": [
    "packages/local-runner/**",
    "v2-platform/src/autonomy-core/**"
  ],
  "allowed_actions": [
    "file_read",
    "file_write",
    "git_diff",
    "pytest"
  ],
  "forbidden_actions": [
    "write:BOARD.md",
    "access_secrets",
    "git_push"
  ],
  "autonomy_mode": "Governed",
  "budget": "20 tool actions",
  "status": "draft"
}

Run Evidence

EventArtifactMeaning
mission.created7b8f-missionoperator prompt accepted

Authority Chain

  1. 1Mission
  2. 2TaskContract
  3. 3ConsentRecord
  4. 4AuthorityToken
  5. 5ToolCall
  6. 6EvidencePackage
Gemini-style BOARD authority write replays as Tier 3 hard block.