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