Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,35 +3,27 @@ license: other
|
|
| 3 |
pipeline_tag: other
|
| 4 |
tags:
|
| 5 |
- world-model
|
|
|
|
| 6 |
- graphics
|
| 7 |
- webgl
|
| 8 |
-
-
|
| 9 |
- experimental
|
| 10 |
sdk: static
|
| 11 |
-
emoji:
|
| 12 |
-
colorFrom: red
|
| 13 |
colorTo: yellow
|
| 14 |
---
|
| 15 |
|
| 16 |
-
# CodexReality3D
|
| 17 |
-
|
| 18 |
-
CodexReality3D v8 unifies:
|
| 19 |
|
| 20 |
-
|
| 21 |
-
- A live command / chat interface
|
| 22 |
-
- An embedded World Wide Web HTML explorer
|
| 23 |
-
|
| 24 |
-
The web is treated as a **first-class world layer**, navigable from within the engine.
|
| 25 |
-
|
| 26 |
-
---
|
| 27 |
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
-
|
| 31 |
-
- Natural language intent parsing
|
| 32 |
-
- Agent spawning
|
| 33 |
-
- Embedded sandboxed web browsing
|
| 34 |
-
- No backend, no inference provider required
|
| 35 |
|
| 36 |
---
|
| 37 |
|
|
|
|
| 3 |
pipeline_tag: other
|
| 4 |
tags:
|
| 5 |
- world-model
|
| 6 |
+
- simulation
|
| 7 |
- graphics
|
| 8 |
- webgl
|
| 9 |
+
- agents
|
| 10 |
- experimental
|
| 11 |
sdk: static
|
| 12 |
+
emoji: 📈
|
|
|
|
| 13 |
colorTo: yellow
|
| 14 |
---
|
| 15 |
|
| 16 |
+
# CodexReality3D v9+
|
|
|
|
|
|
|
| 17 |
|
| 18 |
+
CodexReality3D is a browser-native cognitive world engine combining:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
+
- Persistent 3D simulation
|
| 21 |
+
- Agent systems
|
| 22 |
+
- Natural language control
|
| 23 |
+
- Embedded web exploration
|
| 24 |
+
- Optional private LLM cognition
|
| 25 |
|
| 26 |
+
No inference provider required.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
---
|
| 29 |
|