Skip to main content

Agent Executor

Category: Agent Standards: HIPAA (with BAA) · AI governance

Execute multi-step agentic workflows with tool calls and reasoning

What this node does

  • Multi-step reasoning
  • Tool calling
  • Iterative execution
  • Context management

How to use

  1. In the Hydra Builder, open or create a workflow
  2. In the node palette on the left, find Agent Executor under the Agent category (or use the search bar)
  3. Drag the node onto the canvas
  4. Double-click the node to open its configuration dialog
  5. Fill in the required parameters (see Configuration below)
  6. Connect the Agent Task input port from an upstream node
  7. Optionally connect the Available Tools port if needed
  8. Connect the Execution Result and Reasoning Trace output to the next node downstream

Inputs

PortTypeRequiredDescription
Agent TasktextPlain text string
Available ToolsarrayOptionalA list of items

Outputs

PortTypeDescription
Execution ResultjsonJSON data object
Reasoning TracearrayA list of items

Configuration

Open the configuration dialog by double-clicking the Agent Executor node on the canvas.

ParameterWhat to enter
maxIterationsConfigure maxIterations in the node settings
toolsList of tools the agent is allowed to call during its run
llmConfigConfigure llmConfig in the node settings
temperatureCreativity of the output: 0.0 for deterministic, 1.0 for creative (default: 0.3)

When to use this node

  • Complex clinical queries
  • Multi-step analysis
  • Autonomous workflows

Need help configuring this node?

Go to Settings → Connectors to set up the connection this node depends on, then reference the connector ID in the node configuration dialog.