You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
multi-agent-orchestration v0.3.0 — offline file replay and isolation proof
LIVE in this release
GitHub Release object for v0.2.0 already published; this tag is the durable-proof follow-on.
Replay from file: browser “Load trace JSON” renders the Replay panel with no server
round-trip after load; python -m mao.replay path.json exits 0 on valid schema-1, 2 on invalid.
Schema-1 export download (/ui/tasks/{id}/export.json) plus committed fixture and tests.
ADR-0006: client-side file replay instead of Vercel KV/Postgres this week.
Concurrent fake tasks keep Writer text and traces isolated under a shared process store.
Recycle-equivalent (RunStore.clear) still allows offline file replay.