Skip to main content

AgentRuntimeConfig

Agent Runtimes


Agent Runtimes / types/config / AgentRuntimeConfig

Interface: AgentRuntimeConfig

Defined in: src/types/config.ts:83

Configuration for connecting to an agent runtime.

Properties

agentId?

optional agentId?: string

Defined in: src/types/config.ts:87

Optional agent ID to connect to


authToken?

optional authToken?: string

Defined in: src/types/config.ts:89

Optional authentication token


protocol?

optional protocol?: Protocol

Defined in: src/types/config.ts:91

Optional protocol type (defaults handled by consumers)


url

url: string

Defined in: src/types/config.ts:85

URL of the agent runtime server