Merge remote-tracking branch 'origin'
Browse files
README.md
CHANGED
|
@@ -4,11 +4,10 @@ emoji: π΅π»ββοΈ
|
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 5.
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
hf_oauth: true
|
| 11 |
-
# optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
|
| 12 |
hf_oauth_expiration_minutes: 480
|
| 13 |
---
|
| 14 |
|
|
@@ -18,10 +17,6 @@ hf_oauth_expiration_minutes: 480
|
|
| 18 |
|
| 19 |
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).
|
| 20 |
|
| 21 |
-
## π― Project Goals
|
| 22 |
-
|
| 23 |
-
Create an agent system capable of achieving 30% or higher score on the GAIA benchmark to earn the course completion certificate π
.
|
| 24 |
-
|
| 25 |
## ποΈ Architecture Design
|
| 26 |
|
| 27 |
This project adopts a multi-agent architecture with two specialized sub-agents:
|
|
@@ -96,4 +91,4 @@ OPENAI_API_KEY=your_openai_api_key_here
|
|
| 96 |
|
| 97 |
---
|
| 98 |
|
| 99 |
-
*Created with β€οΈ for the Hugging Face Agents Course Final Assignment*
|
|
|
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: indigo
|
| 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 |
---
|
| 13 |
|
|
|
|
| 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:
|
|
|
|
| 91 |
|
| 92 |
---
|
| 93 |
|
| 94 |
+
*Created with β€οΈ for the Hugging Face Agents Course Final Assignment*
|