Core runtime loop
Six steps from agent intent to result fan-out.
The runtime is intentionally simple and inspectable: normalize the work, hold compatible tasks briefly, execute once, then return the result to every attached branch.
01
Agent task generation
Analyst, planner, coder, reviewer, and research branches emit structured tool work independently.
02
Task ingress
Every task is registered with agent identity, branch lineage, task type, payload, and arrival time.
03
Semantic fingerprinting
Exact hashes and lightweight matching heuristics determine whether new work overlaps with a pending execution unit.
04
Admission window
The first compatible task opens a bounded, non-resetting window that captures matching subscribers without unbounded delay.
05
Shared execution unit
One SEU owns execution state, backend invocation, subscribers, and observability for the shared work item.
06
Result fan-out
A single completed backend result is fanned back to every attached branch while metrics record the saved work.