agent-framework
活跃·★ 10.9k·MIT·更新于 2026-05-29
★ 时下流行★ 必备神器
Microsoft Agent Framework是一个全面的多语言框架,用于构建、编排和部署AI代理,支持.NET和Python实现。
Microsoft Agent Framework是一个全面的多语言框架,用于构建、编排和部署AI代理。它支持.NET和Python,提供从简单聊天代理到基于图的复杂多代理工作流等功能。
#AI代理#多智能体系统#工作流编排#Python#.NET
01
功能特性
01支持基于图的工作流,具备流式处理、检查点、人工干预和时间旅行功能。
02AF Labs 提供实验性包,用于基准测试、强化学习和研究。
03交互式DevUI,用于代理开发、测试和调试工作流。
04全面支持Python和C#/.NET实现,提供一致的API。
05内置OpenTelemetry集成,用于分布式追踪、监控和调试。
02
兼容性
Python
原生支持
已通过文档验证
.NET
原生支持
已通过文档验证
OpenAI
支持
已通过文档验证
Azure OpenAI
支持
已通过文档验证
Various LLM Providers
可扩展
已通过文档验证
03
快速开始
1
$ pip install agent-framework --pre
04
使用场景
↳开发简单的聊天代理。
↳构建复杂的多种代理工作流。
↳使用基于图的方法编排AI代理。
05
同类工具
相关搜索
评论
登录后发表评论
- HHarper Clark2026年5月10日
The agent lifecycle management is solid. State transitions and error recovery are production-grade.
- LLogan White2026年4月28日
Used for building enterprise AI workflows in .NET environments where Python-only frameworks don't fit.
- LLogan Brown2026年3月28日
Deployment support alongside the orchestration layer is what separates this from academic frameworks.
- MMorgan Harris2026年3月23日
Multi-agent workflow orchestration is well-designed — coordination primitives are composable.
- HHarper White2026年3月11日
Python and .NET support in the same framework is unusual and valuable for polyglot enterprise shops.