Elixir View
Abstract View
Supervision Trees & Isolation
Hover over components to understand their roles. Click on an
Agent Runner
to simulate a crash and observe the "Let it crash" philosophy in action.
ISOLATED WORKTREE 1
ISOLATED WORKTREE 2
orchestrator.ex
(GenServer / Supervisor)
Central Orchestrator
workflow_sup.ex
(Supervisor)
Workflow Supervisor
workflow_sup.ex
(Supervisor)
Workflow Supervisor
workspace.ex
(GenServer)
State / Memory
agent_runner.ex
(Worker)
Task Runner
Click to crash!
workspace.ex
(GenServer)
State / Memory
agent_runner.ex
(Worker)
Task Runner
Click to crash!