Autonomous Agent
An autonomous AI agent that can analyze the workflow, execute tasks, and interact with other components using natural language instructions. Supports tool calling, event monitoring, and autonomous decision making.
Component Configuration
| Option | Description | Required |
|---|---|---|
id |
A unique identifier for the component instance |
✓ |
displayName |
The name shown in the Studio UI of this component |
✓ |
systemPrompt |
System prompt that defines the agent's role and capabilities |
✗ |
goal |
The primary goal or objective for this agent |
✗ |
maxCyclesPerMinute |
Maximum number of decision cycles per minute (prevents runaway behavior) (default: 6) |
✗ |
notes |
Notes about this autonomous agent |
✗ |