/** * HTTP Server Example (Using A2A SDK) - Queuing Architecture * * This server uses the A2A SDK's A2AExpressApp with a custom QueuingRequestHandler: * 1. Accepts incoming A2A requests via HTTP (handled by SDK) * 2. Creates initial Task event and publishes to exchange * 3. Enqueues task to work queue for worker processing * 4. For streaming requests: automatically streams events via SSE * 5. Returns immediately (non-blocking) * * Benefits of using SDK: * - Automatic route setup (agent card, message send, task management) * - Standard A2A protocol compliance * - Built-in error handling and validation * - SSE streaming handled automatically * * Run this alongside worker.ts for distributed task processing */ export {}; //# sourceMappingURL=http-server.d.ts.map