Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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:
|
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 |
-
βββ
|
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.
|