onisj commited on
Commit
9cd535d
Β·
verified Β·
1 Parent(s): 8bd7833

Delete project_struct.txt

Browse files
Files changed (1) hide show
  1. 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