全书目录

附录 G:分章资料清单

G.89 第 45 章《Semantic Kernel:把 Kernel、Plugin、Process 与 Agent 融成企业框架》资料清单

10 分钟 4,408 字 第 145 / 161 个阅读单元
  1. Get Started with Semantic Kernel Python 作者/机构:Microsoft 年份:2026 URL:https://github.com/microsoft/semantic-kernel/blob/main/python/README.md 角度:Flexible Agent Framework、Plugin Ecosystem、Process Framework 采用原因:适合支撑整体框架定位。

  2. Semantic Kernel Overview 作者/机构:Microsoft 年份:2026 URL:https://learn.microsoft.com/en-us/semantic-kernel/overview/ 角度:middleware、enterprise-ready、existing code integration 采用原因:适合支撑 SK 是企业 AI 中间层而不是纯 agent SDK。

  3. Kernel 作者/机构:Microsoft 年份:2026 URL:https://learn.microsoft.com/en-us/semantic-kernel/concepts/kernel 角度:Kernel as DI container、services、plugins、monitoring 采用原因:适合支撑 Kernel 是真正中心对象。

  4. Plugins 作者/机构:Microsoft 年份:2026 URL:https://learn.microsoft.com/en-us/semantic-kernel/concepts/plugins/ 角度:plugins as function groups、enterprise API integration 采用原因:适合支撑 plugin / function 是企业能力目录。

  5. AI Orchestration Plugins 作者/机构:Microsoft 年份:2026 URL:https://learn.microsoft.com/en-us/semantic-kernel/ai-orchestration/plugins/ 角度:existing APIs、dependency injection、enterprise service integration 采用原因:适合支撑“把现有系统接给 AI”这一企业主轴。

  6. Agent Framework Guide 作者/机构:Microsoft 年份:2026 URL:https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/?pivots=programming-language-python 角度:agents、group chat、orchestration 采用原因:适合支撑 agent 层对象模型。

  7. Agent Architecture 作者/机构:Microsoft 年份:2026 URL:https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/agent-architecture 角度:Agent、AgentThread、channel、common abstractions 采用原因:适合支撑 agent 层建立在 Kernel 之上。

  8. Agent Orchestration 作者/机构:Microsoft 年份:2026 URL:https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/agent-orchestration/ 角度:concurrent、sequential、handoff、多 agent orchestration 采用原因:适合支撑多 Agent 的架构化协作语义。

  9. Process Framework Guide 作者/机构:Microsoft 年份:2026 URL:https://learn.microsoft.com/en-us/semantic-kernel/frameworks/process/process-framework 角度:workflow modeling、process、state、steps 采用原因:适合支撑 process 是第一性对象。

  10. Process Core Components 作者/机构:Microsoft 年份:2026 URL:https://learn.microsoft.com/en-us/semantic-kernel/frameworks/process/process-core-components 角度:steps、events、stateful、auditable、human-in-the-loop 采用原因:适合支撑 Process 的结构化流程能力。

  11. What is a Plugin? 作者/机构:Microsoft 年份:2026 URL:https://learn.microsoft.com/en-us/semantic-kernel/concepts/plugins 角度:plugin、functions、tooling 采用原因:适合支撑 plugin / function 的业务集成语言。

  12. Filters 作者/机构:Microsoft 年份:2026 URL:https://learn.microsoft.com/en-us/semantic-kernel/concepts/enterprise-readiness/filters 角度:function invocation filter、prompt render filter、auto function filter、治理 采用原因:适合支撑治理重心在 Kernel pipeline。

  13. Observability 作者/机构:Microsoft 年份:2026 URL:https://learn.microsoft.com/en-us/semantic-kernel/concepts/enterprise-readiness/observability/ 角度:logs、metrics、traces、OpenTelemetry 采用原因:适合支撑企业可观测性主轴。

  14. SK Agents Overview and High Level Design 作者/机构:Microsoft 年份:2024 URL:https://github.com/microsoft/semantic-kernel/blob/main/docs/decisions/0032-agents.md 角度:Agent、Channel、AgentChat、modality、group chat 采用原因:适合支撑其架构驱动设计。

  15. Semantic Kernel Roadmap H1 2025 作者/机构:Microsoft 年份:2025 URL:https://devblogs.microsoft.com/agent-framework/semantic-kernel-roadmap-h1-2025-accelerating-agents-processes-and-integration/ 角度:agents、processes、integration、平台方向 采用原因:适合支撑 SK 的战略主线与企业演进方向。

  16. PLANNERS 作者/机构:Microsoft 年份:2025 URL:https://github.com/microsoft/semantic-kernel/blob/main/docs/PLANNERS.md 角度:planning 与 function calling 的关系 采用原因:适合支撑“流程与规划并存”的工程视角。

  17. Kernel / Plugin / Agent 源码 作者/机构:Semantic Kernel 年份:2026 源码路径:/tmp/semantickernel.vfQTTJ/repo/python/semantic_kernel/kernel.py/tmp/semantickernel.vfQTTJ/repo/python/semantic_kernel/functions/kernel_plugin.py/tmp/semantickernel.vfQTTJ/repo/python/semantic_kernel/agents/chat_completion/chat_completion_agent.py 角度:Kernel container、KernelPlugin、ChatCompletionAgent 采用原因:适合支撑三层结构中的 Kernel / Plugin / Agent 锚点。

  18. Process / GroupChat / Strategy 源码 作者/机构:Semantic Kernel 年份:2026 源码路径:/tmp/semantickernel.vfQTTJ/repo/python/semantic_kernel/processes/process_builder.py/tmp/semantickernel.vfQTTJ/repo/python/semantic_kernel/agents/group_chat/agent_group_chat.py/tmp/semantickernel.vfQTTJ/repo/python/semantic_kernel/agents/strategies/selection/sequential_selection_strategy.py/tmp/semantickernel.vfQTTJ/repo/python/semantic_kernel/agents/strategies/termination/default_termination_strategy.py 角度:process builder、group chat、selection、termination 采用原因:适合支撑 Process 与多 Agent 协作都属于显式架构对象。