mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-10 03:22:05 +00:00
fix(google-chat): repair setup prompt imports
This commit is contained in:
parent
d10d19ebb7
commit
cacb984732
2 changed files with 59 additions and 5 deletions
|
|
@ -2936,15 +2936,14 @@ def interactive_setup() -> None:
|
|||
prompt for env vars, persist them to ``~/.hermes/.env`` so the next
|
||||
gateway restart picks them up.
|
||||
"""
|
||||
from hermes_cli.config import (
|
||||
get_env_value,
|
||||
save_env_value,
|
||||
prompt,
|
||||
prompt_yes_no,
|
||||
from hermes_cli.cli_output import (
|
||||
print_info,
|
||||
print_success,
|
||||
print_warning,
|
||||
prompt,
|
||||
prompt_yes_no,
|
||||
)
|
||||
from hermes_cli.config import get_env_value, save_env_value
|
||||
|
||||
existing_sub = get_env_value("GOOGLE_CHAT_SUBSCRIPTION_NAME")
|
||||
if existing_sub:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue