https://github.com/microsoft/ai-agents-for-beginners/blob/main/translations/zh/README.md
| 框架 | 特点 |
| Autogen | 事件驱动,适合代码生成与分布式多Agent协作。 |
| Semantic Kernel | 语义理解优先,支持模块化插件与复杂工作流。 |
| Azure AI Service | 企业级安全,集成开源模型(Llama、Mistral),支持生产级部署。 |
get_current_time(location="San Francisco")。LLM 调用 → 工具检索 → 结果评估 → 优化查询 → 循环至满意结果
TextMentionTermination("APPROVE") 实现用户审批终止。