返回全部动态
AutoGen Python v0.6.1 发布:修复图流程 bug 并增强工具调用信息
原标题:python-v0.6.1
AI 摘要
微软发布了 AutoGen Python 库的 v0.6.1 版本,主要修复了 GraphFlow 循环检测和图验证逻辑的 bug,并在 ToolCallSummaryMessage 中增加了函数调用及结果的列表。该版本更新旨在提升框架的稳定性和可调试性。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## Bug Fixes * Fix bug in GraphFlow cycle check by @ekzhu in https://github.com/microsoft/autogen/pull/6629 * Fix graph validation logic and add tests by @ekzhu in https://github.com/microsoft/autogen/pull/6630 ## Others * Add list of function calls and results in `ToolCallSummaryMessage` by @ekzhu in https://github.com/microsoft/autogen/pull/6626 **Full Changelog**: https://github.com/microsoft/autogen/compare/python-v0.6.0...python-v0.6.1
发布时间:2025-06-05 13:58
抓取时间:2026-08-02 00:24
来源机构:Microsoft