Skip to content
← LibraryCollection

Orchestration

How many agents, at what cadence, inside what ceiling.

The second an agent can spawn another agent, or run on a schedule, or spend money, the interface stops being a chat and starts being an operations panel. Queues, budgets, schedules, and the shape of a well-run system.

4 patterns
  1. Subagent dispatch
    When the parent agent spawns named helpers.
    13 min
  2. Work queue
    All the tasks the agent has accepted but not yet started.
    11 min
  3. Scheduled run
    Tasks that the agent runs at a time or on a trigger.
    11 min
  4. Budget guard
    A hard cap the agent cannot silently blow through.
    10 min
Other collections