Add satellite image summarization tool (#7)

* Add dspy & jupyterlab as dependency

* Add image summarizer agent tool

* Add test for summarize tool

* Remove try except

---------

Co-authored-by: Daniel Wiesmann <yellowcap@users.noreply.github.com>
This commit is contained in:
Soumya Ranjan Mohanty
2025-12-04 20:39:10 +05:30
committed by GitHub
parent bcc331bd5e
commit 2d34ee0a16
5 changed files with 2102 additions and 3 deletions
+2
View File
@@ -17,6 +17,7 @@ dependencies = [
"python-dotenv",
"duckdb",
"shapely",
"dspy>=3.0.4",
"watchdog>=6.0.0",
]
@@ -26,6 +27,7 @@ dev = [
"pytest",
"pytest-asyncio",
"pre-commit",
"jupyterlab>=4.5.0",
]
[build-system]