Files
hermes-agent/agent/__init__.py
2026-02-21 22:31:43 -08:00

7 lines
276 B
Python

"""Agent internals -- extracted modules from run_agent.py.
These modules contain pure utility functions and self-contained classes
that were previously embedded in the 3,600-line run_agent.py. Extracting
them makes run_agent.py focused on the AIAgent orchestrator class.
"""