orchestrator-client 0.2.3

Shared control-plane client types and connection logic for the Agent Orchestrator
Documentation
1
2
3
4
5
pub mod config;
pub mod connect;

pub use config::ControlPlaneConfig;
pub use connect::{MAX_GRPC_DECODE_SIZE, TransportKind, connect};