mirror of
https://github.com/dataforcanada/d4c-service-geo-assistant.git
synced 2026-06-13 14:31:01 +02:00
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:
committed by
GitHub
parent
bcc331bd5e
commit
2d34ee0a16
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user