|
|
@@ -418,7 +418,7 @@ model_client = OpenAIChatCompletionClient(
|
|
|
|
|
|
<strong>多智能体协作层 (Multi-Agent Cooperation)</strong> 是 AgentScope 的核心创新所在。`MsgHub` 作为消息中心,负责智能体间的消息路由和状态管理;而 `Pipeline` 系统则提供了灵活的工作流编排能力,支持顺序、并发等多种执行模式。这种设计使得开发者可以轻松构建复杂的多智能体协作场景。
|
|
|
|
|
|
-最上层的<strong>开发与部署层 (Deployment & Devvelopment)</strong>则体现了 AgentScope 对工程化的重视。`AgentScope Runtime` 提供了生产级的运行时环境,而 `AgentScope Studio` 则为开发者提供了完整的可视化开发工具链。
|
|
|
+最上层的<strong>开发与部署层 (Deployment & Development)</strong>则体现了 AgentScope 对工程化的重视。`AgentScope Runtime` 提供了生产级的运行时环境,而 `AgentScope Studio` 则为开发者提供了完整的可视化开发工具链。
|
|
|
|
|
|
(2)消息驱动
|
|
|
|