Expand description
HIPPMEM · Native Association Memory Engine — unified external Rust API orchestration layer.
Integrates hippmem_core, hippmem_store, hippmem_model,
hippmem_write, hippmem_retrieval, hippmem_consolidation,
providing seven core APIs: write/retrieve/explain/consolidate/inspect/feedback.
Corresponds to 05-api-contract, 09-engine-assembly.
Modules§
- consolidate_
api - Engine::consolidate — consolidation API (05 §5, 09 §4.4).
- dump_
api - Engine::dump — full JSONL export API.
- explain_
api - Engine::explain — explain API (05 §4, 09 §4.3).
- feedback_
api - Engine::feedback — usage feedback API.
- inspect_
api - Engine::inspect — diagnostics API (05 §6, 09 §4.5).
- list_
api - Engine::list — paginated memory listing API.
- retrieve_
api - Engine::retrieve — retrieval API assembly.
- runtime
- Engine background runtime: enrich worker (09 §3).
- traverse_
api - Engine::traverse — BFS graph traversal API.
- write_
api - Engine::write — write API assembly.
Structs§
- Backend
Usage - Backend usage info.
- Background
Config - Background worker configuration.
- Consolidation
Report - Consolidation report.
- Dump
Input - Full export input parameters.
- Dump
Output - Full export output.
- Edge
View - Engine
- HIPPMEM unified orchestration facade.
- Engine
Config - Engine construction configuration.
- Explanation
- Explain output.
- Feedback
Input - Usage feedback input.
- Link
Summary - List
Input - Input parameters for paginated memory listing.
- List
Item - Summary of a single memory in the list.
- List
Output - Output of paginated memory listing.
- Memory
Inspect - Queue
Status - Retrieval
Diagnostics - Retrieval diagnostics.
- Retrieval
Trace - Retrieval trace.
- Retrieve
Context - Retrieval context.
- Retrieve
Input - Retrieval input.
- Retrieve
Output - Retrieval output.
- Seed
Record - Seed record.
- Store
Stats - Traverse
Input - Graph traversal input parameters.
- Traverse
Node - Node in BFS traversal.
- Traverse
Output - Graph traversal output.
- Write
Memory Input - Input for writing a memory.
- Write
Memory Output - Output of writing a memory.
Enums§
- Consolidation
Scope - Consolidation scope.
- Engine
Error - Engine external error type: converts lower-layer errors into a unified external error code.
- Inspect
Query - Inspect
Report - Traverse
Direction - Traversal direction.
- Usage
Signal - Usage signal.
- Write
Warning - Write warning.
Type Aliases§
- Engine
Result - Engine-layer Result alias.