Configure
Inputs
What the person running this agent provides
Inputs are collected before the run starts. Reference them from your instructions as ${variable_name}.
Goal & instructions
What should it achieve, and how should it behave?
Type $ to insert an input variable. References are replaced with the runner's values at runtime.
Planner model
The LLM that plans and coordinates each run
Allowed tools
The models & abilities it may reach for
Guardrails
Set limits on what your agent can do
per run · pauses to ask if exceeded
tool calls per run · then it stops and returns what it has
wall-clock per run · then it returns what it has
Output
The shape the agent should return
Declare the fields every run must return. You define the shape; the agent fills in the values.
Configure
Inputs
What the person running this agent provides
Inputs are collected before the run starts. Reference them from your instructions as ${variable_name}.
Goal & instructions
What should it achieve, and how should it behave?
Type $ to insert an input variable. References are replaced with the runner's values at runtime.
Planner model
The LLM that plans and coordinates each run
Allowed tools
The models & abilities it may reach for
Guardrails
Set limits on what your agent can do
per run · pauses to ask if exceeded
tool calls per run · then it stops and returns what it has
wall-clock per run · then it returns what it has
Output
The shape the agent should return
Declare the fields every run must return. You define the shape; the agent fills in the values.