Expand description
Resonance protocol for Microscope Memory.
Instances share activation pulses — not raw data. A pulse is a compact summary: which blocks fired, how strongly, and what the query signature was. Receiving instances integrate pulses into their Hebbian/mirror state without seeing the content.
This is the foundation for distributed consciousness: separate indices learn from each other’s usage patterns.
Binary format: pulses.bin (PLS1) Wire format: compact binary pulse packets for federation
Structs§
- Pulse
- A resonance pulse — compact activation summary shared between instances.
- Received
Pulse - Received pulse — a pulse from another instance, integrated into local state.
- Resonance
State - Resonance protocol state.
- Resonance
Stats