返回全部动态
AutoGen Python v0.6.4 发布:GraphFlow 改进与工具覆盖功能
原标题:python-v0.6.4
AI 摘要
微软发布了 AutoGen Python 库 v0.6.4 版本。该版本改进了 GraphFlow,使其在终止条件触发后能保留执行状态并支持多任务执行,同时移除了内部 StopAgent,将停止信息放入 TaskResult 的 stop_reason 字段。此外,McpWorkbench 和 StaticWorkbench 现在支持覆盖工具名称和描述,并修复了 Llama3.3 的函数调用支持,新增了 Qwen2.5VL 支持。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
# What's New More helps from @copilot-swe-agent for this release. ### Improvements to `GraphFlow` Now it behaves the same way as `RoundRobinGroupChat`, `SelectorGroupChat` and others after termination condition hits -- it retains its execution state and can be resumed with a new task or empty task. Only when the graph finishes execution i.e., no more next available agent to choose from, the execution state will be reset. Also, the inner StopAgent has been removed and there will be no
发布时间:2025-07-10 01:52
抓取时间:2026-08-02 00:24
来源机构:Microsoft