mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
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 |
||
|---|---|---|
| .. | ||
| test_google_oauth_setup.py | ||
| test_google_workspace_api.py | ||
| test_memento_cards.py | ||
| test_openclaw_migration.py | ||
| test_telephony_skill.py | ||
| test_youtube_quiz.py | ||