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 382 B
"use strict"; /** * @module TaskStore * @description Interface for task storage backends * * This module defines the contract for task storage backends in the A2A server. * Implementations of this interface provide persistence for tasks and their * associated artifacts. */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=task-store.js.map