Skip to main content

Module auto_memory_bridge

Module auto_memory_bridge 

Source
Expand description

Auto-memory bridge: synchronization between external memory systems and Oxios.

Bridges Oxios MemoryManager with Claude Code’s MEMORY.md format and similar external memory stores. Supports bidirectional sync:

  • to-auto: Export Oxios patterns/insights → external MEMORY.md format
  • from-auto: Import external memories → Oxios MemoryStore
  • bidirectional: Full two-way synchronization

The bridge converts between Oxios’s structured memory entries and free-form markdown memory formats used by external tools.

Structs§

AutoMemoryBridge
Bridge between Oxios memory and external memory systems.
ExportResult
Result of exporting memories to an external system.
GuidancePattern
A guidance pattern for export to external format.
ImportResult
Result of importing memories from an external system.
MemoryInsight
A single imported memory insight from an external system.
SyncResult
Result of a bidirectional sync operation.

Enums§

InsightCategory
Category of an imported memory insight.
SyncDirection
Direction of memory synchronization.