Spaces:
Sleeping
Sleeping
| title: Template Final Assignment | |
| emoji: π΅π»ββοΈ | |
| colorFrom: indigo | |
| colorTo: indigo | |
| sdk: gradio | |
| sdk_version: 5.25.2 | |
| app_file: app.py | |
| pinned: false | |
| hf_oauth: true | |
| hf_oauth_expiration_minutes: 480 | |
| # GAIA Agent β Final Assignment | |
| A `smolagents` CodeAgent built to answer GAIA Level 1 questions for the HF Agents | |
| course final assignment. Uses HF Inference Providers as the LLM backend with | |
| Serper for web search, plus tools for browsing, Wikipedia, YouTube transcripts, | |
| GAIA file attachments, audio transcription, and image analysis. | |
| ## Required Space secrets | |
| | Secret | Purpose | | |
| | ---------------- | -------------------------------------------------------- | | |
| | `HF_TOKEN` | HF Inference Providers (uses your Pro quota) | | |
| | `SERPER_API_KEY` | Web search via serper.dev | | |
| Optional overrides: | |
| - `AGENT_MODEL_ID` β default `meta-llama/Llama-3.3-70B-Instruct` | |
| - `AGENT_PROVIDER` β default `auto` (HF Inference Providers routing) | |