| 接口 | 说明 |
|---|---|
| AcpClient |
Factory class for creating Agent Client Protocol (ACP) clients.
|
| AcpClient.SyncRequestHandler<T> |
Functional interface for synchronous request handlers.
|
| 类 | 说明 |
|---|---|
| AcpAsyncClient |
The Agent Client Protocol (ACP) async client implementation that provides asynchronous
communication with ACP-compliant agents using Project Reactor's Mono type.
|
| AcpClient.AsyncSpec |
Asynchronous client specification.
|
| AcpClient.SyncSpec |
Synchronous client specification.
|
| AcpSyncClient |
A synchronous client implementation for the Agent Client Protocol (ACP) that wraps an
AcpAsyncClient to provide blocking operations. |