Spaces:
Running
Running
| """Canonical GraphSafety agent module. | |
| This file is kept for required path compatibility and re-exports the | |
| implementation from ``graph_agent.py``. | |
| """ | |
| from __future__ import annotations | |
| from app.agents.graph_agent import GraphSafetyAgent | |
| __all__ = ["GraphSafetyAgent"] | |