Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ colorTo: indigo
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.34.0
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
hf_oauth: true
|
| 11 |
hf_oauth_expiration_minutes: 480
|
| 12 |
---
|
|
@@ -17,10 +17,6 @@ hf_oauth_expiration_minutes: 480
|
|
| 17 |
|
| 18 |
This is a multi-agent system developed for the [Hugging Face Agents Course](https://huggingface.co/learn/agents-course/en/unit4/introduction) Unit 4 final project. The system is designed to evaluate AI agent performance through the [GAIA benchmark](https://huggingface.co/spaces/gaia-benchmark/leaderboard).
|
| 19 |
|
| 20 |
-
## π― Project Goals
|
| 21 |
-
|
| 22 |
-
Create an agent system capable of achieving 30% or higher score on the GAIA benchmark to earn the course completion certificate π
.
|
| 23 |
-
|
| 24 |
## ποΈ Architecture Design
|
| 25 |
|
| 26 |
This project adopts a multi-agent architecture with two specialized sub-agents:
|
|
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.34.0
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
hf_oauth: true
|
| 11 |
hf_oauth_expiration_minutes: 480
|
| 12 |
---
|
|
|
|
| 17 |
|
| 18 |
This is a multi-agent system developed for the [Hugging Face Agents Course](https://huggingface.co/learn/agents-course/en/unit4/introduction) Unit 4 final project. The system is designed to evaluate AI agent performance through the [GAIA benchmark](https://huggingface.co/spaces/gaia-benchmark/leaderboard).
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
## ποΈ Architecture Design
|
| 21 |
|
| 22 |
This project adopts a multi-agent architecture with two specialized sub-agents:
|