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§
- Auto
Memory Bridge - Bridge between Oxios memory and external memory systems.
- Export
Result - Result of exporting memories to an external system.
- Guidance
Pattern - A guidance pattern for export to external format.
- Import
Result - Result of importing memories from an external system.
- Memory
Insight - A single imported memory insight from an external system.
- Sync
Result - Result of a bidirectional sync operation.
Enums§
- Insight
Category - Category of an imported memory insight.
- Sync
Direction - Direction of memory synchronization.