Spaces:
Starting
Starting
Delete project_struct.txt
Browse files- project_struct.txt +0 -21
project_struct.txt
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
jarvis_gaia_agent/
|
2 |
-
βββ app.py # Main application with Gradio interface and agent logic
|
3 |
-
βββ state.py # Defines JARVISState for state management
|
4 |
-
βββ retriever.py # Guest info retriever tool
|
5 |
-
βββ tools/ # Directory for all tools
|
6 |
-
β βββ __init__.py # Exports all tools
|
7 |
-
β βββ search.py # Web search tools (SERPAPI-based)
|
8 |
-
β βββ file_parser.py # File parsing tool (CSV, TXT, PDF, Excel)
|
9 |
-
β βββ image_parser.py # Image parsing tool (OCR)
|
10 |
-
β βββ calculator.py # Calculator tool
|
11 |
-
β βββ document_retriever.py # Document retrieval tool
|
12 |
-
β βββ duckduckgo_search.py # DuckDuckGo search tool (from smolagents)
|
13 |
-
β βββ weather_info.py # Weather info tool (OpenWeatherMap)
|
14 |
-
β βββ hub_stats.py # Hugging Face Hub stats tool
|
15 |
-
β βββ guest_info.py # Guest info retriever tool (moved from retriever.py)
|
16 |
-
βββ requirements.txt # Python dependencies
|
17 |
-
βββ Dockerfile # Docker configuration
|
18 |
-
βββ README.md # Project documentation
|
19 |
-
βββ .env # Environment variables (not committed)
|
20 |
-
|
21 |
-
2 directories, 17 files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|