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
agent-identity-protocol package now ships four sub-packages: aip_core, aip_token, aip_mcp, aip_a2a.
ChainedToken.authorize() now correctly handles delegated tokens with budget constraints (was previously failing on any chained token with budget_cents set on a delegation block) and explicitly enforces scope attenuation across delegation hops.
Notes
No breaking changes. All aip_core, aip_token, aip_mcp imports continue to work unchanged.