Expand description
SpaceBridge: manages memory flow between Spaces.
Cross-Space memory flow is managed through three types:
- Reference: read-only access to another Space’s memory
- Transfer: copy memory entries from one Space to another
- Synthesis: combine knowledge from multiple Spaces (Phase 6)
Structs§
- Cross
RefEntry - Cross-reference log entry.
- Space
Bridge - Manages memory flow between Spaces.
Enums§
- Memory
Flow - Type of memory flow between Spaces.