Skip to main content

Module subagents

Module subagents 

Source
Expand description

The subagent registry behind the subagent.* tools: flat children spawned from the one chokepoint (caps: depth/breadth/total/rate), recorded durably as subagent/<handle> (payload, mode, status, result), with sync (the caller waits), async (a handle; subagent.await), detached (fire and forget) and warm (stays alive; subagent.send).

Functions§

parse_rate
"<burst>/<per>s" → (burst, per_sec).