mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-19 15:18:03 +00:00
fix: preserve Nous runtime auth path label
This commit is contained in:
parent
19fb1adf44
commit
70f8b96d17
1 changed files with 5 additions and 1 deletions
|
|
@ -5940,7 +5940,11 @@ def resolve_nous_runtime_credentials(
|
|||
"expires_at": expires_at,
|
||||
"expires_in": expires_in,
|
||||
"source": NOUS_AUTH_PATH_INVOKE_JWT,
|
||||
"auth_path": str(state_source_path or _auth_file_path()),
|
||||
# Preserve the public semantic source label while exposing the concrete
|
||||
# store separately for diagnostics. Refresh persistence uses
|
||||
# state_source_path internally and must not overload this field.
|
||||
"auth_path": NOUS_AUTH_PATH_INVOKE_JWT,
|
||||
"state_path": str(state_source_path or _auth_file_path()),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue