Spaces:
Sleeping
Sleeping
File size: 1,013 Bytes
8b6913d d6713c0 3a2bf61 8b6913d 23d8a2c 8b6913d 0501ee4 8b6913d 0501ee4 8b6913d 0501ee4 8b6913d 0501ee4 8b6913d 0501ee4 8b6913d 0501ee4 8b6913d 0501ee4 8b6913d 0501ee4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
---
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
|