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).