Multi-agent decision simulator — June 2026
AegisFlow
AegisFlow simulates high-stakes decisions with multiple AI agents. Each agent proposes an action, a critic reviews it, and the dashboard shows what changed before anything is committed.
Problem
For operational work, one model answer is not enough. Users need to see who proposed what, why it was accepted or rejected, and how the system state changed.
What I built
I built the FastAPI backend, Next.js dashboard, agent roles, critic review loop, state engine, shared schemas, Gemini live/sandbox modes, and Docker setup.
What this proves
- Designed a six-node workflow graph from context prep through proposal generation, critic review, consensus, state mutation, and commit logs.
- Modeled clinical triage, disaster response, and supply-chain scenarios with specialist roles and domain metrics.
- Added sandbox mode, human override controls, confidence scoring, and structured audit trails for safer simulation behavior.
Workflow graph
Specialist agents can propose actions, but deterministic rules and critic review decide what is committed to state.
- 1Context prep
- 2Agent proposals
- 3Critic review
- 4Consensus
- 5State mutation
- 6Audit log