Skip to content

AgentConfig

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/agent-core/src/runtime/types.ts

Agent Core Runtime Types

Our interfaces for agent configuration, tool definitions, and run results. These are the contracts that domain layers (PME, doc-automation, etc.) code against. The SDK's types are mapped to these in agent-runtime.ts — if the SDK changes, only that file needs updating.

Properties

PropertyType
namestring
instructions`string
modelstring
modelSettingsAgentModelSettings
toolsToolDefinition<TContext>[]
handoffsAgentConfig<TContext>[]
handoffDescriptionstring
inputGuardrailsGuardrailDefinition[]
outputGuardrailsOutputGuardrailDefinition[]
outputType`'text'
maxTurnsnumber

Was this page helpful?

Download as PDF