Skip to main content

Module content_handle

Module content_handle 

Source
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§

ContentHandle
A content handle that references previously-delivered content.
HandleStore
Session-scoped store of content handles.

Functions§

global
Access the global handle store.