Saltar al contenido principal

Agent Executor

Category: Agent Standards: HIPAA · AI governance

Execute autonomous AI agents with tools and memory

What this node does

  • Tool use
  • Multi-step reasoning
  • Memory
  • Human-in-the-loop

How to use

  1. In the Agentic Studio, 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 Context port if needed
  8. Connect the Agent Result and Execution Trace output to the next node downstream

Inputs

PortTypeRequiredDescription
Agent TasktextPlain text string
ContextjsonOptionalJSON data object

Outputs

PortTypeDescription
Agent ResultjsonJSON data object
Execution TracejsonJSON data object

Configuration

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

ParameterWhat to enter
agentIdID of a pre-configured TietAI agent to invoke
toolsList of tools the agent is allowed to call during its run
maxIterationsConfigure maxIterations in the node settings
memoryTypeConfigure memoryType in the node settings

When to use this node

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

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.