jarvis_gaia_agent / project_structure.txt
onisj's picture
feat(tools): add more tool to extend the functionaily of jarvis
751d628
raw
history blame contribute delete
527 Bytes
.
β”œβ”€β”€ app.py
β”œβ”€β”€ dockerfile
β”œβ”€β”€ README.md
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ retriever.py
β”œβ”€β”€ state.py
└── tools
β”œβ”€β”€ __init__.py
β”œβ”€β”€ answer_generator.py
β”œβ”€β”€ calculator.py
β”œβ”€β”€ document_retriever.py
β”œβ”€β”€ duckduckgo_search.py
β”œβ”€β”€ file_fetcher.py
β”œβ”€β”€ file_parser.py
β”œβ”€β”€ guest_info.py
β”œβ”€β”€ hub_stats.py
β”œβ”€β”€ image_parser.py
β”œβ”€β”€ search.py
└── weather_info.py
3 directories, 18 files