Expand description
JSON-RPC 2.0 types for ACP protocol compliance
This module implements the JSON-RPC 2.0 specification as required by the Agent Client Protocol (ACP). All ACP methods use JSON-RPC 2.0 as the transport layer.
Reference: https://agentclientprotocol.com/llms.txt
Modules§
- error_
codes - Standard JSON-RPC 2.0 error codes
Structs§
- Json
RpcError - JSON-RPC 2.0 error object
- Json
RpcRequest - JSON-RPC 2.0 request object
- Json
RpcResponse - JSON-RPC 2.0 response object
Enums§
- Json
RpcId - JSON-RPC 2.0 request/response ID
Constants§
- JSONRPC_
VERSION - JSON-RPC 2.0 version string (always “2.0”)