mesh-llm-client 0.74.0

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