Expand description
ThoughtGraph — L6: Pattern Recognition for Microscope Memory.
Tracks sequential recall paths and detects recurring thought patterns. Every recall creates a node; consecutive recalls form edges. When a sequence (A→B→C) recurs enough times, it crystallizes into a pattern. Recognized patterns boost future search results.
Binary formats: thought_graph.bin — nodes + edges (THG1) thought_patterns.bin — crystallized patterns (PTN1)
Structs§
- Thought
Edge - Directed edge between two query types.
- Thought
Graph State - Thought
Graph Stats - Thought
Node - A single recall event.
- Thought
Pattern - A crystallized recall sequence.
Constants§
- PATTERN_
BOOST_ WEIGHT - How much pattern recognition boosts search scores.