"""Tool-facing entrypoint for the composite investigation capability.""" from __future__ import annotations from tools.investigation import run_investigation_tool __all__ = ["run_investigation_tool"]