RohanB67 commited on
Commit
e19e83e
·
verified ·
1 Parent(s): 8a40051

Update agents.py

Browse files
Files changed (1) hide show
  1. agents.py +5 -5
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 - meta-llama/Llama-3.1-8B-Instruct (cerebras) - Skeptic
11
- Beta - Qwen/Qwen2.5-7B-Instruct (together) - Literalist
12
- Gamma - HuggingFaceH4/zephyr-7b-beta (featherless) - Connector
13
- Delta - deepseek-ai/DeepSeek-R1 (sambanova) - Deep Reasoner
14
- Epsilon - llama-3.3-70b-versatile (groq) - Synthesizer
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