Overview
The Agent step runs Chamelio’s AI Agent against a plain-language instruction you write, as part of the flow.Use When
- You need the flow to analyze, extract from, or draft something automatically before continuing (e.g. summarize a document, pull out key terms, flag risk)
Configuration
- Instruction — free-text prompt describing what the agent should do. Use ”@” to insert flow context (documents, fields from earlier steps) or the node icon to reference a step directly.
- Human oversight — Run autonomously (no review) or Always review (routes the output to a person before the flow continues)
- Review Assignee — who reviews the output, when “Always review” is selected
- Outputs — name one or more custom output fields for the agent to produce (these aren’t a fixed set — you define the field names yourself)
By default the agent can’t access anything in the flow — a document, field, or prior step’s output only becomes available to it if you explicitly add it to the instruction via ”@” or the node icon.
Related Components
Intake
Process documents collected via Intake
Condition
Route based on the agent’s output
Generate
Create documents using the agent’s output
Approval
Request human approval based on the agent’s assessment