Iron Gorilla Developers

defineAgent

Create an agent definition that Iron Gorilla can validate and run.

SDK v2026.4.0

Kind: function

Signature

Example
export function defineAgent(config: AgentConfig): AgentDefinition

Remarks

This validates the declarative config surface immediately so authoring errors fail close to the source file rather than at deploy time. Authors may omit trust; the validated definition stores { initialTier: "medium" }.

Parameters

  • config: AgentConfig

On this page