Files
2125_GCE/programs/demo_glyph_resonance.gx.json
T

49 lines
3.0 KiB
JSON
Raw Normal View History

{
"magic": "GXIC1",
"version": 1,
"model": "",
"entrypoint": "main",
"symbols": {
"main": 0
},
"instructions": [
{ "op": "LOG", "args": ["=== XIC v1.5 Glyph Resonance Awareness Demo ==="] },
{ "op": "SET_MODE", "args": ["symbolic"] },
{ "op": "LOG", "args": ["Mode set to: symbolic"] },
{ "op": "SET_CONTEXT", "args": ["domain", "cognitive_science"] },
{ "op": "SET_CONTEXT", "args": ["style", "analytical"] },
{ "op": "SET_CONTEXT", "args": ["depth", "comprehensive"] },
{ "op": "LOG", "args": ["Context configured for glyph-aware cognition"] },
{ "op": "CHAIN", "args": ["resonance_analysis_1"] },
{ "op": "LOG", "args": ["Entering chain: resonance_analysis_1"] },
{ "op": "CALL_GLYPH", "args": ["glyph://compression_theory", "Explain compression as a fundamental cognitive principle. Focus on its role in knowledge representation, information theory, and neural processing."] },
{ "op": "LOG", "args": ["CALL_GLYPH completed for glyph://compression_theory"] },
{ "op": "LOG", "args": ["=== Querying Resonance Metrics ==="] },
{ "op": "GET_GLYPH_RESONANCE", "args": ["glyph://compression_theory", "report"] },
{ "op": "LOG", "args": ["Generated full resonance report"] },
{ "op": "GET_GLYPH_RESONANCE", "args": ["glyph://compression_theory", "global"] },
{ "op": "LOG", "args": ["Retrieved global resonance score"] },
{ "op": "GET_GLYPH_RESONANCE", "args": ["glyph://compression_theory", "dominant"] },
{ "op": "LOG", "args": ["Retrieved top 5 dominant glyphs"] },
{ "op": "GET_GLYPH_RESONANCE", "args": ["glyph://compression_theory", "weight"] },
{ "op": "LOG", "args": ["Retrieved weight metric"] },
{ "op": "CHAIN", "args": ["resonance_analysis_2"] },
{ "op": "LOG", "args": ["Entering chain: resonance_analysis_2"] },
{ "op": "CALL_GLYPH", "args": ["glyph://neural_dynamics", "How do neural networks compress and represent information? What are the parallels with linguistic compression?"] },
{ "op": "LOG", "args": ["CALL_GLYPH completed for glyph://neural_dynamics"] },
{ "op": "GET_GLYPH_RESONANCE", "args": ["glyph://neural_dynamics", "report"] },
{ "op": "LOG", "args": ["Retrieved resonance report for neural_dynamics glyph"] },
{ "op": "GET_GLYPH_RESONANCE", "args": ["glyph://neural_dynamics", "lineage"] },
{ "op": "LOG", "args": ["Retrieved lineage score"] },
{ "op": "GET_GLYPH_RESONANCE", "args": ["glyph://neural_dynamics", "contributor"] },
{ "op": "LOG", "args": ["Retrieved contributor score"] },
{ "op": "GET_GLYPH_RESONANCE", "args": ["glyph://neural_dynamics", "frequency"] },
{ "op": "LOG", "args": ["Retrieved frequency score"] },
{ "op": "GET_GLYPH_RESONANCE", "args": ["glyph://neural_dynamics", "grammar"] },
{ "op": "LOG", "args": ["Retrieved grammar score"] },
{ "op": "LOG", "args": ["=== Resonance Analysis Complete ==="] },
{ "op": "LOG", "args": ["All glyph resonance metrics extracted and stored"] },
{ "op": "LOG", "args": ["Program exit: success"] }
]
}