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.

Parameters

  • config: AgentConfig

On this page