mesh-llm-client 0.68.0

Low-level Rust client implementation for Mesh LLM embedded integrations
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod builder;
pub mod control_plane;
pub use builder::{
    ChatMessage, ChatRequest, ClientBuilder, ClientConfig, ClientError, InviteToken, MeshClient,
    Model, RequestId, ResponsesRequest, Status,
};
pub use control_plane::{
    ConfigTransportSelection, ControlPlaneBootstrapOptions, ControlPlaneClientError,
    ControlPlaneConnection, ControlPlaneNegotiationError, ControlPlaneRetryPolicy,
    OwnerControlClient, OwnerControlRemoteError, OwnerControlWatchEvent, OwnerControlWatchStream,
};