Agent Framework 系列|高级篇(18讲)
🗂️ 初级篇
🗂️ 高级篇
第1篇|Agent Framework 定义流程节点以及节点的流式输出
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/31-WorkFlow-Executor
第2篇|Agent Framework 中智能体的Sequential 编排模式
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/32-WorkFlow-Sequential-Agent
第3篇|Agent Framework 中智能体的Concurrent编排模式
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/33-WorkFlow-Concurrent-Agent
第4篇|Agent Framework 中智能体的Handoffs(任务移交)编排模式
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/34-WorkFlow-Handoffs-Agent
第5篇|Agent Framework 中智能体的Group Chat(群聊式协作)编排模式
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/35-WorkFlow-GroupChat-Agent
第6篇|Agent Framework 中多模型 Agent 如何协作?
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/36-Multi-LLM-Agent
第7篇|Agent Framework 中的 Workflow Composition
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/37-Workflow-Composition
第8篇|Agent Framework中的混合工作流设计
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/38-AgentFlow-Hybrid-Executor-Agent
第9篇|Agent Framework 自我改进模式 构建 Agent 自优化闭环
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/39-WriterCritic-Pattern
第10篇|Agent Framework工作流中的条件分支判断
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/40-Conditional-Edges
第11篇|Agent Framework中使用 Switch Case 构建多分支智能工作流
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/41-Switch-Case
第12篇|Agent Framework 中使用 Fan-Out 构建并行智能工作流
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/42-Fan-Out
第13篇|Agent Framework 中使用 Loop 构建循环工作流
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/43-Loop
第14篇|Agent Framework 中构建Human-in-the-Loop工作流
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/44-Human-in-the-Loop
第15篇|Agent Framework 中使用 Checkpoint 构建支持故障恢复的工作流
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/45-Checkpoint-Recovery
第16篇|Agent Framework 中使用 Checkpoint 回滚(Rollback)工作流
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/46-Checkpoint-Rollback
第17篇|Agent Framework 中使用 Checkpoint 构建可靠的工作流
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/47-Checkpoint-Human-In-Loop
第18篇|Agent Framework 支持将 Workflow 自动导出为 Mermaid 和 Graphviz 图,从而实现工作流可视化
-
📄 文章地址
-
💻 GitHub源代码地址:
https://github.com/bingbing-gui/dotnet-agent-playbook/tree/master/src/ai-agent/Agent-Framework/48-WorkFlow-Visualization
更多推荐



所有评论(0)