返回全部动态

AutoGen Python v0.6.2 发布:新增流式工具与多项增强

原标题:python-v0.6.2

Microsoft AutoGen Releases一手来源产品发布质量 81

AI 摘要

微软发布了 AutoGen Python 库 v0.6.2 版本,引入了流式工具支持,更新了 AgentTool 和 TeamTool 以支持 run_json_stream,并新增了 tool_choice 参数、AssistantAgent 内部工具调用循环、OpenTelemetry GenAI 追踪、Mem0 内存扩展等多项功能。这些更新增强了 AutoGen 代理的工具调用和可观测性,并简化了开发者的使用流程。

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

正文节选

## What's New ### Streaming Tools This release introduces streaming tools and updates `AgentTool` and `TeamTool` to support `run_json_stream`. The new interface exposes the inner events of tools when calling `run_stream` of agents and teams. `AssistantAgent` is also updated to use `run_json_stream` when the tool supports streaming. So, when using `AgentTool` or `TeamTool` with `AssistantAgent`, you can receive the inner agent's or team's events through the main agent. To create new stre


发布时间:2025-07-01 08:09
抓取时间:2026-08-02 00:24
来源机构:Microsoft
阅读原文github.com