hermes-agent/tests/plugins
spfcraze 32238f9942 fix(honcho): resolve peers host keys via profile_host_key (underscore form) (#76414)
_all_profile_host_configs() built per-profile host keys inline as
f"{HOST}.{profile}" ("hermes.work") while profile_host_key() — used by
honcho status/enable/sync and the runtime memory plugin — produces the
underscore form ("hermes_work"). The lookup always missed, so
'hermes honcho peers' showed "(not set)" / leaked the raw malformed key
into the AI-peer column for every non-default profile. Profile names
needing sanitization (dots/spaces) were doubly broken.

Verified live: with hosts["hermes_work"] populated, cmd_peers showed
'work ... hermes.work' before the fix and 'work ... hermes' after.

Tests: host keys match the writer form, sanitized profile names resolve,
peers output shows populated identities with no key leak, and clean
fallback for profiles without a block.
2026-08-13 23:43:15 +05:30
..
browser
dashboard_auth
image_gen
memory fix(honcho): resolve peers host keys via profile_host_key (underscore form) (#76414) 2026-08-13 23:43:15 +05:30
model_providers
platforms
transcription
tts
video_gen
web
__init__.py
test_a2a_phase23.py
test_a2a_plugin.py
test_achievements_plugin.py
test_chronos_cron.py
test_chronos_verify.py
test_discord_runtime_failure.py
test_disk_cleanup_plugin.py
test_google_meet_audio.py
test_google_meet_node.py
test_google_meet_plugin.py
test_google_meet_realtime.py
test_hindsight_health_grace_timeout.py
test_hindsight_root_guard.py
test_holographic_vector_storage.py
test_kanban_attachments.py
test_kanban_board_project_api.py
test_kanban_dashboard_plugin.py
test_kanban_dashboard_task_updated_hook.py chore: trim observer test suites to core coverage and condense hooks docs 2026-08-13 09:35:52 -07:00
test_kanban_estimate.py
test_kanban_model_override.py
test_kanban_worker_runs.py
test_langfuse_plugin.py fix: reuse redact_sensitive_text, fix leaky abstraction, fix test data 2026-08-13 23:10:16 +05:30
test_nemo_relay_mark_turn_parenting.py fix(observability): parent marks to the live turn scope, not the session 2026-08-12 19:20:03 -07:00
test_nemo_relay_plugin.py
test_plugin_dashboard_auth_contract.py
test_raft_check_fn_silent.py
test_retaindb_plugin.py
test_security_guidance_plugin.py
test_teams_pipeline_plugin.py