A2AAdapterConfig
Agent Runtimes / protocols/A2AAdapter / A2AAdapterConfig
Interface: A2AAdapterConfig
Defined in: protocols/A2AAdapter.ts:21
A2A specific configuration
Extends
Properties
agentId?
optionalagentId?:string
Defined in: types/protocol.ts:85
Agent ID or name
Inherited from
agentUrl?
optionalagentUrl?:string
Defined in: protocols/A2AAdapter.ts:23
Agent URL for .well-known/agent.json discovery
authToken?
optionalauthToken?:string
Defined in: types/protocol.ts:82
Authentication token/key
Inherited from
ProtocolAdapterConfig.authToken
autoReconnect?
optionalautoReconnect?:boolean
Defined in: types/protocol.ts:88
Auto-reconnect on disconnect
Inherited from
ProtocolAdapterConfig.autoReconnect
baseUrl
baseUrl:
string
Defined in: types/protocol.ts:79
Base URL for the protocol endpoint
Inherited from
enableA2UI?
optionalenableA2UI?:boolean
Defined in: protocols/A2AAdapter.ts:26
Enable A2UI extension
maxReconnectAttempts?
optionalmaxReconnectAttempts?:number
Defined in: types/protocol.ts:94
Max reconnection attempts
Inherited from
ProtocolAdapterConfig.maxReconnectAttempts
options?
optionaloptions?:Record<string,unknown>
Defined in: types/protocol.ts:100
Additional protocol-specific options
Inherited from
protocol
protocol:
Protocol
Defined in: types/protocol.ts:76
Transport type
Inherited from
ProtocolAdapterConfig.protocol
reconnectDelay?
optionalreconnectDelay?:number
Defined in: types/protocol.ts:91
Reconnect delay in milliseconds
Inherited from
ProtocolAdapterConfig.reconnectDelay
timeout?
optionaltimeout?:number
Defined in: types/protocol.ts:97
Request timeout in milliseconds