deps(agent): add ollama python client

ollama_backend.py imports ollama lazily; without the package every
local-mode dispatch crashed with ModuleNotFoundError.
This commit is contained in:
Carlos Garcia
2026-04-24 23:13:34 -04:00
parent 67e6eff534
commit f020d1406a

View File

@@ -10,3 +10,4 @@ sqlalchemy[asyncio]==2.0.35
json-log-formatter==0.5.2
python-dotenv==1.0.1
mcp==1.3.0
ollama==0.3.3