Expand description
Chain Compression — context deduplication between agent hops (P11 / DIM 4).
When context flows through a chain of agents, each hop typically carries overlapping references. This module identifies shared context and produces minimal deltas, ensuring only novel information crosses agent boundaries.
Structs§
- Chain
Compression Tracker - Tracks context across hops in a single chain, computes minimal deltas.
- Chain
Context Item - A content-addressed context item tracked across hops.
- Chain
Delta - Delta produced when forwarding context to the next hop.