DefineAutonomousAgentConfig
Authoring input accepted by `defineAutonomousAgent`.
SDK v2026.4.0
Kind: typeAlias
Signature
export type DefineAutonomousAgentConfig = Omit & unknownRemarks
Autonomous agents declare a goal and a signed loop tool surface instead of authored steps. The platform generates a single loop-driving step, and omitted trust normalizes to { initialTier: "medium" }.
defineAgent
Create an agent definition that Iron Gorilla can validate and run.
defineAutonomousAgent
Define a fully autonomous agent: a goal plus a signed loop tool surface, with no authored workflow. The platform generates one step that drives `kernel.agentLoop`; the model decides which governed tools to call.