@dexwox-labs/a2a-server
Version:
TypeScript server implementation for Google's Agent-to-Agent (A2A) protocol - includes Express/WebSocket handlers, request validation and queue management
11 lines • 465 B
JavaScript
;
/**
* @module JsonRpcRequestHandler
* @description JSON-RPC specific request handler interface for the A2A protocol
*
* This module extends the base request handler interface with JSON-RPC specific
* functionality, including methods for building JSON-RPC responses and handling
* JSON-RPC requests for various A2A protocol operations.
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=jsonrpc-handler.js.map