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§
- Caliband
Client - A client bound to one caliband control endpoint (Unix, or TCP+TLS+token).