Rithwik Ravi commited on
Commit ·
4f34790
1
Parent(s): 27ed79a
Docs: Update theme and local run instructions
Browse files
README.md
CHANGED
|
@@ -34,7 +34,7 @@ Current industry solutions are fatally flawed:
|
|
| 34 |
|
| 35 |
## 💡 Our Solution: The OpenEnv Compiler Architecture
|
| 36 |
|
| 37 |
-
Aligning with **Theme #
|
| 38 |
|
| 39 |
The **Dynamic Guardrail Generator** treats the LLM as an autonomous Blue-Team engineer. Running inside our strict `OpenEnv` grading environment, the agent does not evaluate prompts directly. Instead, it synthesizes a highly constrained, Pydantic-validated **JSON Guardrail Logic Graph** (a Domain Specific Language).
|
| 40 |
|
|
@@ -99,7 +99,7 @@ To bypass known PyTorch and Triton compiler conflicts on Windows, you must confi
|
|
| 99 |
*(Note: If Triton throws a `Python.h` missing error, create a directory junction linking your base Python `include` folder to your project root `Include` folder).*
|
| 100 |
|
| 101 |
### 2. Run the Master Orchestrator
|
| 102 |
-
We have bundled a master orchestrator (`run_all.py`) that automatically cleans up zombie ports, boots the
|
| 103 |
|
| 104 |
```bash
|
| 105 |
python run_all.py
|
|
@@ -107,4 +107,4 @@ python run_all.py
|
|
| 107 |
|
| 108 |
### 3. View the Dashboard
|
| 109 |
Once the orchestrator initializes, open your browser to:
|
| 110 |
-
[http://127.0.0.1:
|
|
|
|
| 34 |
|
| 35 |
## 💡 Our Solution: The OpenEnv Compiler Architecture
|
| 36 |
|
| 37 |
+
Aligning with **Theme #4: Self-Improvement**, we solved this by separating the intelligence from the execution.
|
| 38 |
|
| 39 |
The **Dynamic Guardrail Generator** treats the LLM as an autonomous Blue-Team engineer. Running inside our strict `OpenEnv` grading environment, the agent does not evaluate prompts directly. Instead, it synthesizes a highly constrained, Pydantic-validated **JSON Guardrail Logic Graph** (a Domain Specific Language).
|
| 40 |
|
|
|
|
| 99 |
*(Note: If Triton throws a `Python.h` missing error, create a directory junction linking your base Python `include` folder to your project root `Include` folder).*
|
| 100 |
|
| 101 |
### 2. Run the Master Orchestrator
|
| 102 |
+
We have bundled a master orchestrator (`run_all.py`) that automatically cleans up zombie ports, boots the merged Core API & Telemetry UI Server (Port 8000) into the background, and triggers the Headless OpenEnv Evaluator (`evaluate.py`).
|
| 103 |
|
| 104 |
```bash
|
| 105 |
python run_all.py
|
|
|
|
| 107 |
|
| 108 |
### 3. View the Dashboard
|
| 109 |
Once the orchestrator initializes, open your browser to:
|
| 110 |
+
[http://127.0.0.1:8000](http://127.0.0.1:8000) to watch the live A/B comparison and Threat Feed stream in real-time.
|