From f020d1406a9158630c9495e37e71ee8db23a382e Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Fri, 24 Apr 2026 23:13:34 -0400 Subject: [PATCH] deps(agent): add ollama python client ollama_backend.py imports ollama lazily; without the package every local-mode dispatch crashed with ModuleNotFoundError. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 0786e1b..30d26e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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