Schema
AgentCycleCreate
Request to start an agentic cycle.
| Field | Type | Description |
|---|---|---|
goalrequired | string | What the agent should accomplish |
domainrequired | string | Domain knowledge key (e.g. 'ita_2007_eis') |
client_id | string (uuid) | null | Client UUID |
context | object | Client context datashow nestedEmpty object. |
tools | string[] | Tools the agent may use (empty = all available) |
deliverables | object[] | Required deliverables [{name, type, description}]item shapeEmpty object. |
max_turns | integer | — |
max_cost_usd | number | — |
max_duration_minutes | integer | — |
source_tracing | boolean | Enable source tracing guardrail |