Learn how to use the agent.run action to execute single AI agents for straightforward, non-interactive tasks in your Overcut workflows.
agent.run
action executes a single AI agent to perform a specific, straightforward task within your workflow. It’s designed for simple, non-interactive operations that don’t require iteration or user feedback, making it perfect for preparation steps, analysis tasks, and single-purpose operations.
agent.run
action is ideal for tasks where you need a single agent to complete a specific job and provide output that can be used by subsequent workflow steps. Unlike agent.session
, it doesn’t maintain an ongoing conversation or coordinate multiple agents - it simply runs the specified agent with your instructions and completes the task.
agent.run
action provides output that can be used by subsequent steps:
{{outputs.analyze-code.message}}
: Main output from the agentagent.run
to prepare input for more complex agent.session
workflows:
agent.run
steps for data processing:
agent.run
step should have one clear objectiveagent.session
stepsagent.run
action, explore these related topics:
agent.run
for straightforward operations, then combine it with other actions to build powerful, automated workflows.