agent-client-protocol 0.11.0

Core protocol types and traits for the Agent Client Protocol
Documentation
1
2
3
4
5
6
7
//! Handler types for building custom JSON-RPC message handlers.
//!
//! This module contains the handler types used by [`Builder`](crate::Builder)
//! to process incoming messages. Most users won't need to use these types directly,
//! as the builder methods on `Builder` handle the construction automatically.

pub use crate::jsonrpc::{HandleDispatchFrom, handlers::NullHandler};