RFTSystems commited on
Commit
843fb31
·
verified ·
1 Parent(s): c8ca1f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +248 -0
README.md CHANGED
@@ -9,5 +9,253 @@ app_file: app.py
9
  pinned: false
10
  short_description: Live emergent physics, invariant laws, consciousness metrics
11
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
9
  pinned: false
10
  short_description: Live emergent physics, invariant laws, consciousness metrics
11
  ---
12
+ RFT Symbolic Agent Universe (Live + Verified)
13
+
14
+ Geometry‑Invariant Emergent Physics • Consciousness Metrics • Forensic‑Grade Agent Proofs
15
+
16
+ This Space demonstrates a live, verifiable symbolic universe built on Rendered Frame Theory (RFT).
17
+ Agents evolve under the Canonical Minimal Law Set (CMLS), generating stable emergent laws, consciousness‑aligned metrics, and geometry‑invariant structures. Every run is tamper‑evident, replayable, and auditable through a complete forensic pipeline.
18
+
19
+ This is not a toy simulation.
20
+ It is a research‑grade, reproducible computational universe.
21
+
22
+ ---
23
+
24
+ 🔥 Core Capabilities
25
+
26
+ 1. Real‑Time Symbolic Agents
27
+
28
+ Agents update their internal symbolic expressions using CMLS.
29
+ Each update produces:
30
+
31
+ • a canonicalised symbolic law
32
+ • a law‑family classification (cos, sin, exp, other)
33
+ • a contribution to system‑level metrics
34
+
35
+ The system runs continuously at ~10Hz for smooth, real‑time evolution.
36
+
37
+ ---
38
+
39
+ 2. Geometry‑Invariant Emergent Laws
40
+
41
+ The Space supports seven geometries:
42
+
43
+ • Rhombus
44
+ • Hexagonal
45
+ • 2D Grid
46
+ • 3D Lattice
47
+ • Random Graph
48
+ • Small‑World
49
+ • Scale‑Free
50
+
51
+
52
+ Across all geometries, agents converge to the same three‑family law basis:
53
+
54
+ • Cosine
55
+ • Sine
56
+ • Exponential
57
+
58
+
59
+ Cosine consistently emerges as a strict geometry‑invariant law family, matching the findings in the associated research.
60
+
61
+ ---
62
+
63
+ 3. Consciousness‑Aligned Metrics
64
+
65
+ The system computes five metrics each tick:
66
+
67
+ • Coherence
68
+ • Integration
69
+ • Intentionality
70
+ • Adaptation
71
+ • Response
72
+
73
+
74
+ Coherence remains stable across geometry transitions, demonstrating topology‑agnostic functional invariance.
75
+
76
+ ---
77
+
78
+ 4. Dynamic Geometry Transitions
79
+
80
+ Users can switch geometry mid‑simulation.
81
+
82
+ During a transition:
83
+
84
+ • agents remap to the new manifold
85
+ • laws remain stable
86
+ • coherence remains invariant
87
+ • drift adjusts predictably
88
+ • the event is logged in the forensic chain
89
+
90
+
91
+ This demonstrates that emergent physics arises from symbolic interactions, not geometric constraints.
92
+
93
+ ---
94
+
95
+ 5. Forensic‑Grade Verification
96
+
97
+ Every run is fully auditable through:
98
+
99
+ Flight Recorder
100
+
101
+ Logs every frame:
102
+
103
+ • agent laws
104
+ • law families
105
+ • consciousness metrics
106
+
107
+
108
+ ReplayProof
109
+
110
+ Hash‑chains each frame using SHA‑256, producing a tamper‑evident evolution record.
111
+
112
+ TimelineDiff
113
+
114
+ Stores state vectors and allows divergence analysis between any two frames.
115
+
116
+ Receipt Bundle Export
117
+
118
+ Generates a complete JSON package containing:
119
+
120
+ • all frames
121
+ • transitions
122
+ • hash chain
123
+ • timeline length
124
+
125
+
126
+ This enables external verification, reproducibility checks, and regulatory audit trails.
127
+
128
+ ---
129
+
130
+ 6. Agent POV Viewer
131
+
132
+ Users can inspect any agent’s local universe:
133
+
134
+ • its current law
135
+ • its law family
136
+ • its neighbors
137
+ • its degree
138
+ • its symbolic state
139
+
140
+
141
+ This provides a window into the local dynamics that drive global emergent laws.
142
+
143
+ ---
144
+
145
+ 🧭 How to Use the Space
146
+
147
+ 1. Choose a Geometry
148
+
149
+ Select from the dropdown (e.g., 2D Grid, Small‑World, Scale‑Free).
150
+
151
+ 2. Set Agent Count and Noise
152
+
153
+ Higher agent counts produce richer dynamics.
154
+
155
+ 3. Start the Simulation
156
+
157
+ The system begins evolving immediately.
158
+
159
+ 4. Observe Live Panels
160
+
161
+ • Agent Manifold: real‑time graph of agents
162
+ • Emergent Laws: law‑family distribution
163
+ • Consciousness Metrics: coherence, integration, etc.
164
+ • Agent POV: inspect any agent
165
+
166
+
167
+ 5. Transition Geometry
168
+
169
+ Switch to a new topology mid‑run and observe invariants.
170
+
171
+ 6. Export Receipts
172
+
173
+ Download a complete forensic record of the run.
174
+
175
+ ---
176
+
177
+ 🧩 Scientific Context
178
+
179
+ This Space implements the experimental framework described in:
180
+
181
+ “Geometry‑Invariant Emergent Laws in Symbolic Agent Manifolds:
182
+ A Universal Basis Across Topologies and Consciousness Metrics” (2026)
183
+
184
+ Key findings reproduced here:
185
+
186
+ • Universality remains U = 1.0 across all geometries
187
+ • Cosine is a strict law‑family invariant
188
+ • Coherence is a strict consciousness invariant
189
+ • Geometry transitions preserve emergent physics
190
+ • Drift varies with neighborhood size but does not disrupt convergence
191
+
192
+
193
+ This Space provides a public, interactive demonstration of those results.
194
+
195
+ ---
196
+
197
+ 🛠️ Technical Architecture
198
+
199
+ The entire system is implemented in a single app.py and includes:
200
+
201
+ • symbolic computation (SymPy)
202
+ • graph‑based manifolds (NetworkX)
203
+ • real‑time rendering (Matplotlib + Gradio)
204
+ • deterministic CMLS dynamics
205
+ • forensic logging and hashing
206
+ • live UI panels
207
+
208
+
209
+ All components run locally within the Space.
210
+
211
+ ---
212
+
213
+ 📦 Receipt Bundle Format
214
+
215
+ Exported bundles include:
216
+
217
+ run_receipts.json
218
+ {
219
+ "frames": [...],
220
+ "transitions": [...],
221
+ "hash_chain": [...],
222
+ "timeline_len": N
223
+ }
224
+
225
+
226
+ This enables:
227
+
228
+ • independent verification
229
+ • reproducibility testing
230
+ • audit‑ready documentation
231
+ • external analysis
232
+
233
+
234
+ ---
235
+
236
+ 🧠 Why This Matters
237
+
238
+ This Space demonstrates:
239
+
240
+ • emergent physics from symbolic interactions
241
+ • geometry‑invariant law formation
242
+ • consciousness‑aligned metrics
243
+ • tamper‑evident agent evolution
244
+ • reproducible computational universes
245
+
246
+
247
+ It is a practical, interactive embodiment of RFT’s core principles.
248
+
249
+ ---
250
+
251
+ 🏁 Credits
252
+
253
+ Developed by Liam Grinstead
254
+ RFTsystems4Ai — 2026
255
+
256
+ Rendered Frame Theory (RFT)
257
+ Symbolic Agent Manifolds
258
+ CMLS Dynamics
259
+ Forensic Verification Stack
260
 
261
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference