Skip to main content

Module thought_graph

Module thought_graph 

Source
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§

ThoughtEdge
Directed edge between two query types.
ThoughtGraphState
ThoughtGraphStats
ThoughtNode
A single recall event.
ThoughtPattern
A crystallized recall sequence.

Constants§

PATTERN_BOOST_WEIGHT
How much pattern recognition boosts search scores.