Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.14.0
metadata
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
- User logs in with Hugging Face OAuth
- The agent fetches GAIA evaluation questions
- The agent answers each question using reasoning and tools
- 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)