Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,48 @@
|
|
1 |
---
|
2 |
title: MaGo AgoraAI
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.34.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
license:
|
11 |
-
short_description: AI
|
12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: MaGo AgoraAI
|
3 |
+
emoji: 🧠
|
4 |
colorFrom: indigo
|
5 |
+
colorTo: pink
|
6 |
sdk: gradio
|
|
|
7 |
app_file: app.py
|
8 |
pinned: false
|
9 |
+
license: mit
|
10 |
+
short_description: Multi-agent AI app for debates & interviews
|
11 |
---
|
12 |
+
# 🧠 MaGo-AgoraAI
|
13 |
+
|
14 |
+
**MaGo-AgoraAI** è un'applicazione di intelligenza artificiale multi-agente progettata per simulare **dibattiti**, **interviste** e costruire **mappe concettuali testuali**.
|
15 |
+
Il moderatore **Pol** orchestra agenti esperti con competenze diverse per rispondere a una domanda, creando materiale didattico scalabile, fino a livello accademico.
|
16 |
+
|
17 |
+
L'app funziona **in locale** e richiede:
|
18 |
+
|
19 |
+
- 🖥️ [Ollama](https://ollama.com/) installato
|
20 |
+
- 🤖 Un modello LLM compatibile (es. `gemma:12b`)
|
21 |
+
- 📁 Circa **300 MB** di spazio disco
|
22 |
+
|
23 |
+
⚠️ **Nota:** questa applicazione non è eseguibile direttamente su Hugging Face, ma può essere testata facilmente in locale seguendo le istruzioni.
|
24 |
+
|
25 |
+
---
|
26 |
+
|
27 |
+
## 🔗 Risorse
|
28 |
+
|
29 |
+
- 🌐 Sito ufficiale: [https://sites.google.com/view/mago-agoraai](https://sites.google.com/view/mago-agoraai)
|
30 |
+
- 💻 Codice sorgente: [GitHub – MaGo-AgoraAI](https://github.com/mauro10051/MaGo-AgoraAI)
|
31 |
+
|
32 |
+
---
|
33 |
+
|
34 |
+
## 🇬🇧 English summary
|
35 |
+
|
36 |
+
**MaGo-AgoraAI** is a multi-agent AI application designed to simulate **debates**, **interviews**, and generate **textual concept maps**.
|
37 |
+
The moderator, **Pol**, coordinates expert agents with different skillsets to answer complex questions and generate scalable educational material — up to academic level.
|
38 |
+
|
39 |
+
This app runs **locally** and requires:
|
40 |
+
|
41 |
+
- [Ollama](https://ollama.com/) installed
|
42 |
+
- A compatible LLM model (e.g., `gemma:12b`)
|
43 |
+
- About **300MB** of disk space
|
44 |
+
|
45 |
+
⚠️ This app is **not executable on Hugging Face**, but can be tested locally by following the instructions on GitHub.
|
46 |
+
|
47 |
|
48 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|