Claude Agent
An autonomous agent powered by Anthropic Claude that can react to events from other components, execute commands, set timers, and maintain working memory. Uses the Anthropic SDK with a manual agentic loop.
Component Configuration
| Option | Description | Required |
|---|---|---|
id |
A unique identifier for the component instance |
✓ |
displayName |
The name shown in the Studio UI of this component |
✓ |
mission |
The agent's ongoing task/goal for this workflow - what should it accomplish? |
✓ |
systemPrompt |
Base instruction defining the agent's capabilities and how it should behave |
✗ |
model |
Claude model to use (default: "claude-sonnet-4-20250514") |
✗ |
initialPrompt |
Optional message to send when the agent starts (after mission is set) |
✗ |
maxStepsPerInvocation |
Maximum tool calls per agent invocation (default: 20) (default: 20) |
✗ |
notes |
Notes about this agent |
✗ |
Tags: