Expand description
Adapters that bridge zeph-memory concrete types to zeph-common traits consumed
by zeph-context.
This module is the only place in the workspace where both zeph-memory and
zeph-context interface types are visible simultaneously — by design. zeph-core
builds adapters here at Layer 4 so that zeph-context (Layer 1) never imports
zeph-memory (Layer 1).
Structs§
- Semantic
Memory Backend - Adapter that implements
ContextMemoryBackendby delegating toSemanticMemory. - Token
Counter Adapter - Adapter implementing
zeph_context::summarization::MessageTokenCounterforzeph_memory::TokenCounter.
Functions§
- build_
memory_ router - Build a memory router from the context manager’s routing configuration.