Initial commit: 2125_GCE project

This commit is contained in:
GlyphRunner System
2026-07-09 12:54:44 -04:00
parent c3a826b65c
commit ae13f78c22
299 changed files with 124289 additions and 1031 deletions
Regular → Executable
+4 -1
View File
@@ -143,8 +143,11 @@ except Exception as e:
# Test 8: Multi-glyph computation produces correct structure
print("\n[TEST 8] Multi-glyph resonance computation structure")
try:
from glyphs.super_registry import list_super_ids
kernel = CognitiveKernel()
glyph_ids = ["glyph://a", "glyph://b", "glyph://c"]
ids = list_super_ids()
glyph_ids = ids[:3]
result = {}
multi_metrics = kernel.compute_multi_glyph_resonance(glyph_ids, result)