Skip to main content

Module client

Module client 

Source
Expand description

Thin async client for a single caliband control socket.

One request → one reply per connection (matching caliban’s protocol): each call opens the Unix socket, writes one NDJSON request frame, reads one reply frame, and closes. Cheap for a local control plane and trivially debuggable.

Structs§

CalibandClient
A client bound to one caliband control endpoint (Unix, or TCP+TLS+token).