返回全部动态

Anthropic Python SDK v0.122.0 发布:新增记忆存储功能与多项修复

原标题:v0.122.0

Anthropic Python SDK Releases一手来源API 更新质量 77

AI 摘要

Anthropic 发布了 Python SDK 的 v0.122.0 版本,主要新增了 dream creation 的 output_behavior 功能,允许创建新的记忆存储或就地更新输入存储。同时修复了多个 bug,包括 Bedrock 和 Vertex 的 beta.messages.parse、stream 和 tool_runner 暴露问题,以及流式处理中的工具输入 JSON 错误上下文和消息累积字段问题。此外,还改进了工具路径的符号链接循环检测和异步客户端的 SigV4 签名性能。

以上摘要由 AI 生成,可能存在误差。事实请以原文为准。

正文节选

## 0.122.0 (2026-08-13) Full Changelog: [v0.121.0...v0.122.0](https://github.com/anthropics/anthropic-sdk-python/compare/v0.121.0...v0.122.0) ### Features * **api:** add output_behavior to dream creation (create a new memory store or update the input store in place) ([852c4bb](https://github.com/anthropics/anthropic-sdk-python/commit/852c4bbe4a3a425a8780e89ea6c3cae54836e8bb)) ### Bug Fixes * **bedrock,aws:** run SigV4 signing off the event loop in async clients ([#334](https://github.com/a


发布时间:2026-08-14 02:35
抓取时间:2026-08-14 02:38
来源机构:Anthropic
阅读原文github.com