Skip to main content

Module durable_memory

Module durable_memory 

Source
Expand description

Host-bound durable-memory integration.

Code owns extraction and admission policy. a3s-memory owns the exact namespace and repository integrity boundary. V2 recall is explicit and admits only the current active node revision selected by final assembly.

Structs§

DurableMemoryActivation
Explicit, evidence-backed request to activate one candidate revision.
DurableMemoryBindingV1
Exact Code-visible durable-memory authority and serving policy.
DurableMemoryRecallHit
One active V2 hit returned by a pure diagnostic recall preview.
DurableMemoryRecallPolicy
Bounded policy for opt-in active V2 recall.
DurableMemoryRecallPreview
Pure, bounded active-memory recall result. Previewing does not record an admission or use event and therefore cannot authorize prompt injection.
DurableMemorySemanticBindingV1
Secret-free semantic authority and retrieval identity persisted with a session.
DurableMemorySemanticRecall
Explicit host-owned embedding generation plus caller-owned vector index.
DurableMemorySemanticRecallPolicy
Bounded candidate policy for one host-owned semantic recall generation.
DurableMemorySemanticRefreshCheckpoint
Persistable, secret-free evidence used to recover a semantic refresh owner.
DurableMemorySemanticRefreshReceipt
Secret-free evidence that one exact Active snapshot was published.
DurableMemorySession
Exact repository and namespace supplied by the embedding host.
DurableMemoryUse
Explicit observation that a caller used one exact active node revision.

Enums§

DurableMemoryMode
Runtime behavior enabled for one durable-memory binding.
DurableMemoryRecallChannel
Retrieval branch that produced one pure recall preview hit.
DurableMemorySemanticError
Typed failures at the host-owned semantic recall boundary.

Constants§

DURABLE_MEMORY_BINDING_SCHEMA_VERSION
Schema version for the secret-free durable-memory binding persisted with a session snapshot.
DURABLE_MEMORY_CONTEXT_ID_PROFILE_V1
Legacy schema-3 profile. It separates sessions and process-local run IDs but cannot distinguish a run ID reused after session retention and restart.
DURABLE_MEMORY_CONTEXT_ID_PROFILE_V2
Current profile. The invocation incarnation is generated by Code rather than the host environment because host IDs guarantee uniqueness only inside one process and may legitimately restart from the same sequence.
DURABLE_MEMORY_HYBRID_BINDING_SCHEMA_VERSION
Schema version for sessions that bind an exact semantic serving generation.
DURABLE_MEMORY_RETRIEVAL_PROFILE_V1
Current A3S Memory query algorithm bound into new durable-memory sessions.
DURABLE_MEMORY_SEMANTIC_BINDING_SCHEMA_V1
DURABLE_MEMORY_SEMANTIC_FUSION_PROFILE_V1
DURABLE_MEMORY_SEMANTIC_REFRESH_CHECKPOINT_SCHEMA_V1
Stable schema of a persisted semantic-refresh recovery checkpoint.
DURABLE_MEMORY_SEMANTIC_REFRESH_PROFILE_V1
Stable identity of the verified full-snapshot refresh algorithm.