TypeScript: Documented cloud agent metadata — attach string tags via cloud.metadata; tags persist and are returned on SDKAgentInfo.metadata from Agent.get() and Agent.list().
Changelog
SDK
TypeScript: Documented cloud agent metadata — attach string tags via cloud.metadata; tags persist and are returned on SDKAgentInfo.metadata from Agent.get() and Agent.list().
Python & TypeScript: Documented get_usage / getUsage to fetch billed token usage and dollar cost for an agent.
Python: Clarified that direct AsyncAgent class methods require client=; use await client.agents.create(...) or await AsyncAgent.create(..., client=client).
Python: Documented client timeout options — timeout for all requests, or separate unary_timeout and stream_timeout, plus max_retries.