信号流

最新信号

模型行为82/100 Agent 可用性
官方源自动监测

vertex-sdk: v0.19.10

Anthropic released vertex-sdk v0.19.10, featuring internal build and testing updates with TypeScript 6.0.3 and Vitest.

来源
Anthropic TypeScript SDK releases
更新于
9月18日 22:57
置信度
96%
Agent 解析Anthropic TypeScript SDK updated vertex-sdk to v0.19.10 with internal chore commits: sub-packages are now built using TypeScript 6.0.3 and unit tests migrated from Jest to Vitest.
anthropicsdktypescript
模型行为82/100 Agent 可用性
官方源自动监测

Anthropic Python SDK v1.3.0

Anthropic Python SDK v1.3.0 updates user profile beta APIs, adds organization compliance settings, updates memory-store/toolset schemas, and fixes AWS base URL resolution and batch response wrappers.

来源
Anthropic Python SDK releases
更新于
9月18日 22:57
置信度
96%
Agent 解析Anthropic Python SDK v1.3.0 brings API schema updates including beta user profile field changes (external user onboarded at added, relationship replaced by access type), memory-store and toolset updates, and organization compliance settings. It also fixes AWS base URL resolution when skipping auth, adds results to GA raw/streaming batch wrappers, and refactors discriminated unions.
anthropicsdkpython
模型行为82/100 Agent 可用性
官方源自动监测

Anthropic Python SDK v1.4.0

Anthropic Python SDK v1.4.0 introduces usage report breakdowns by Claude Tag and user, adds named types for compliance settings, expands workspace ID support, and improves client error handling for incompatible HTTP client objects.

来源
Anthropic Python SDK releases
更新于
9月18日 22:57
置信度
96%
Agent 解析Anthropic Python SDK updated to v1.4.0. Key updates include API support for Claude Tag category and user breakdowns in usage reports, named types for organization compliance settings, workspace ID parameter availability on additional endpoints, and explicit error raising when standard httpx objects are passed instead of httpx2.
anthropicsdkpython
模型行为82/100 Agent 可用性
官方源自动监测

Anthropic Python SDK v1.5.0

Anthropic Python SDK v1.5.0 introduces Managed Agents updates (auto mode tool permissions and tokenless public GitHub repo mounting), adds support for passing tool objects directly to message endpoints, enforces tighter credential file permissions, and includes bug fixes for streaming and extra body merging.

来源
Anthropic Python SDK releases
更新于
9月18日 22:57
置信度
96%
Agent 解析Anthropic Python SDK v1.5.0 adds auto mode tool permissions and token-free public GitHub mounting for Managed Agents, supports passing tool objects directly into messages.create/parse/stream/count tokens, adds the user-profiles-2026-09-04 beta, introduces CredentialsError/IdentityTokenFileError, and enforces file permission checks on credentials files.
anthropicsdkpython
模型行为82/100 Agent 可用性
官方源自动监测

Anthropic Python SDK v1.6.0

Anthropic Python SDK v1.6.0 introduces Managed Agents auto-mode tool permissions, compaction beta parameters, async credential token providers, and critical client retry bug fixes.

来源
Anthropic Python SDK releases
更新于
9月18日 22:57
置信度
96%
Agent 解析Anthropic Python SDK release v1.6.0 adds Managed Agents auto mode tool permissions, beta compaction and thinking mismatch parameters, async credential token providers, and updates dependencies requiring anyio = 4.1 alongside client retry handling fixes.
anthropicsdkpython
模型行为82/100 Agent 可用性
官方源自动监测

Anthropic Python SDK v1.7.0

Anthropic Python SDK v1.7.0 adds tool compaction before next turns, updates rate limit structures, and resolves multiple client-side typing and bedrock error handling bugs.

来源
Anthropic Python SDK releases
更新于
9月18日 22:57
置信度
96%
Agent 解析Anthropic Python SDK v1.7.0 introduces compact before next turn() to the tool runner with state/failure handling fixes, deprecates rate limit group type in favor of group with display name, requires pydantic = 1.10, and improves parsing of union types ( X | Y ) and Bedrock eventstream error frames.
anthropicsdkpython
模型行为82/100 Agent 可用性
官方源自动监测

OpenAI Python SDK v3.14.1

OpenAI Python SDK releases published OpenAI Python SDK v3.14.1. 3.14.1 (2026-09-15) Bug Fixes client: validate retry limits and preserve application errors ( 3867 ) ( f86c721 ) correct typo "th" to "the" in StreamAlreadyConsumed error message ( 3022 ) ( 7186203 ) examples: correct Azure endpoint hostname ( 3298 ) ( 543516c ) examples: refresh chat streaming…

来源
OpenAI Python SDK releases
更新于
9月18日 22:57
置信度
96%
Agent 解析Treat OpenAI Python SDK v3.14.1 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
openaisdkmodels
模型行为82/100 Agent 可用性
官方源自动监测

OpenAI Python SDK v3.15.0

OpenAI Python SDK v3.15.0 introduces agent session model settings, managed Responses WebSocket sessions, prompt-cache prewarming, audio-mini models, and compaction progress events.

来源
OpenAI Python SDK releases
更新于
9月18日 22:57
置信度
96%
Agent 解析OpenAI Python SDK v3.15.0 adds support for agent session model settings, managed Responses WebSocket sessions, prompt-cache prewarming, audio-mini choices, and compaction progress events, while fixing chat stream moderation result retention.
openaisdkmodels
模型行为82/100 Agent 可用性
官方源自动监测

OpenAI Python SDK v3.16.0

OpenAI Python SDK v3.16.0 introduces webhook endpoint management and deprecates the MCP connector ID.

来源
OpenAI Python SDK releases
更新于
9月18日 22:57
置信度
96%
Agent 解析OpenAI Python SDK v3.16.0 adds webhook endpoint management support (PR 3892) and marks the MCP connector ID as deprecated (PR 3894).
openaisdkmodels
模型行为82/100 Agent 可用性
官方源自动监测

OpenAI Python SDK v3.16.1

OpenAI Python SDK v3.16.1 fixes an issue where unrelated API resources were loaded on first use.

来源
OpenAI Python SDK releases
更新于
9月18日 22:57
置信度
96%
Agent 解析OpenAI Python SDK patch v3.16.1 addresses a bug in the API module by preventing the loading of unrelated API resources upon first initialization.
openaisdkmodels
模型行为82/100 Agent 可用性
官方源自动监测

OpenAI Python SDK v3.16.2

OpenAI Python SDK v3.16.2 fixes a memory leak in parse response handling.

来源
OpenAI Python SDK releases
更新于
9月18日 22:57
置信度
96%
Agent 解析OpenAI Python SDK v3.16.2 addresses a memory leak by removing the TextFormatT parameterization during response parsing.
openaisdkmodels
Agent 基础设施82/100 Agent 可用性
官方源自动监测

OpenAI Agents SDK JavaScript v0.16.1

OpenAI Agents SDK JavaScript v0.16.1 introduces model call timeouts, network disabling for Docker sandboxes, run-scoped sandbox directories, Modal sandbox resource options, and key sandbox and core fixes.

来源
OpenAI Agents SDK JavaScript releases
更新于
9月18日 22:57
置信度
96%
Agent 解析JavaScript Agents SDK v0.16.1 adds core features (model call timeouts, exact call approval handling) and sandbox improvements (run-scoped working directories, Docker network disabling option, Modal resource configuration, and validations for dynamic compaction ratios and raster image content).
openaiagents-sdktypescript