Structs§
- Attachment
Reclamation Report - Outcome of a host-invoked orphan-attachment reclamation sweep.
- File
Attachment Store - InMemory
Attachment Store - Session
Scoped Attachment Store - Session-scoped wrapper that records a write-ahead intent in
AttachmentManifestbefore delegating eachputto the backingAttachmentStore. The intent row durably captures “this session is about to write these bytes,” so if the process dies betweenputand the next committed runtime state, a later GC sweep can reconcile the orphaned bytes by walkingAttachmentManifest::list_uncommitted. - Stored
Attachment
Enums§
Traits§
Functions§
- content_
id - reclaim_
orphaned_ attachments - Reclaim attachment bytes left orphaned by a crash between
putand the next durable commit — the host-invocable counterpart toStoreMaintenance::gc_unreachablefor attachment payloads. - resolve_
llm_ request_ attachments