From f9713c61ab618f15d72601f19a448d509708dbcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=A0=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Fri, 5 Jun 2026 12:42:11 +0000 Subject: [PATCH] Update agent.py --- agent.py | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/agent.py b/agent.py index 1a6cc72..d4befb7 100644 --- a/agent.py +++ b/agent.py @@ -1,17 +1 @@ -"""Legacy agent module. - -This file is kept only for backward compatibility. It re‑exports the -implementation from :mod:`src.agent` and then deletes itself to avoid -conflicts with the new package structure. -""" - -import os -from src.agent import agent, run_query # noqa: F401 - -# Delete this legacy file after import -try: - os.remove(__file__) -except Exception: - pass - -__all__ = ["agent", "run_query"] \ No newline at end of file +# Legacy file removed \ No newline at end of file