Iron Gorilla Developers

AgentDefinition

The authored agent definition returned by `defineAgent()`.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface AgentDefinition

Properties

  • config (AgentConfig): Canonical validated agent configuration.
  • steps (StepDefinition[]): Ordered step definitions attached to the agent.
  • roundTrippable (boolean): Whether the definition can be round-tripped through supported compiler and manifest flows.

On this page