Spaces:
Sleeping
Sleeping
Upload 7 files
Browse files- CodexGuard_License.txt +1 -0
- CodexReflex_Manifest.yaml +3 -0
- ReflexGuard_Architecture.svg +1 -0
- ReflexGuard_HuggingFaceDemo.html +1 -0
- ReflexGuard_Runtime.py +4 -0
- ReflexScroll.pdf +1 -0
- reflexguard_runtime.wasm +3 -0
CodexGuard_License.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
License: Dual — Open Source for research (MIT), Commercial use requires license.
|
CodexReflex_Manifest.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: Codex ReflexGuard
|
| 2 |
+
version: vΩΞ++
|
| 3 |
+
description: Reflex Intelligence Engine Manifest
|
ReflexGuard_Architecture.svg
ADDED
|
|
ReflexGuard_HuggingFaceDemo.html
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html><html><head><title>Codex ReflexGuard Demo</title></head><body><h1>ReflexGuard is live</h1></body></html>
|
ReflexGuard_Runtime.py
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ReflexGuard Python Runtime
|
| 2 |
+
class ReflexGuard:
|
| 3 |
+
def trigger(self, state):
|
| 4 |
+
return 'ACT' if state['risk'] > 0.8 else 'WAIT'
|
ReflexScroll.pdf
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
ReflexScroll — PDF placeholder for visual narrative of Codex ReflexGuard.
|
reflexguard_runtime.wasm
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eccbc341264ce007f9a2e9516544f9a1e68f10d6a8750089a9d6f3db3b3b34f2
|
| 3 |
+
size 35
|