VoicesColeby/GAIA-Agent-Unit4
0
Unit 4 — GAIA Level-1 Final Project
Gradio Space that fetches the 20 official GAIA-Level-1 questions from agents-course-unit4-scoring.hf.space, runs a smolagents CodeAgent on each, and submits the answers to the Students leaderboard.
Agent
CodeAgent (Qwen 2.5-Coder-32B via HF Inference Providers) with:
additional_authorized_imports covers stdlib + pandas / numpy for Level-1 spreadsheet-y questions.
Output format reminder
The submit endpoint compares answers as EXACT MATCH. The agent's system hint enforces:
- No
"FINAL ANSWER:"prefix. - Numbers as digits, no units unless asked.
- Lists comma-separated.
- Dates as the question requests.
Deploy
# After cloning the Space repo:
huggingface-cli login
# upload via HfApi.upload_file or git pushThen click Sign in with Hugging Face, then 🚀 Run + Submit. The score and per-question transcript appear inline.
