1. This example shows a basic automation with three agents. The starting agent is an Orchestrate agent, meaning it does not interact with a user interface. The other two are Browser agents, meaning they can view and navigate a browser interface.
2. Use the Model dropdown to select the model for this agent.
3. Add agents to the Queueable Agents list. They must already exist on the canvas.
4. Use the Instructions area to define the agent’s behavior.
5. To call a child agent, ensure it is connected to the parent agent. Then use the [[callSpecializedAgent]] command to invoke it.
6. Any inputs configured on the agent will appear as fields in the command.
7. To run an agent in parallel, use the [[queueAgents]] command and select the agent. The agent must not be connected to the caller and must be added to the Queuable Agents list in the configuration.
8. Always end the agent instructions with the [[reportStop]] command.







