- Example 1
- Example 2
- Example 3
TEXT
Scheduling a agentic workflow
To make a agentic workflow schedulable, enable theschedulable option in the @flow decorator:
Python
TEXT
Scheduling an agent
Agents aren’t directly schedulable. Instead, use theagent_run tool to schedule an agent with a request.
First, add the tool to an agent. For more information, see agent_scheduler.
The agent_run tool is a agentic workflow with a single agent node that calls the specified agent with a request. After adding the tool, schedule the agent like this:
TEXT

