Archived
This repository has been archived on 2026-08-20 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
8f922e68b3728885a7713cca2ea93d4aee998040
Add engram_auto_link_semantic(): when a node is embedded, scan all embedded nodes for cosine sim >= 0.72 and create bidirectional "semantic-similar" edges to the top-3 matches. Runs once at write time rather than at every query, converting the expensive O(N) scan from live activation into durable graph structure. Fixes the core connectivity problem: 63 edges / 5364 nodes (0.012 edges/node). Verified: new Knowledge nodes now auto-link at sim 0.77– 0.95 with correct threshold discrimination. One checkpoint per insert (not one per edge) bounds the persistence overhead. Excludes InternalStateEvents and inbox/outbox transient nodes to keep semantic graph clean.
Description
The Engram programming language — types as knowledge nodes, quantum-sealed prod target
216 MiB
Releases
5
El SDK (latest)
Latest
Languages
Emacs Lisp
94.7%
C
4.2%
Shell
0.3%
HTML
0.2%
Python
0.2%
Other
0.2%