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 ofMEMORY.md,memory_summary.md,learned.md, and anyskills/<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§
- Memory
Protocol Handler - 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.