hermes-agent/plugins/platforms
megastary 38adfebe78 fix(teams): import prompt/print helpers from cli_output, not config
The Teams adapter's interactive_setup() tried to import prompt,
prompt_yes_no, print_info, print_success, and print_warning from
hermes_cli.config, but those helpers live in hermes_cli.cli_output.
Only get_env_value/save_env_value live in hermes_cli.config.

This caused 'hermes setup' to crash with ImportError as soon as the
user picked Teams in the messaging-platforms wizard.

Split the import accordingly.
2026-05-04 06:54:27 -07:00
..
irc feat(plugins): bundled platform plugins auto-load by default 2026-04-29 21:56:51 -07:00
teams fix(teams): import prompt/print helpers from cli_output, not config 2026-05-04 06:54:27 -07:00