Skip to content

ReAct Agent

🤖 AI Drafted (Not reviewed)

AI agent that uses tools to accomplish tasks

Tool id react_agent
Category agent
Uses a language model yes
Needs a generative model no
Runs over many items no
Item handling batch
Structured output no
Human-verified not yet

What it reads

Port Type Required What it is
Task (task) text yes Task description or user query
Context (context) any no Additional context for the agent

What it emits

Port Type Required What it is
Result (result) text Agent’s response
Messages (messages) array Full message history
Tool Calls (tool_calls) array List of tool calls made by the agent

Options

Option Type Default What it does
max_iterations integer 10 Maximum number of tool-calling iterations.
system_prompt string You are a helpful AI assistant. Use the available tools to accomplish the task. System prompt for the agent.
tools array [] List of tool names available to the agent.

The prompt it sends

This tool does not send a prompt — it does its work in code.