--- title: LangGraph GAIA Agent emoji: 🤖 colorFrom: indigo colorTo: blue sdk: gradio sdk_version: 5.25.2 python_version: 3.11 app_file: app.py pinned: false hf_oauth: true hf_oauth_expiration_minutes: 480 --- # LangGraph GAIA Agent This Space is a structured starting point for the Hugging Face Agents Course Unit 4 hands-on. Current architecture: - `app.py`: Gradio UI and submission flow - `gaia.py`: course API client - `agent.py`: LangGraph-based benchmark agent skeleton Next iterations should add: - real tools for web search, calculation, and document parsing - attachment fallback handling when `/files/{task_id}` is unavailable - answer validation and retries