TheJackBright's picture
Deploy GitHub root master to Space
c296d62
"""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"]