Skip to content

Work Graphs

A Work Graph is a governed DAG of up to four worker nodes. It is an advanced execution model, not a replacement for the normal linear Goal flow.

  • Dependencies and budgets are validated before execution.
  • At most two readers may run at the same time.
  • A single writer is serialized with an explicit write scope.
  • Large results are redacted artifacts; downstream nodes receive bounded references and summaries.
  • Automatic adoption is off by default; opt in only when the task benefits from coordination.

The Dashboard shows graphs, nodes, attempts, budgets and evidence. Telegram exposes /graphs and /graph_cancel. Cancellation preserves audit and fails closed if a coordinator cannot propagate the abort to a provider.