dlaima commited on
Commit
8b88400
Β·
verified Β·
1 Parent(s): e0e459a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -9,7 +9,7 @@ app_file: app.py
9
  pinned: false
10
  hf_oauth: true
11
  hf_oauth_expiration_minutes: 480
12
- short_description: Gemini Agent for GAIA Evaluation
13
  ---
14
 
15
  # 🧠 Gemini Agent for GAIA Evaluation
@@ -24,10 +24,7 @@ in the **GAIA Unit 4 Evaluation** on [Hugging Face Spaces](https://hf.co/learn/a
24
  Template Final Assignment_app/
25
  β”‚
26
  β”œβ”€β”€ app.py # Main launcher script that initializes and runs the Gradio app.
27
- β”œβ”€β”€ agent.json # JSON config for defining tools and metadata used by a custom agent.
28
- β”œβ”€β”€ Gradio_UI.py # Contains the Gradio Blocks interface layout and connects UI to the tools.
29
- β”œβ”€β”€ screenshot.jpeg # Sample preview for the use of the app Preview image of the app UI (used in README)
30
- β”œβ”€β”€ prompt_config.yaml # Prompt configurations for examples / YAML config to store prompt templates or reusable prompt parts for tools/agents.
31
  β”œβ”€β”€ .env.template # Environment variables template /Template file showing expected environment variables (e.g., API keys).
32
  β”œβ”€β”€ requirements.txt # Python dependencies / List of Python dependencies to install
33
  └── README.md # Project overview, setup instructions, usage examples, and screenshot link.
 
9
  pinned: false
10
  hf_oauth: true
11
  hf_oauth_expiration_minutes: 480
12
+ short_description: Agent for GAIA Evaluation
13
  ---
14
 
15
  # 🧠 Gemini Agent for GAIA Evaluation
 
24
  Template Final Assignment_app/
25
  β”‚
26
  β”œβ”€β”€ app.py # Main launcher script that initializes and runs the Gradio app.
27
+ β”œβ”€β”€ gaia_tools # JSON config for defining tools and metadata used by a custom agent.
 
 
 
28
  β”œβ”€β”€ .env.template # Environment variables template /Template file showing expected environment variables (e.g., API keys).
29
  β”œβ”€β”€ requirements.txt # Python dependencies / List of Python dependencies to install
30
  └── README.md # Project overview, setup instructions, usage examples, and screenshot link.