mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix(doctor): use recall_mode instead of memory_mode on HonchoClientConfig
This commit is contained in:
parent
e7698521e7
commit
e131f13662
1 changed files with 1 additions and 1 deletions
|
|
@ -836,7 +836,7 @@ def run_doctor(args):
|
|||
get_honcho_client(hcfg)
|
||||
check_ok(
|
||||
"Honcho connected",
|
||||
f"workspace={hcfg.workspace_id} mode={hcfg.memory_mode} freq={hcfg.write_frequency}",
|
||||
f"workspace={hcfg.workspace_id} mode={hcfg.recall_mode} freq={hcfg.write_frequency}",
|
||||
)
|
||||
except Exception as _e:
|
||||
check_fail("Honcho connection failed", str(_e))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue