Skip to main content

Module memory_handler

Module memory_handler 

Source
Expand description

memory:// URL protocol handler.

Resolves the documented artifact paths from the autonomous memory pipeline (omp memory-protocol.ts port):

  • memory://root → short listing of MEMORY.md, memory_summary.md, learned.md, and any skills/<name>/ directories.
  • memory://root/MEMORY.md, memory://root/memory_summary.md, memory://root/learned.md → the corresponding artifact.
  • memory://root/skills/<name>/SKILL.md → the skill playbook.

The router is resolved through the wired Oxi InternalUrlRouter port. When the local pipeline has not run yet, every path resolves to an empty listing.

Structs§

MemoryProtocolHandler
Protocol-handler wrapper that resolves memory://… URLs against a single memory root registered at construction time.

Functions§

resolve_memory_url
Resolve a memory:// URL to plain markdown text.