fix(agent): preload jiter native parser

This commit is contained in:
helix4u
2026-05-28 00:20:11 -07:00
committed by Teknium
parent dc52b82d53
commit 459d7694d3
3 changed files with 66 additions and 0 deletions
+2
View File
@@ -4,3 +4,5 @@ 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