hermes-agent/tests/plugins
alt-glitch a1e667b9f2 fix(restructure): fix test regressions from import rewrite
Fix variable name breakage (run_agent, hermes_constants, etc.) where
import rewriter changed 'import X' to 'import hermes_agent.Y' but
test code still referenced 'X' as a variable name.

Fix package-vs-module confusion (cli.auth, cli.models, cli.ui) where
single files became directories.

Fix hardcoded file paths in tests pointing to old locations.
Fix tool registry to discover tools in subpackage directories.
Fix stale import in hermes_agent/tools/__init__.py.

Part of #14182, #14183
2026-04-23 12:05:10 +05:30
..
image_gen refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
memory refactor(restructure): rewrite all imports for hermes_agent package 2026-04-23 08:35:34 +05:30
__init__.py fix: mem0 API v2 compat, prefetch context fencing, secret redaction (#5423) 2026-04-05 22:43:33 -07:00
test_disk_cleanup_plugin.py fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30
test_retaindb_plugin.py fix(restructure): fix test regressions from import rewrite 2026-04-23 12:05:10 +05:30