hermes-agent/hermes_agent/acp/__main__.py
alt-glitch 193f3b8339 refactor(acp): git mv acp_adapter/ → hermes_agent/acp/
Pure file moves, zero content changes. Creates the hermes_agent/
top-level package. Git sees 100% similarity on all moves.

Part of #14586, #14182
2026-04-23 20:50:04 +05:30

5 lines
99 B
Python

"""Allow running the ACP adapter as ``python -m acp_adapter``."""
from .entry import main
main()