Expand description
Wire types for transferring reference-only context between agents.
Structs§
- Context
Capsule V1 - Wire-compatible context capsule for multi-agent transfer. Contains only references and metadata — never raw content payloads.
- Dedup
Report - Cross-capsule reference overlap and deduplication metrics.
- Delta
Transfer - Represents the difference between a base capsule and an updated one. Used to minimize transfer size in multi-agent chains.
Functions§
- apply_
delta - Applies a reference and budget delta to a base capsule.
- compute_
delta - Computes the reference and budget difference between two capsules.
- dedup_
siblings - Finds references shared across sibling capsules and reports transfer savings.