Skip to main content

Module handler

Module handler 

Source
Expand description

Core request handler — protocol logic layer.

RequestHandler wires together the executor, stores, push sender, interceptors, and event queue manager to implement all A2A v1.0 methods.

Structs§

RequestHandler
The core protocol logic handler.

Enums§

SendMessageResult
Result of RequestHandler::on_send_message.