mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-08 13:12:08 +00:00
Delegate to hermes_bootstrap.harden_import_path() instead of the inline '', '.' sys.path filter, matching entry.py/acp_adapter/entry.py after #51693. The shared helper also relocates the Hermes source root ahead of an absolute cwd path on sys.path (venv/PYTHONPATH case), which the inline filter missed. Test static check rewritten to assert the shared guard runs before import cli. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| entry.py | ||
| event_publisher.py | ||
| git_probe.py | ||
| loop_noise.py | ||
| project_tree.py | ||
| render.py | ||
| server.py | ||
| slash_worker.py | ||
| transport.py | ||
| ws.py | ||