DefineAgentConfig
Authoring input accepted by `defineAgent`.
SDK v2026.4.0
Kind: typeAlias
Signature
export type DefineAgentConfig = Omit & unknownRemarks
Fields with SDK defaults remain optional at authoring time even though the validated AgentConfig stores them as concrete arrays/objects. In particular, omitted trust normalizes to { initialTier: "medium" }.