mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-29 06:31:32 +00:00
8 lines
337 B
Python
8 lines
337 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.
|
|
"""
|
|
|
|
from . import jiter_preload as _jiter_preload # noqa: F401
|