feat: implement DGR-006 tensor bundle boundary
This commit is contained in:
@@ -32,6 +32,15 @@ Both `--check` modes run in CI via `tests/test_native_shard_protocol.py`, so a
|
||||
schema edit that is not accompanied by regenerated output fails the suite rather
|
||||
than shipping stubs that disagree with the schema they claim to implement.
|
||||
|
||||
## DGR-006 decode and tail compatibility
|
||||
|
||||
`DecodeStep.bundle` is the versioned `TensorBundle` fast-path boundary. It is
|
||||
authoritative whenever present and supports architecture sidebands. The original
|
||||
`DecodeStep.tensor` remains readable as the compact one-tensor encoding for
|
||||
certified boundaries that need only one tensor; new readers wrap it into a
|
||||
one-member bundle. Tail completions use `TailResult`, which binds logits or a
|
||||
sampled token to request/recipe identity and sampling/template/reasoning inputs.
|
||||
|
||||
## Building and running the C++ conformance test
|
||||
|
||||
If the machine has no protobuf C++ toolchain:
|
||||
|
||||
Reference in New Issue
Block a user