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
| Event | Artifact | Meaning |
|---|---|---|
| mission.created | 7b8f-mission | operator prompt accepted |
Authority Chain
- 1Mission
- 2TaskContract
- 3ConsentRecord
- 4AuthorityToken
- 5ToolCall
- 6EvidencePackage
Gemini-style BOARD authority write replays as Tier 3 hard block.