WorkGraphsystem of record
Lexopedia clarity, engineering-grade state

The operational ledger for autonomous work.

The WorkGraph is not chat history. It records authority, dependencies, side effects, receipts, approvals, proof, leases, rollback state, and runtime handoff for every app/runtime path.

stage 01

Intake

Objective cards, repo scope, constraints, acceptance criteria, risk class, and human owner.

stage 02

Plan

WorkGraph expansion with task DAG, role assignment, leases, tool requirements, and proof expectations.

stage 03

Execute

Runtime Fabric routes work to OpenClaw, Hermes Agent, OpenCode, Codex, Claude Code, Gemini, or OpenHands behind policies.

stage 04

Verify

Tests, evals, reviewer prompts, source readbacks, browser traces, terminal logs, and artifact checks.

stage 05

Approve

Approval queue with proof packets, rollback path, risks, diff digest, and explicit deploy/retry/narrow/stop action.

WorkGraph Studio editor

Editable production canvas backed by the API ledger contract.

assigned_toexecuted_byblocked_by policygenerated receiptsapproval_requiredapproved_by
objectiveVerified PR Handoff

trigger + owner + acceptance criteria

live
plannerPlanner

task DAG + branch/path leases

leased
runtimeRuntime Fabric

OpenClaw · Hermes · OpenCode

ready
toolmeshToolMesh

MCP · shell · browser · eval scopes

review
proofProof Packet

trace · checks · risks · rollback

compiling
approvalHuman approval

approve · retry · narrow · stop

waiting
ledger editor mirror

Nodes stay product-owned; runtimes stay wrapped.

workgraph:
  objective: verified_pr_handoff
  nodes: [objective, planner, runtime, toolmesh, proof, approval]
  edges: [assigned_to, executed_by, blocked_by, generated, approved_by]
  api: GET /v1/workgraph/ledger/sample
  guardrail: sample workload only; OS remains WorkGraph + Governance + Proof

Objects

objective · task · agent · runtime · tool · artifact · commit · approval · proof · risk · rollback · handoff

Edges

depends_on · assigned_to · executed_by · generated · verified_by · approved_by · blocked_by · superseded_by · rolled_back_to

Authority states

proposed · leased · blocked · verified · approval_required · superseded

P0 ledger slice

Append-only events

objective.received → agent.assigned → execution.started with actor, subject, edge, governance, receipt, and proof refs.

P0 ledger slice

Authority state

proposed · leased · blocked · verified · approval_required · superseded, with leased as the first runnable state.

P0 ledger slice

Active leases

Branch/path/runtime scopes bind autonomous work to explicit holders, authority refs, expirations, and Proof Packet refs.

P0 ledger slice

Execution receipts

Every material action records tool, action, inputs, outputs, side effects, artifacts, logs, and approval state before handoff.

run_7f3aFailed CI → verified PR handoffOpenClaw planner + OpenCode implementerapproval_required92% proof coverage
run_2c91Runtime adapter smoke matrixHermes verifier + Codex summarizerverified6 receipts
run_41bdToolMesh policy denial replayClaude Code reviewerblockeddenial receipt captured
GET /v1/workgraph/ledger/sample returns the first API-backed ledger shape with authority leases and execution receipts. GET /v1/workgraph/objectives/:id/ledger returns the ledger materialized when an objective is recorded.