Seb1101 commited on
Commit
89f9f33
·
verified ·
1 Parent(s): d5dcea4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: Template Final Assignment
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.