sasa-agent-2 / README.md
sanjaystarc's picture
Update README.md
657e20c verified
---
title: GAIA Level-1 Agent (Final Assignment)
emoji: πŸ•΅πŸ»β€β™‚οΈ
colorFrom: indigo
colorTo: indigo
sdk: gradio
sdk_version: 6.1.0
app_file: app.py
pinned: false
hf_oauth: true
hf_oauth_expiration_minutes: 480
---
# GAIA Level-1 Agent – Hugging Face Agents Course
This Space contains my final project for the **Hugging Face Agents Course**.
## Project Overview
- Implements a tool-using AI agent
- Evaluated on **GAIA Level-1 questions**
- Uses web search and calculator tools
- Submits answers via the official GAIA API
## How It Works
1. User logs in with Hugging Face OAuth
2. The agent fetches GAIA evaluation questions
3. The agent answers each question using reasoning and tools
4. Answers are submitted automatically for scoring
## Technologies Used
- **Gradio**
- **smolagents**
- **Hugging Face Inference API**
- **DuckDuckGo Search**
## Notes
- The Space is public for leaderboard verification
- The agent returns only final answers (exact-match compliant)
---