mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-26 01:01:40 +00:00
feat: add fast-path setup for nous account
adds a nous account specific fast flow & autolaunches into chat if gateway isn't set up
This commit is contained in:
parent
bdc9b07c9d
commit
2f230b5ad9
4 changed files with 79 additions and 48 deletions
|
|
@ -571,7 +571,7 @@ def test_cmd_model_forwards_nous_login_tls_options(monkeypatch):
|
|||
captured["ca_bundle"] = login_args.ca_bundle
|
||||
captured["insecure"] = login_args.insecure
|
||||
|
||||
monkeypatch.setattr("hermes_cli.auth._login_nous", _fake_login)
|
||||
monkeypatch.setattr("hermes_cli.auth.login_nous", _fake_login)
|
||||
|
||||
hermes_main.cmd_model(
|
||||
SimpleNamespace(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue