hermes-agent/scripts
alt-glitch 25072fe690 fix(restructure): fix stale references missed by import rewrite
- plugins_cmd.py: import rewriter changed `import hermes_cli` to
  `import hermes_agent.cli` but left variable usage as `hermes_cli.__file__`,
  causing a NameError at runtime
- scripts/hermes-gateway: stale `from gateway.run import` (no .py extension
  so it was missed by **/*.py globs)
- scripts/install.ps1: stale `tools\skills_sync.py` path, use
  hermes-skills-sync console_script instead
2026-04-23 14:08:24 +05:30
..
lib feat: lazy bootstrap node 2026-04-16 10:47:37 -05:00
whatsapp-bridge fix(web_server,whatsapp-bridge): validate Host header against bound interface (#13530) 2026-04-21 06:26:35 -07:00
__init__.py refactor: move standalone scripts to scripts/ directory 2026-04-21 15:23:23 +05:30
batch_runner.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
build_skills_index.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
contributor_audit.py feat(ci): add contributor attribution check on PRs (#9376) 2026-04-13 21:13:08 -07:00
discord-voice-doctor.py feat(tools): add Voxtral TTS provider (Mistral AI) 2026-04-11 01:56:55 -07:00
hermes-gateway fix(restructure): fix stale references missed by import rewrite 2026-04-23 14:08:24 +05:30
install.cmd feat: Windows native support via Git Bash 2026-03-02 22:03:29 -08:00
install.ps1 fix(restructure): fix stale references missed by import rewrite 2026-04-23 14:08:24 +05:30
install.sh refactor(restructure): update infrastructure for hermes_agent package 2026-04-23 12:10:25 +05:30
kill_modal.sh refactor: replace swe-rex with native Modal SDK for Modal backend (#3538) 2026-03-28 11:21:44 -07:00
mini_swe_runner.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
release.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
restructure_import_rewriter.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
restructure_move_map.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
rl_cli.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
run_tests.sh test: make test env hermetic; enforce CI parity via scripts/run_tests.sh (#11577) 2026-04-17 06:09:09 -07:00
sample_and_compress.py refactor: move standalone scripts to scripts/ directory 2026-04-21 15:23:23 +05:30
trajectory_compressor.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30