YI Zhongyue commited on
Commit
53a226a
Β·
2 Parent(s): 989f73133310e4

Merge remote-tracking branch 'origin'

Browse files
Files changed (1) hide show
  1. README.md +3 -8
README.md CHANGED
@@ -4,11 +4,10 @@ emoji: πŸ•΅πŸ»β€β™‚οΈ
4
  colorFrom: indigo
5
  colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 5.25.2
8
  app_file: app.py
9
- pinned: false
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*