Skip to main content

A2AAdapterConfig

Agent Runtimes


Agent Runtimes / protocols/A2AAdapter / A2AAdapterConfig

Interface: A2AAdapterConfig

Defined in: src/protocols/A2AAdapter.ts:21

A2A specific configuration

Extends

Properties

agentId?

optional agentId?: string

Defined in: src/types/protocol.ts:77

Agent ID or name

Inherited from

ProtocolAdapterConfig.agentId


agentUrl?

optional agentUrl?: string

Defined in: src/protocols/A2AAdapter.ts:23

Agent URL for .well-known/agent.json discovery


authToken?

optional authToken?: string

Defined in: src/types/protocol.ts:74

Authentication token/key

Inherited from

ProtocolAdapterConfig.authToken


autoReconnect?

optional autoReconnect?: boolean

Defined in: src/types/protocol.ts:80

Auto-reconnect on disconnect

Inherited from

ProtocolAdapterConfig.autoReconnect


baseUrl

baseUrl: string

Defined in: src/types/protocol.ts:71

Base URL for the protocol endpoint

Inherited from

ProtocolAdapterConfig.baseUrl


enableA2UI?

optional enableA2UI?: boolean

Defined in: src/protocols/A2AAdapter.ts:26

Enable A2UI extension


maxReconnectAttempts?

optional maxReconnectAttempts?: number

Defined in: src/types/protocol.ts:86

Max reconnection attempts

Inherited from

ProtocolAdapterConfig.maxReconnectAttempts


options?

optional options?: Record<string, unknown>

Defined in: src/types/protocol.ts:92

Additional protocol-specific options

Inherited from

ProtocolAdapterConfig.options


protocol

protocol: Protocol

Defined in: src/types/protocol.ts:68

Transport type

Inherited from

ProtocolAdapterConfig.protocol


reconnectDelay?

optional reconnectDelay?: number

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

Reconnect delay in milliseconds

Inherited from

ProtocolAdapterConfig.reconnectDelay


timeout?

optional timeout?: number

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

Request timeout in milliseconds

Inherited from

ProtocolAdapterConfig.timeout