CoolFace
Apppublic

flutterdev555/mymodel

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
README.md38 linesDownload Raw Back to root
1---2title: GAIA Agent3emoji: ๐Ÿค–4colorFrom: blue5colorTo: purple6sdk: gradio7sdk_version: 5.23.18app_file: app.py9pinned: false10hf_oauth: true11tags:12- smolagents13- agent14- smolagent15- tool16- agent-course17- gaia18---19 20# GAIA Benchmark Agent21 22A smolagents-based CodeAgent designed to pass the GAIA Level 1 benchmark for the HuggingFace Agents Course (Unit 4 Final Assignment).23 24## Features25- **DuckDuckGo Web Search** โ€” Real-time information retrieval26- **Webpage Visitor** โ€” Deep-reads any URL as markdown27- **Code Execution** โ€” Runs Python code for computation and reasoning28- **Planning** โ€” Periodic re-planning for multi-step tasks29- **Exact Answer Extraction** โ€” Outputs only the final answer value30 31## Usage321. Log in with your HuggingFace account.332. Click **Run Evaluation & Submit All Answers**.343. Wait for the agent to process all 20 questions.354. View your score!36 37Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference38