·working-with-ms-agent-framework
</>

working-with-ms-agent-framework

mhagrelius/dotfiles

使用 Microsoft Agent Framework(語義內核 + AutoGen 統一)構建 AI 代理時使用;當實現內存或上下文提供者時;當線程不會反序列化時;當工作流檢查點失敗時;從語義內核或 AutoGen 遷移時;當看到 ChatAgent 或 AgentThread 錯誤時

16安裝·0熱度·@mhagrelius

安裝

$npx skills add https://github.com/mhagrelius/dotfiles --skill working-with-ms-agent-framework

SKILL.md

Microsoft Agent Framework (October 2025) unifies Semantic Kernel and AutoGen into one SDK. Both legacy frameworks are in maintenance mode.

Core principle: Agents are stateless. All state lives in threads. Context providers enforce policy about what enters the prompt, how, and when it decays.

Additional reference files in this skill: context-providers.md - Policy-based memory, capsule pattern, Mem0 integration orchestration-patterns.md - The 5 orchestration patterns with when-to-use guidance design-patterns.md - Production patterns, testing, migration

使用 Microsoft Agent Framework(語義內核 + AutoGen 統一)構建 AI 代理時使用;當實現內存或上下文提供者時;當線程不會反序列化時;當工作流檢查點失敗時;從語義內核或 AutoGen 遷移時;當看到 ChatAgent 或 AgentThread 錯誤時 來源:mhagrelius/dotfiles。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/mhagrelius/dotfiles --skill working-with-ms-agent-framework
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 working-with-ms-agent-framework?

使用 Microsoft Agent Framework(語義內核 + AutoGen 統一)構建 AI 代理時使用;當實現內存或上下文提供者時;當線程不會反序列化時;當工作流檢查點失敗時;從語義內核或 AutoGen 遷移時;當看到 ChatAgent 或 AgentThread 錯誤時 來源:mhagrelius/dotfiles。

如何安裝 working-with-ms-agent-framework?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/mhagrelius/dotfiles --skill working-with-ms-agent-framework 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/mhagrelius/dotfiles