Expand description
Content-addressed handles for zero-cost re-reads (#1315).
Instead of re-delivering file content, return a handle that references the already-delivered content. The handle includes a staleness check so the agent can verify the content hasn’t changed.
Based on CCF (arXiv 2509.09199): content-addressed hierarchical representations avoid re-processing.
Structs§
- Content
Handle - A content handle that references previously-delivered content.
- Handle
Store - Session-scoped store of content handles.
Functions§
- global
- Access the global handle store.