azettl commited on
Commit
f7aa43f
·
verified ·
1 Parent(s): 214b3cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -6
README.md CHANGED
@@ -3,6 +3,8 @@ tags:
3
  - mcp-server-track
4
  - agent-demo-track
5
  - consilium
 
 
6
  title: Consilium MCP Server
7
  emoji: 🏢
8
  colorFrom: yellow
@@ -10,13 +12,22 @@ colorTo: blue
10
  sdk: gradio
11
  sdk_version: 5.33.0
12
  app_file: app.py
13
- pinned: false
14
  short_description: Multi-AI Expert Consensus Platform
 
 
15
  ---
16
 
17
- Includes Mistral (**mistral-large-latest**) via their API and the Models **DeepSeek-R1**, **Meta-Llama-3.3-70B-Instruct** and **QwQ-32B** via the SambaNova API.
 
 
18
 
19
-
20
- 📼 Video UI: https://youtu.be/ciYLqI-Nawc
21
-
22
- 📼 Video MCP: https://youtu.be/r92vFUXNg74
 
 
 
 
 
 
3
  - mcp-server-track
4
  - agent-demo-track
5
  - consilium
6
+ - Mistral
7
+ - SambaNova
8
  title: Consilium MCP Server
9
  emoji: 🏢
10
  colorFrom: yellow
 
12
  sdk: gradio
13
  sdk_version: 5.33.0
14
  app_file: app.py
15
+ pinned: true
16
  short_description: Multi-AI Expert Consensus Platform
17
+ thumbnail: >-
18
+ https://cdn-uploads.huggingface.co/production/uploads/65ba36f30659ad04d028d083/Ubq8rnD8WhWpw8Qt32_lk.png
19
  ---
20
 
21
+ ## Videos:
22
+ * 📼 Video UI: https://youtu.be/ciYLqI-Nawc
23
+ * 📼 Video MCP: https://youtu.be/r92vFUXNg74
24
 
25
+ ## Features:
26
+ * Visual roundtable of the AI models, including speech bubbles to see the discussion in real time.
27
+ * MCP mode enabled to also use it directly in, for example, Claude Desktop (without the visual table).
28
+ * Includes Mistral (**mistral-large-latest**) via their API and the Models **DeepSeek-R1**, **Meta-Llama-3.3-70B-Instruct** and **QwQ-32B** via the SambaNova API.
29
+ * Research Agent with 5 sources (**Web Search**, **Wikipedia**, **arXiv**, **GitHub**, **SEC EDGAR**) for comprehensive live research.
30
+ * Assign different roles to the models, the protocol they should follow, and decide the communication strategy.
31
+ * Pick one model as the lead analyst (had the best results when picking Mistral).
32
+ * Configure the amount of discussion rounds.
33
+ * After the discussion, the whole conversation and a final answer will be presented.