Package-level declarations

Types

Link copied to clipboard
interface A2AClient

Client for interacting with an A2A (Agent-to-Agent) server.

Link copied to clipboard

Factory for creating instances of the A2AClient.

Link copied to clipboard
open class DefaultA2AClient(val httpClient: HttpClient, baseUrl: String, json: Json = Json { ignoreUnknownKeys = true isLenient = true }, requestConfigurer: HttpRequestBuilder.() -> Unit = { }) : A2AClient

Default implementation of the A2AClient interface.