docs/en/use/subagent.md
SubAgent Orchestration is an advanced agent organization method provided by AstrBot. It allows you to decompose complex tasks into multiple specialized SubAgents, reducing the Main Agent's prompt length and improving task execution success rates.
v4.14.0 introduced this feature, which is currently an experimental feature and not yet stable.
In traditional architectures, all tools are directly mounted on the Main Agent. When there are many tools, several issues arise:
With SubAgent Orchestration, the Main Agent is only responsible for user interaction and task delegation. Actual tool execution is handled by specialized SubAgents.
transfer_to_<subagent_name>.In the AstrBot WebUI, click SubAgents in the left navigation bar.
Toggle "Enable SubAgent Orchestration" at the top of the page.
Click the "Add SubAgent" button:
transfer_to_weather). Use lowercase and underscores.SubAgent orchestration is currently an experimental feature and not yet stable.