Update agents.py
Browse files
agents.py
CHANGED
|
@@ -7,11 +7,11 @@ Multi-agent swarm debate engine with real-time SSE callbacks.
|
|
| 7 |
enabling live streaming to the browser via SSE.
|
| 8 |
|
| 9 |
Agent roster:
|
| 10 |
-
Alpha -
|
| 11 |
-
Beta -
|
| 12 |
-
Gamma -
|
| 13 |
-
Delta -
|
| 14 |
-
Epsilon -
|
| 15 |
"""
|
| 16 |
|
| 17 |
import concurrent.futures
|
|
|
|
| 7 |
enabling live streaming to the browser via SSE.
|
| 8 |
|
| 9 |
Agent roster:
|
| 10 |
+
Alpha - llama-3.3-70b-versatile - Skeptic
|
| 11 |
+
Beta - gpt-oss-120b - Literalist
|
| 12 |
+
Gamma - llama-4-scout-17b-16e-instruct - Connector
|
| 13 |
+
Delta - qwen3-32b - Deep Reasoner
|
| 14 |
+
Epsilon - gpt-oss-20b - Synthesizer
|
| 15 |
"""
|
| 16 |
|
| 17 |
import concurrent.futures
|