From a0929c96ba142272d32b0cd82d2c02f9b6ed8995 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 6 Mar 2025 16:20:19 +0000 Subject: [PATCH] fix: postgres tool migration --- application/{tools/implementations => agents/tools}/postgres.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename application/{tools/implementations => agents/tools}/postgres.py (99%) diff --git a/application/tools/implementations/postgres.py b/application/agents/tools/postgres.py similarity index 99% rename from application/tools/implementations/postgres.py rename to application/agents/tools/postgres.py index a83db9aa..2877ebad 100644 --- a/application/tools/implementations/postgres.py +++ b/application/agents/tools/postgres.py @@ -1,5 +1,5 @@ import psycopg2 -from application.tools.base import Tool +from application.agents.tools.base import Tool class PostgresTool(Tool): """