AutoGen README 作者/机构:Microsoft 年份:2026 URL:https://github.com/microsoft/autogen 角度:Core API、AgentChat API、Extensions API、Studio、Bench 采用原因:适合支撑当前官方分层。
AutoGen 文档首页 作者/机构:Microsoft 年份:2026 URL:https://microsoft.github.io/autogen/stable/ 角度:框架总览、文档分区 采用原因:适合支撑整体对象地图。
Core User Guide 作者/机构:Microsoft 年份:2026 URL:https://microsoft.github.io/autogen/stable/user-guide/core-user-guide/index.html 角度:Core API、event-driven、多 Agent runtime 采用原因:适合支撑底层 runtime 视角。
Agent and Agent Runtime 作者/机构:Microsoft 年份:2026 URL:https://microsoft.github.io/autogen/stable/user-guide/core-user-guide/framework/agent-and-agent-runtime.html 角度:runtime、message passing、local/distributed agent systems 采用原因:适合支撑 AutoGen 真正的运行时主语。
Core concepts: architecture 作者/机构:Microsoft 年份:2026 URL:https://microsoft.github.io/autogen/stable/user-guide/core-user-guide/core-concepts/architecture.html 角度:application stack、runtime、distributed system 采用原因:适合支撑 Core 的系统语义。
Core concepts: agent identity and lifecycle 作者/机构:Microsoft 年份:2026 URL:https://microsoft.github.io/autogen/stable/user-guide/core-user-guide/core-concepts/agent-identity-and-lifecycle.html 角度:identity、agent lifecycle、runtime objects 采用原因:适合支撑 agent 运行时对象。
Design patterns 作者/机构:Microsoft 年份:2026 URL:https://microsoft.github.io/autogen/stable/user-guide/core-user-guide/design-patterns/intro.html 角度:multi-agent patterns、group chat、orchestration 采用原因:适合支撑高层协作模式。
AgentChat User Guide 作者/机构:Microsoft 年份:2026 URL:https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/index.html 角度:AgentChat 高层 API、AssistantAgent、Teams 采用原因:适合支撑 AgentChat 的高层定位。
Extensions User Guide 作者/机构:Microsoft 年份:2026 URL:https://microsoft.github.io/autogen/stable/user-guide/extensions-user-guide/index.html 角度:model clients、executors、runtimes、extensions ecosystem 采用原因:适合支撑 Extensions 是框架组成部分。
AutoGen Studio User Guide 作者/机构:Microsoft 年份:2026 URL:https://microsoft.github.io/autogen/stable/user-guide/autogenstudio-user-guide/index.html 角度:Studio、no-code GUI、security note 采用原因:适合支撑开发与产品化工具边界。
AutoGen Bench 作者/机构:Microsoft 年份:2026 URL:https://microsoft.github.io/autogen/stable/user-guide/bench-user-guide/index.html 角度:benchmark、evaluation、agent performance 采用原因:适合支撑研究与评测生态。
AgentChat README 作者/机构:AutoGen 年份:2026 源码路径:
/tmp/autogen.300mAX/repo/python/packages/autogen-agentchat/README.md角度:高层 API、默认模式、推荐入口 采用原因:适合支撑 AgentChat 的产品层语义。AutoGen Core README 作者/机构:AutoGen 年份:2026 源码路径:
/tmp/autogen.300mAX/repo/python/packages/autogen-core/README.md角度:actor model、event-driven、distributed、resilient 采用原因:适合支撑 Core 的运行时中心。核心源码:AgentId / RoutedAgent 作者/机构:AutoGen 年份:2026 源码路径:
/tmp/autogen.300mAX/repo/python/packages/autogen-core/src/autogen_core/_agent_id.py、/tmp/autogen.300mAX/repo/python/packages/autogen-core/src/autogen_core/_routed_agent.py角度:identity、message handlers、event/rpc routing 采用原因:适合支撑消息驱动 agent 的底层对象。核心源码:AgentRuntime / AgentProxy 作者/机构:AutoGen 年份:2026 源码路径:
/tmp/autogen.300mAX/repo/python/packages/autogen-core/src/autogen_core/_agent_runtime.py、/tmp/autogen.300mAX/repo/python/packages/autogen-core/src/autogen_core/_agent_proxy.py角度:runtime、addressing、message sending 采用原因:适合支撑 runtime 是真正主语。核心源码:AgentChat messages / task 作者/机构:AutoGen 年份:2026 源码路径:
/tmp/autogen.300mAX/repo/python/packages/autogen-agentchat/src/autogen_agentchat/messages.py、/tmp/autogen.300mAX/repo/python/packages/autogen-agentchat/src/autogen_agentchat/base/_task.py角度:task 输入、chat messages、agent events、handoff messages 采用原因:适合支撑高层 API 仍建立在消息对象之上。
附录 G:分章资料清单