Skip to main content

Executor Agent

Execute planned steps provided by the planner agent using available tools to achieve desired outcomes.

What is the Executor Agent?

The Executor Agent executes action steps provided by the planner agent. It receives step instructions and uses available tools to implement them, focusing solely on reliable execution.

How to use it?

Configure the Executor Agent with these parameters:

  1. Select Language Model:

    • Choose models optimized for action execution like OpenAI GPT-5, GPT-4o, or Claude
    • Ensure sufficient context length for complex execution sequences
  2. Configure Model Parameters:

    • Temperature: Lower values (0.3-0.6) for more deterministic and reliable execution
    • Top P: Moderate values (0.8-0.9) for balanced decision-making in action selection
    • Max Tokens: Sufficient length for detailed execution logs and feedback
  3. Custom System Prompt (Optional):

    • Define execution methodology and error handling procedures
    • Provide domain-specific guidance for implementing steps
    • Set expectations for execution logging and reporting
  4. Available Tools (Optional):

    • Add tools needed for executing the planned steps
    • Tools from the master agent are automatically available unless overridden
    • Use tools for data processing, external integrations, or storage operations