The problem it solves

Agent workflows can coordinate tools and produce an answer, but organizations also need to know which evidence was used, which policy applied, who approved the result and what later work may safely reuse. A run log records activity; it does not automatically become trustworthy organizational memory.

Graph Workbench joins those concerns without treating them as the same graph. The execution graph controls the current run. After quality and human gates succeed, a Pack projects selected results into a typed context graph with provenance.

The first-run journey

The bundled Professional Software Delivery Pack demonstrates the full loop without an account, database or model key:

Issue and release inputParallel verificationHuman approvalsPortable release recordContext reused by Run B
npx graph-workbench

A fresh workspace opens with a zero-key fixture. The workflow runs unit, integration, security and supply-chain checks, pauses for accountable approval, produces an integrity-bound release record and preserves the approved evidence and decisions. A follow-up deployment observation then reads that prior Release object instead of reconstructing it from chat or logs.

What is included

What it does not replace

Graph Workbench is not a graph database, a general integration catalog or a replacement for domain systems such as source control, an EHR, a broker or robot middleware. It governs the work and the evidence crossing those systems. Production teams connect reviewed adapters while keeping Pack contracts and governance paths stable.

In one sentence: use Graph Workbench when an AI-assisted workflow must produce not only an output, but an explainable, reviewable and reusable organizational result.

Where to go next

Inspect the source and run the project on GitHub →