You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consolidate agent API auth onto Configuration token machinery
AgentApiClient now stores minted tokens via Configuration.update_token() and
reuses them until auth_token_ttl_msec elapses — the same rule and the same
cache as every generated client built from that Configuration. This replaces
the private JWT-exp mint cache (and its opaque-token re-mint-per-request
special case: with fixed-TTL renewal a stale token can never be served
indefinitely, so the caching test now pins the TTL behavior instead).
conductor.ai.agents._internal.token_utils is untouched — the framework
adapters' event-push paths still use it.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments