Back to portfolio

Live demo · Architecture

Agent Orchestration

A state machine coordinating planning, retrieval, tool use and verification. Pick a scenario and run it to see hand-offs, retries with idempotency, approval gates and a halt path — every transition written to an event log.

View source on GitHub

Scenario

Refund invoice INV-4491 for a customer inside the refund window.

State machine

The active node advances only when the previous step emits a successful transition.

plan
retrieve
act
verify
approve
done

Event log

Append-only trace — the artefact you hand to an auditor or a human taking over.

Run the orchestration to stream events.