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): """