Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -154,6 +154,8 @@ Guardrails are hard constraints and validations applied in code to keep outputs
|
|
| 154 |
| **RF2** | ReflectionAgent | Rising trend ignored: trend=rising, LOW, count above threshold → MEDIUM | Corrects inconsistent state (rising crowd with LOW risk). |
|
| 155 |
| **RF3** | ReflectionAgent | Count–risk mismatch: high count but LOW risk → upgrade to MEDIUM/HIGH | Corrects mathematically inconsistent states. |
|
| 156 |
| **RF4** | ReflectionAgent | Over-estimation: HIGH risk but count < threshold (e.g. 15) → MEDIUM | Reduces false HIGH from empty or near-empty frames. |
|
|
|
|
|
|
|
| 157 |
Each guardrail is implemented in the corresponding agent file; further justification is documented in `ethics_and_safety_report.txt`.
|
| 158 |
|
| 159 |
---
|
|
|
|
| 154 |
| **RF2** | ReflectionAgent | Rising trend ignored: trend=rising, LOW, count above threshold → MEDIUM | Corrects inconsistent state (rising crowd with LOW risk). |
|
| 155 |
| **RF3** | ReflectionAgent | Count–risk mismatch: high count but LOW risk → upgrade to MEDIUM/HIGH | Corrects mathematically inconsistent states. |
|
| 156 |
| **RF4** | ReflectionAgent | Over-estimation: HIGH risk but count < threshold (e.g. 15) → MEDIUM | Reduces false HIGH from empty or near-empty frames. |
|
| 157 |
+
|
| 158 |
+
|
| 159 |
Each guardrail is implemented in the corresponding agent file; further justification is documented in `ethics_and_safety_report.txt`.
|
| 160 |
|
| 161 |
---
|