Expand description
Persistent memory-bank types and services re-exported from
gestura-core-memory-bank.
Structs§
- Memory
Bank Entry - A single entry in the memory bank representing a saved conversation context
- Memory
Bank Query - Filter options for targeted memory-bank retrieval.
- Memory
Governance Refresh Report - Summary of a governance refresh pass.
- Memory
Governance Suggestion - Persisted governance suggestion for operator review.
- Memory
Search Result - Ranked result from targeted memory-bank retrieval.
Enums§
- Memory
Bank Error - Errors that can occur during memory bank operations
- Memory
Governance Relationship - Relationship produced by the governance-analysis pass.
- Memory
Governance State - General governance state for durable memory curation.
- Memory
Kind - High-level memory retention domain.
- Memory
Scope - Scope for targeted durable-memory retrieval.
- Memory
Type - Typed classification for durable memory records.
- Reflection
Memory State - Retrieval state for reflection-derived durable memories.
Functions§
- clear_
memory_ bank - Clear all memory bank entries in a workspace
- delete_
memory_ bank_ entry - Delete a single memory bank entry.
- ensure_
memory_ bank_ dir - Ensure the memory bank directory exists, creating it if necessary
- get_
memory_ bank_ dir - Get the memory bank directory path for a workspace
- list_
memory_ bank - List all memory bank entries in a workspace
- load_
from_ memory_ bank - Load a memory bank entry from a markdown file
- refresh_
memory_ bank_ governance - Refresh persisted governance suggestions for durable memory entries.
- save_
to_ memory_ bank - Save a memory bank entry to disk as a markdown file
- search_
memory_ bank - Search memory bank entries for relevant content
- search_
memory_ bank_ with_ query - Search memory-bank entries using structured filters and ranking.
- update_
memory_ bank_ entry - Update a single memory bank entry in-place.