jammi-wire 0.26.2

The Jammi gRPC wire substrate: generated jammi.v1 tonic stubs, proto↔domain conversions, and the shared session transport
Documentation
1
2
3
4
5
6
7
# jammi-wire

The gRPC wire substrate for [Jammi AI](https://github.com/f-inverse/jammi-ai).

`jammi-wire` is the candle-free home for everything both sides of the `jammi.v1` wire share: the generated tonic stubs (client + server), the proto↔domain conversions, the request / eval / fine-tune vocabulary the conversions map, the Arrow-IPC framing helpers, and the `SessionTransport` the typed clients build their per-service stubs over. It pulls no embedded ML stack, so a consumer that speaks the wire links no candle / tokenizers / symphonia / hf-hub.

`jammi-server` consumes the server stubs and these conversions; `jammi-admin` (control plane) and `jammi-client` (data plane) consume the client stubs and the same conversions — neither side reimplements a mapping.