# OpenAI 发布了 Agents Python SDK v0.19.2，修复了 MCP、memory、voice 等多个模块的 bug，提升了稳定性和安全性

- 来源：OpenAI Agents Python Releases
- 发布时间：2026-08-01 09:08
- AIWatch 分数：62
- AIWatch 标记：未精选
- AIWatch 链接：https://aiwatch.icu/events/evt_01kyxe3y83bvhmg3m4wqb3s41h
- 原文链接：https://github.com/openai/openai-agents-python/releases/tag/v0.19.2

## 精选理由

常规快讯，保留列表

## AI 摘要

OpenAI 发布了 Agents Python SDK v0.19.2，修复了 MCP、memory、voice 等多个模块的 bug，提升了稳定性和安全性。

## 正文

What's Changed

feat: expose original callable through wrapped by @seratch in #4038
fix: report input guardrail results when a tripwire aborts the run by @hsusul in #4071
fix: consolidate same-exception re-raises into bare raise across all modules by @AAliKKhan in #4023
fix(sandbox): preserve tagged EnvValue subclasses by @seratch in #4039
fix(modal): reject ephemeral paths during tar hydration by @LHMQ878 in #4045
fix(mcp): redact MCP prompt and resource transport errors by @seratch in #4067
fix(mcp): redact URL credentials from SDK errors by @seratch in #4015
fix(mcp): redact URL credentials from tracing and tool metadata by @seratch in #4020
fix(mcp): redact direct MCP cleanup transport errors by @seratch in #4078
fix(mcp): clean failed servers before reconnecting by @jstar0 in #3939
fix(mcp): nested MCP cleanup error redaction by @seratch in #4049
fix(realtime): preserve raw server event payloads by @GautamSharma99 in #4062
fix(memory): count valid SQLAlchemy and MongoDB session items for positive limits by @chinmayv095 in #4032
fix(memory): count valid AdvancedSQLiteSession items for positive limits by @chinmayv095 in #4031
fix(memory): count valid Redis and Dapr session items for positive limits by @chinmayv095 in #4033
fix(memory): enforce closed state in Redis and Dapr sessions by @SawhneySatvik in #4035
fix(extensions): keep tool parameters named like schema keywords by @Kaif10 in #4036
fix(extensions): close the LiteLLM provider stream on exit by @SawhneySatvik in #4066
fix(extensions): preserve completed LiteLLM streams on cleanup failure by @seratch in #4077
fix(voice): propagate iterator cancellation by @hsusul in #4040
fix(voice): break out of audio dispatch loop when a stream task signals session_ended by @AAliKKhan in #4044
fix(voice): block audio dispatcher while idle by @GautamSharma99 in #4061
fix(tracing): use monotonic export deadlines by @GautamSharma99 in #4063

Documentation & Other Changes

docs: correct the documented Chat Completions store default by @dfedoryshchev in #4074
Release 0.19.2 by @github-actions[bot] in #4046

New Contributors

@chinmayv095 made their first contribution in #4032
@jstar0 made their first contribution in #3939
@Kaif10 made their first contribution in #4036
@SawhneySatvik made their first contribution in #4035
@GautamSharma99 made their first contribution in #4061
@LHMQ878 made their first contribution in #4045
@dfedoryshchev made their first contribution in #4074

Full Changelog: v0.19.1...v0.19.2
