Docs

Reliable by Design · 05.19

Node Reference: Intelligence Nodes

agent_task, agent_session, agent_swarm, converge, pursue, planner, evaluator, guardrails — every intelligence node explained.

NodesReference

The intelligence family

NodePurpose
agent_taskRun a specialist as a full agent session with its role's manifest of tools.
agent_sessionA persistent, resumable session bound to a specific node.
agent_swarm / dynamic_swarmFan a task out to worker sessions, each in its own worktree, then merge results.
converge / pursueIterate a cohort sub-graph until a done-check or Objective is met — see Cognitive Looping.
plannerSynthesize a plan and splice it into the live graph.
evaluatorJudge output against stated criteria or a rubric, returning a scored verdict.
guardrailsEnforce content or shape rules on a value before it's allowed to pass downstream.

Continue