Older docs called this the block library. The product UI uses node.
Add a node
- Click a type in the floating palette.
- Place the node on the canvas.
- Connect handles — Start has one outbound; End has one inbound; agents have left/right handles.
- Double-click Master / Child agents to configure the drawer.
- Save before Build.
Node types
Example graph (GitHub Repository Search): Start → Keyword Extraction (
task) → Master Coordinator (task) → Child Markdown (child) → End.

Canvas with Start, Master, Child, and End
Start node
Exactly one per graph. Compact entry pill — outbound handle only. No orchestration model, tools, or RAG.Master Agent node
Primary orchestrator. Drawer tabs: Details, RAG, Tools, Variables. Can attach registry Browse / Discovery agents.Child Agent node
Delegated specialist. Same drawer tabs as Master, plus Purpose of this child agent on Details. Tool chips (for examplemarkdown_compilation_tool) usually live here.
Tool node
Executes a published tool without an LLM step. Map inputs in the drawer. Publish tools from Tools & Dev Studio before Build. Many graphs attach tools on Master / Child drawers instead — both patterns are valid.End node
Marks successful completion. Inbound handle only. Every branch should reach End.Master vs Child
Node anatomy
Labeled edges (for example
parameters_extracted) sit on connections — not on the node body. See Connections.
Configure Master / Child (drawer)
Double-click an agent node to open the inspector.Details tab
- Set Orchestration Model (for example
gpt-4.1orgemini-2.5-pro). - Write the Agent Task Prompt in Markdown (or Formatted).
- Use Refine Prompt for Aura-assisted edits.
- On Child Agents, fill Purpose of this child agent.

Master Agent — Details tab
Tools tab
- Open Tools → Add a new tool.
- Pick from Tools (workspace), Integrations, or MCP Servers.
- Map inputs from variables (see Interface — Variables).
- Save the graph.

Child Agent — Tools tab

Add a new tool — workspace catalog
RAG tab
Attach knowledge for this step only — Attach Files or collections from workspace RAG Data. See Interface — RAG.
RAG tab — Attach Files
Variables tab
- Input Variables — map flow / session into the step (Pick from Session variables).
- Capture Variables — fields the model extracts (Create a variable).
Registry agents (Master only)
Attach Browse (fixed catalog agent) or Discovery (filter-matched). Only one Discovery per Master Agent. See Registry agent nodes.Configure checklist
- Place nodes from the palette.
- Complete drawer tabs: Details → Tools → RAG → Variables.
- Label outbound edges for branches (Connections).
- Save the graph.
Related
- Interface layout — sidebar Graph assets, toolbar, variables, RAG
- Connections
- Publishing

