AgentDefinition
The authored agent definition returned by `defineAgent()`.
SDK v2026.4.0
Kind: interface
Signature
export interface AgentDefinitionProperties
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.