hermes-agent/tests
alt-glitch 4b16341975 refactor(restructure): rewrite all imports for hermes_agent package
Rewrite all import statements, patch() targets, sys.modules keys,
importlib.import_module() strings, and subprocess -m references to use
hermes_agent.* paths.

Strip sys.path.insert hacks from production code (rely on editable install).
Update COMPONENT_PREFIXES for logger filtering.
Fix 3 hardcoded getLogger() calls to use __name__.
Update transport and tool registry discovery paths.
Update plugin module path strings.
Add legacy process-name patterns for gateway PID detection.
Add main() to skills_sync for console_script entry point.
Fix _get_bundled_dir() path traversal after move.

Part of #14182, #14183
2026-04-23 08:35:34 +05:30
..
acp refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
agent refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
cli refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
cron refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
e2e refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
environments/benchmarks refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
fakes fix: streaming tool call parsing, error handling, and fake HA state mutation 2026-03-14 14:27:20 +03:00
gateway refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
hermes_cli refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
honcho_plugin refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
integration refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
plugins refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
run_agent refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
skills refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
tools refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
tui_gateway refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
__init__.py A bit of restructuring for simplicity and organization 2025-10-01 23:29:25 +00:00
conftest.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
run_interrupt_test.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_account_usage.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_base_url_hostname.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_batch_runner_checkpoint.py refactor: move standalone scripts to scripts/ directory 2026-04-21 15:23:23 +05:30
test_cli_file_drop.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_cli_skin_integration.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_ctx_halving_fix.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_empty_model_fallback.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_evidence_store.py feat: add OSS Security Forensics skill (Skills Hub) (#1482) 2026-03-15 21:59:53 -07:00
test_hermes_constants.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_hermes_logging.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_hermes_state.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_honcho_client_config.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_ipv4_preference.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_mcp_serve.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_mini_swe_runner.py refactor: move standalone scripts to scripts/ directory 2026-04-21 15:23:23 +05:30
test_minimax_model_validation.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_minisweagent_path.py chore: remove all remaining mini-swe-agent references 2026-03-24 08:19:23 -07:00
test_model_picker_scroll.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_model_tools.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_model_tools_async_bridge.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_ollama_num_ctx.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_packaging_metadata.py chore: prepare Hermes for Homebrew packaging (#4099) 2026-03-30 17:34:43 -07:00
test_plugin_skills.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_project_metadata.py build(deps): add qrcode to dingtalk + feishu extras (parity with messaging) (#11627) 2026-04-17 13:31:53 -07:00
test_retry_utils.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_sql_injection.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_subprocess_home_isolation.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_timezone.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_toolset_distributions.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_toolsets.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_trajectory_compressor.py refactor: move standalone scripts to scripts/ directory 2026-04-21 15:23:23 +05:30
test_trajectory_compressor_async.py refactor: move standalone scripts to scripts/ directory 2026-04-21 15:23:23 +05:30
test_transform_tool_result_hook.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_tui_gateway_server.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
test_utils_truthy_values.py refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30