Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
@@ -12,4 +12,31 @@ hf_oauth: true
|
|
12 |
hf_oauth_expiration_minutes: 480
|
13 |
---
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: GAIA Dataset Agent
|
3 |
+
emoji: 🤖
|
4 |
colorFrom: indigo
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
|
|
12 |
hf_oauth_expiration_minutes: 480
|
13 |
---
|
14 |
|
15 |
+
# GAIA Dataset Agent
|
16 |
+
|
17 |
+
An advanced LangGraph-based agent designed to successfully handle the GAIA dataset challenges.
|
18 |
+
|
19 |
+
## Features
|
20 |
+
|
21 |
+
- **Mathematical Calculations**: Advanced math capabilities using SymPy for symbolic computation
|
22 |
+
- **Web Search**: Real-time information retrieval using Tavily search
|
23 |
+
- **Date/Time Processing**: Comprehensive date and time calculations and queries
|
24 |
+
- **Multi-step Reasoning**: LangGraph workflow for complex problem solving
|
25 |
+
- **Proper Formatting**: Answers formatted according to GAIA dataset requirements
|
26 |
+
|
27 |
+
## Environment Setup
|
28 |
+
|
29 |
+
This agent requires the following environment variables:
|
30 |
+
|
31 |
+
- `OPENAI_API_KEY`: Your OpenAI API key for GPT-4
|
32 |
+
- `TAVILY_API_KEY`: Your Tavily API key for web search
|
33 |
+
|
34 |
+
Set these in your Hugging Face Space settings.
|
35 |
+
|
36 |
+
## Usage
|
37 |
+
|
38 |
+
1. Log in with your Hugging Face account
|
39 |
+
2. Click 'Run Evaluation & Submit All Answers' to process all questions
|
40 |
+
3. View your results and score
|
41 |
+
|
42 |
+
The agent will automatically detect the type of question (math, web search, date/time) and use appropriate tools and reasoning.
|