UNPKG

@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 422 B
"use strict"; /** * @module BaseRequestHandler * @description Base interfaces for request handling in the A2A protocol server * * This module provides the base interfaces for request handling in the A2A protocol * server, including middleware support, message handling, task management, and * error handling. */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=base-handler.js.map