Module jsonrpc

Module jsonrpc 

Source
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§

JsonRpcError
JSON-RPC 2.0 error object
JsonRpcRequest
JSON-RPC 2.0 request object
JsonRpcResponse
JSON-RPC 2.0 response object

Enums§

JsonRpcId
JSON-RPC 2.0 request/response ID

Constants§

JSONRPC_VERSION
JSON-RPC 2.0 version string (always “2.0”)