Re-exports§
pub use client::ChatMessage;pub use client::ChatRequest;pub use client::ClientBuilder;pub use client::ClientError;pub use client::ConfigTransportSelection;pub use client::ControlPlaneBootstrapOptions;pub use client::ControlPlaneClientError;pub use client::ControlPlaneConnection;pub use client::ControlPlaneNegotiationError;pub use client::ControlPlaneRetryPolicy;pub use client::InviteToken;pub use client::MeshClient;pub use client::Model;pub use client::OwnerControlClient;pub use client::OwnerControlRemoteError;pub use client::OwnerControlWatchEvent;pub use client::OwnerControlWatchStream;pub use client::RequestId;pub use client::ResponsesRequest;pub use client::Status;
Modules§
- client
- crypto
- events
- inference
- mesh
- models
- network
- proto
- protocol
- runtime
- Dedicated-thread tokio runtime for mesh-client.
Structs§
- Owner
Keypair - Owner keypair: Ed25519 signing key + X25519 encryption key.