mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-04 02:21:47 +00:00
Pure file moves, zero content changes. Creates the hermes_agent/ top-level package. Git sees 100% similarity on all moves. Part of #14586, #14182
5 lines
99 B
Python
5 lines
99 B
Python
"""Allow running the ACP adapter as ``python -m acp_adapter``."""
|
|
|
|
from .entry import main
|
|
|
|
main()
|