rsavitt commited on
Commit
3890e48
·
verified ·
1 Parent(s): 6e2725a

Switch Space to Streamlit SDK with metadata

Browse files
Files changed (1) hide show
  1. README.md +15 -7
README.md CHANGED
@@ -1,10 +1,18 @@
1
  ---
2
- title: Swarm Sandbox
3
- emoji: 🐨
4
- colorFrom: blue
5
- colorTo: blue
6
- sdk: docker
7
- pinned: false
 
 
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
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.