Umer797's picture
Update README.md
0501ee4 verified

A newer version of the Gradio SDK is available: 5.42.0

Upgrade
metadata
title: GAIA LangGraph Agent
emoji: πŸ€–
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.31.0
app_file: app.py
pinned: false
hf_oauth: true

πŸ† Hugging Face Agents Course β€” Final Project

This repository contains my final project submission for the Hugging Face Agents Course.

βœ… Project Overview

  • Multi-step AI agent built with LangGraph and LangChain
  • Integrates:
    • Tavily Search API (for real-time factual retrieval)
    • OpenAI GPT-4 (for advanced reasoning and synthesis)
    • Custom formatter (to prepare exact-match answers for GAIA benchmark)

βœ… Achievements

  • Successfully passed the GAIA benchmark with a high score (β‰₯70%)
  • Earned the Hugging Face Certificate of Excellence

⚠ Important: Paid API Protection

This repository does NOT include any paid API keys.

To run the full agent (with GPT-4), you must:

  1. Provide your own OpenAI API key (OPENAI_API_KEY)
  2. Set it as an environment variable or Hugging Face Space secret