Change HowTo
Browse files
app.py
CHANGED
@@ -1306,8 +1306,6 @@ with gr.Blocks(title="π Consilium: Visual AI Consensus Platform", theme=gr.th
|
|
1306 |
- π **Live Data Integration** - Real-time web search and Wikipedia research
|
1307 |
- π **Private Sessions** - Each user gets their own secure analysis space
|
1308 |
|
1309 |
-
**π NEW: Native Function Calling** - Expert AIs automatically request research when needed!
|
1310 |
-
|
1311 |
**Perfect for:** Strategic planning, technical decisions, research synthesis, policy analysis
|
1312 |
""")
|
1313 |
|
@@ -1507,24 +1505,14 @@ with gr.Blocks(title="π Consilium: Visual AI Consensus Platform", theme=gr.th
|
|
1507 |
- **Meta-Llama-3.1-8B**: Fast, efficient collaborative analysis + research calls
|
1508 |
- **QwQ-32B**: Large-scale comprehensive evaluation
|
1509 |
|
1510 |
-
### π Native Research Integration
|
1511 |
-
**NEW: Professional-Grade Function Calling** using OpenAI-compatible APIs:
|
1512 |
-
- **search_web**: Current information and trend analysis
|
1513 |
-
- **search_wikipedia**: Comprehensive background knowledge
|
1514 |
-
- **Visual Integration**: See Research Agent activate when called
|
1515 |
-
- **Natural AI Behavior**: AIs decide when they need information
|
1516 |
-
- **Clean API Usage**: No text parsing, proper error handling
|
1517 |
-
|
1518 |
### π Dependencies
|
1519 |
```bash
|
1520 |
pip install gradio requests python-dotenv smolagents gradio-consilium-roundtable wikipedia openai
|
1521 |
```
|
1522 |
-
|
1523 |
-
|
1524 |
-
|
1525 |
-
|
1526 |
-
- **Visual Innovation**: See AI collaboration in real-time
|
1527 |
-
- **Future-Proof Design**: Easily extensible, standard patterns
|
1528 |
|
1529 |
### π MCP Integration
|
1530 |
Add to your Claude Desktop config:
|
|
|
1306 |
- π **Live Data Integration** - Real-time web search and Wikipedia research
|
1307 |
- π **Private Sessions** - Each user gets their own secure analysis space
|
1308 |
|
|
|
|
|
1309 |
**Perfect for:** Strategic planning, technical decisions, research synthesis, policy analysis
|
1310 |
""")
|
1311 |
|
|
|
1505 |
- **Meta-Llama-3.1-8B**: Fast, efficient collaborative analysis + research calls
|
1506 |
- **QwQ-32B**: Large-scale comprehensive evaluation
|
1507 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1508 |
### π Dependencies
|
1509 |
```bash
|
1510 |
pip install gradio requests python-dotenv smolagents gradio-consilium-roundtable wikipedia openai
|
1511 |
```
|
1512 |
+
### Start
|
1513 |
+
```bash
|
1514 |
+
python app.py
|
1515 |
+
```
|
|
|
|
|
1516 |
|
1517 |
### π MCP Integration
|
1518 |
Add to your Claude Desktop config:
|