Create autonomous agents that can use tools, reason, and complete complex tasks over multiple steps.
type: agent
to its configuration block:
get_weather
.get_location_id
with location_name
.location_id
.get_weather
with the obtained location_id
.schema
using JSON Schema:
<step>
tags. The agent will execute these predefined steps first before entering its autonomous loop.
maxSteps
configuration option (default: 20, max: 150).
agents
configuration option. This allows you to create a hierarchy of agents, where tasks are delegated to subagents with specific responsibilities.