What is agent swarm?
A group of agents that often coordinate through local rules or shared signals.
02 · Architectures · 19 terms
Architectures covers ways agents plan, delegate, hand work off, and stop. This section has 19 definitions. Open any term for a plain answer, the source behind it, and the day we checked it. Related links take you to the ideas that explain it or show where it sits in the wider field.
A group of agents that often coordinate through local rules or shared signals.
A defined sequence of agent decisions, tool calls, checks, and handoffs used to complete a task.
The fixed starting process that an agent can follow, extend, or adapt while doing a task.
Giving a task or limited power to another person or agent.
A model writes a plan without first searching through many other paths.
A workflow that collects results or judgments and uses them to improve later behavior.
The control of agent work as nodes and transitions in a graph rather than one straight sequence.
Passing control, context, or duty from one agent to another.
A system in which two or more agents interact, cooperate, compete, or divide work.
The logic that decides which agent, tool, or workflow runs, in what order, with what state, and when it stops.
The part of an agent system that proposes goals, steps, dependencies, or action sequences.
An agent design that splits deciding what to do from doing it.
The process of choosing a sequence of actions intended to reach a goal.
Making a plan by testing and comparing paths before choosing one.
A workflow in which the system creates, checks, and carries out a plan.
Testing actions in a model or mock world before using them in the real one.
The logic that sends a request to the most suitable tool or tool provider.
A workflow organized around selecting, calling, and checking one or more tools.
A broad workflow made to handle many task types through steps and tools.