Spaces:
Sleeping
Sleeping
File size: 808 Bytes
2705160 6f718f1 2705160 d123508 2705160 6f718f1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | ---
title: GAIA Final Agent
emoji: 🎯
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.25.2
app_file: app.py
pinned: false
hf_oauth: true
hf_oauth_expiration_minutes: 480
---
# GAIA Final Agent
Tool-using agent for the Hugging Face Agents Course final assignment. It supports
web research, webpage retrieval, spreadsheets, PDFs, trusted benchmark Python
files, audio transcription, YouTube transcription, and exact-answer
normalization.
The submitted evaluation for `AyhamJo7` scored **100% (20/20)**.
## Local development
```bash
uv sync --extra dev
uv run gaia-agent evaluate --output answers.json
uv run gaia-agent submit --answers answers.json
```
Local execution uses Ollama at `http://127.0.0.1:11434`. The hosted Space uses
Hugging Face inference through the `HF_TOKEN` Space secret.
|