Spaces:
Sleeping
Sleeping
Switch Space to Streamlit SDK with metadata
Browse files
README.md
CHANGED
|
@@ -1,10 +1,18 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: SWARM Governance Arena
|
| 3 |
+
emoji: "☢"
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: gray
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: "1.45.1"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
+
license: mit
|
| 11 |
+
short_description: "Watch AI agents escalate. Then try to stop them."
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# SWARM: The AI Governance Arena
|
| 15 |
+
|
| 16 |
+
Interactive simulator for multi-agent AI governance scenarios. Tune governance knobs and watch what happens when AI agents negotiate under different rule regimes.
|
| 17 |
+
|
| 18 |
+
Built on the [distributional-agi-safety](https://github.com/swarm-ai-safety/swarm) framework.
|