阿里云百炼(内嵌 AgentScope 2.0)
1. 介绍
1.1. 平台定位
阿里云百炼(Bailian)是阿里云(通义实验室)推出的大模型服务平台与智能体开发平台,采用「闭源商业 SaaS + 开源底座框架」双轨形态:商业侧是百炼平台(智能体应用、工作流应用、高代码应用三种形态),开源侧是 AgentScope 框架——其 2.0 版本(2026-05-25 发布)对 Message、Tool、Workspace、Permission、Middleware 与 Service 六个核心层全部重写,是本研究中工程化程度最高的国产开源 Agent 底座。
百炼的战略位置可以概括为:用低代码覆盖业务人员,用工作流覆盖流程工程师,用 AgentScope 覆盖算法工程师——三类角色在同一平台上各取所需,且可双向衔接。这一「全员覆盖」的产品结构,加上六层能力全部达到「强」的评级,使它成为与 Microsoft Agent Framework 并列的、本研究中仅有的两个「六层无短板」平台之一。
1.2. 基本信息卡
| 项目 | 内容 | 置信度 |
|---|---|---|
| 开发商 | 阿里云(通义实验室) | 高(官方控制台) |
| 形态 | 闭源 SaaS 平台 + 开源底座(AgentScope 系列) | 高 |
| 许可证 | 平台商业专有;AgentScope 开源 | 高 |
| 三种应用类型 | 智能体应用(Agent 2.0,零代码)/ 工作流应用(可视化编排)/ 高代码应用(Python,基于 AgentScope ADK,支持云端 + 本地多环境部署) | 高(官方控制台) |
| 模型服务 | Qwen3.7-Max(128K 上下文,推理最强、工具调用精准)/ Qwen3.7-Plus(50K,性价比)等 150+ 款模型 | 中(开发者社区口径) |
| MCP 生态 | 预置 20+ 云端服务、50+ 本地服务,一键开通 | 中 |
| 开源底座 | AgentScope:2.0 于 2026-05-25 发布;文档版本 2.0.3;Python 3.11+;多语言(Python / Java / TypeScript / Go 开发中) | 高(官网与文档) |
| 子项目生态 | ReMe(记忆)、OpenJudge(评测)、Trinity-RFT(强化微调)、TuFT(多租户微调)、QwenPaw(个人助手)、PawFriends、DojoZero、agentscope-studio(可视化)、agentscope-spark-design | 高(官网) |
| 企业级长程任务 | 上下文压缩、断点续跑、Vault 密钥管理,支持数小时跨步骤编排自动化任务 | 高(官方控制台) |
| 可观测 | 内置运行日志、Trace 链路与 API 网关,每一步执行可追溯、排查与重跑 | 高(官方控制台) |
| 安全合规 | 等保三级、ISO27001、数据加密、操作审计、水印溯源(第三方评测口径) | 低—中 |
| 定价 | 基础免费额度 + 按量计费(Token / 调用);企业版订阅 5 万—50 万/年(第三方评测口径) | 低 |
| 版本对应关系 | 百炼平台版本与 AgentScope 版本的确切对应关系未获官方说明,标 | 缺口 |
版本号与功能可用性随版本快速变化,本文以 2026-09 检索时点为准。
1.3. 发展时间线
| 时间 | 事件 | 来源等级 |
|---|---|---|
| 2024 年前后 | 百炼平台上线,整合模型服务与智能体开发 | 中 |
| 2025 年 | AgentScope 1.x 持续演进;百炼接入 MCP 生态 | 中 |
| 2026 年内 | 百炼智能体应用升级为 Agent 2.0:规划引擎统一调度知识库与 MCP 工具,引入「规划—执行—反思」链路 | 中(开发者社区口径) |
| 2026-05-25 | AgentScope 2.0 发布:Message、Tool、Workspace、Permission、Middleware、Service 六核心层全部重写 | 高(官方文档) |
| 2026 年内 | AgentScope 文档演进至 2.0.3;子项目生态(ReMe / OpenJudge / Trinity-RFT 等)成型 | 高(官网) |
1.4. 在 AI Harness 体系中的位置
按参数卡的边界表,百炼是 Agent Platform(Harness 的产品化封装),且是其中唯一「平台 + 开源底座」双轨都达到生产级的国产平台:
- 商业侧(百炼):叠加 UI、租户、计费、发布、观测,覆盖 L1—L6 全部六层;
- 开源侧(AgentScope 2.0):作为可独立部署的 Agent Framework,是 Harness 的完整参考实现——权限系统、上下文压缩、事件流、Agent 团队均为一等公民;
- 与 Microsoft Agent Framework 的对照:两者是本研究中六层全部达强的两个平台;差异在于 MAF 是纯框架 + 云托管,而百炼是「云平台 + 开源框架」双轨,且把评估(OpenJudge)直接闭环到训练(Trinity-RFT),形成独家的「评测即训练奖励」链路。
2. 名词解释
| 术语 | 英文/缩写 | 释义 |
|---|---|---|
| 百炼 | Bailian | 阿里云的大模型服务平台与智能体开发平台,商业 SaaS 形态 |
| Agent 2.0 | — | 百炼智能体应用的最新形态:把知识库、MCP 等能力统一为工具,由规划引擎自主决定调用顺序;引入「规划—执行—反思(Plan-Execute-React)」链路 |
| 规划引擎 | Planning Engine | Agent 2.0 的核心:意图理解 → 任务规划 → 工具调用 → 执行反馈 → 自我优化全流程,替代固定顺序的工具调用 |
| Flow Agent | Flow Agent | 一站式搭建企业级 AI 应用的形态:模型调用、沙箱运行、知识库存储、API 网关全部开箱即用 |
| 工作流应用 | Workflow App | 可视化节点编排的应用形态,节点按固定顺序执行,可调用智能体群组 |
| 高代码应用 | Code-first App | Python 形态,基于 AgentScope ADK,支持云端 + 本地多环境部署,可接入私有算法与复杂系统 |
| AgentScope | AgentScope | 阿里开源的多语言 Agent 框架,百炼的底座;2.0 完成六大核心层重写 |
| Toolkit | Toolkit | 为 Agent 提供 Python 工具与 MCP 服务器工具的容器,支持 STDIO 与 HTTP 连接 |
| Workspace | Workspace | Agent 的执行环境,统一管理工具、MCP 服务器、Skills 与 offload 的上下文;文件 / Shell 工具在 Workspace 中执行 |
| Permission System | Permission System | 权限系统:允许 / 拒绝 / 请求确认(escalate)三态决策;文件系统工具检查危险目录与敏感文件,命令工具分析高风险命令 |
| Content Block / DataBlock | Content Block | 统一的消息内容块:文本、图像、文件、工具调用、工具结果、模型思考、用户确认状态、外部执行结果 |
| Event System | Event System | 事件流:模型调用开始、文本增量、工具调用、工具结果、用户确认、外部执行更新——使执行可观测、可交互、可中断 |
| Agent Team | Agent Team | 服务化多智能体协作:leader 创建 worker agents 并与之通信,每个 worker 在独立 session 中运行 |
| Task 工具 | Task Tools | TaskCreate / TaskGet / TaskList / TaskUpdate,用于计划与任务追踪 |
| ReMe | ReMe | 记忆管理工具包:文件式与向量式持久可检索记忆,跨会话记住偏好、从历史交互中学习 |
| OpenJudge | OpenJudge | 统一评测框架:50+ 生产级 judge,测量 Agent 生命周期、工具使用、代码、数学与多模态输出,并可转化为训练奖励 |
| Trinity-RFT | Trinity-RFT | 通用强化微调框架:把训练循环解耦为 Explorer / Trainer / Buffer |
| 上下文压缩 | Context Compaction | Agent 类支持的上下文压缩(AgentConfig 暴露配置;offload / storage 模块持久化压缩后历史)+ 工具结果压缩(大体积工具输出回灌模型前摘要) |
| Retry & Fallback | Retry & Fallback | 模型层统一重试与回退机制:可配置最大重试次数与回退模型,主模型失败自动切换 |
| Vault | Vault | 企业级密钥管理:Agent 运行中的密钥与凭据统一托管,支持数小时跨步骤任务的安全运行 |
| Skills | Skills | 含 SKILL.md 的能力目录,注册到 toolkit 或 workspace 供 Agent 按需发现与执行 |
3. 功能说明
3.1. 三种应用类型及其组合
| 类型 | 形态 | 使用者 | 执行语义 |
|---|---|---|---|
| 智能体应用(Agent 2.0) | 零代码,提示词驱动 | 业务 / 产品人员 | 自主理解意图、规划步骤、调用知识库或外部工具 |
| 工作流应用 | 可视化编排 | 流程工程师 | 节点按固定顺序执行 |
| 高代码应用 | Python(AgentScope ADK) | 算法 / 后端工程师 | 代码完全可控,云端 + 本地多环境部署 |
关键设计:三种模式可在同一应用中组合——工作流节点能调用智能体群组,把需要判断的环节交给多个子智能体协作,其余节点仍按固定顺序执行。这与 CrewAI 的「Flows 包 Crews」、Dify 的「Agent Node」在哲学上同构:用确定性容器装住概率性内核,但百炼把三种形态做成了同一平台的一等公民。
3.2. Agent 2.0 规划引擎
Agent 2.0 的核心变化是把「工具调用」从固定顺序升级为自主规划:
- 知识库、MCP 服务不再按预设顺序调用,而是由规划引擎自主决定何时调用、调用哪个;
- 引入「规划—执行—反思」链路:意图理解 → 任务规划 → 工具调用 → 执行反馈 → 自我优化,全流程可视化;
- 这使智能体应用从「配置的 Chatbot」升级为「有规划的执行体」,是百炼对第三代 Runtime 形态的平台化表达。
3.3. 记忆与 API 发布
- 记忆:短期记忆 + 长期记忆,跨会话保持上下文;开源侧另有 ReMe / Mem0 可选;
- API 发布:应用一键发布为 REST API,支持流式输出;支持多轮对话(session_id 或自管 messages);知识库检索通过
rag_options(传 pipeline_ids)控制; - 观测:应用观测记录向量生成、检索、模型调用、延时、Token 量和运行状态。
3.4. AgentScope 2.0 核心能力
AgentScope 2.0(2026-05-25)对六个核心层全部重写,主要能力:
- 模型集成:Qwen、Anthropic、DeepSeek、Gemini、OpenAI + Grok、Moonshot;统一重试与回退(Retry & Fallback);
- 消息与事件:统一 Content Block + Event System——执行可观测、可交互、可中断;
- 权限系统:allow / deny / escalate 三态决策;文件系统工具检查危险目录与敏感文件;命令工具分析高风险命令、动态 shell 构造、破坏性删除;shell 管道静态分析;
- 上下文工程:Agent 类上下文压缩(配置化 + offload / storage 持久化)+ 工具结果压缩(大体积工具输出回灌前摘要);
- RAG 与长期记忆:file-based agentic memory / ReMe / Mem0 多后端;
- Agent Service 与 Agent Team:托管用户、会话、前端;leader-worker 多智能体协作,每 worker 独立 session;
- Skills:含 SKILL.md 的目录,注册到 toolkit 或 workspace——与 Anthropic Agent Skills 开放标准同构;
- 结构化输出:Pydantic
structured_schema→structured_output; - 中间件:在模型调用、工具执行、上下文压缩等生命周期点注入行为;
- HITL:权限请求确认 + 中断流程。
3.5. 应用观测
百炼平台侧的观测覆盖:向量生成、检索、模型调用、延时、Token 量、运行状态;可按请求展开完整调用链,定位问题出在模型、检索还是工具节点;内置运行日志、Trace 链路与 API 网关,每一步可追溯、排查与重跑。
4. 平台架构
图 4-1|百炼平台分层架构(Agent 2.0 核心 × 五层栈)
数据来源:基于本文分析绘制的示意图。
4.1. 百炼平台分层
┌──────────────────────────────────────────────────────────┐
│ 用户交互层 控制台 / API / 网页应用 / IM 机器人 │
├──────────────────────────────────────────────────────────┤
│ 智能体核心引擎 Agent 2.0 │
│ 规划引擎:意图理解 → 任务规划 → 工具调用 → 执行反馈 → 自我优化 │
├──────────────────────────────────────────────────────────┤
│ 工具层 │
│ 知识库(RAG)/ MCP 服务(20+ 云端、50+ 本地) │
│ 内置工具(代码解释器、文件解析、图像生成)/ 插件 │
├──────────────────────────────────────────────────────────┤
│ 模型层 Qwen3.7-Max / Plus 等 150+ 模型 │
├──────────────────────────────────────────────────────────┤
│ 基础设施 上下文压缩 / 断点续跑 / Vault 密钥管理 │
│ 运行日志 / Trace 链路 / API 网关 │
└──────────────────────────────────────────────────────────┘ 4.2. AgentScope 2.0 核心层
AgentScope 2.0 将 Message、Tool、Workspace、Permission、Middleware、Service 六个核心层全部重写:
- Message:统一 Content Block / DataBlock(支持 base64 与 URL 数据源),覆盖文本、图像、文件、工具调用、工具结果、模型思考、用户确认状态;
- Tool:工具基于
ToolBase重建——_bash、_edit、_glob、_grep、_read、_write;工具与 Workspace 打通,文件 / Shell 工具统一在 Agent 的 Workspace 中执行; - Workspace:提供执行环境,管理工具、MCP 服务器、Skills 与 offload 的上下文;
- Permission:Agent 类内置权限检查,每次工具调用前都咨询权限系统——这是把治理做成运行时默认行为的设计;
- Middleware:生命周期拦截点,与 Microsoft Agent Framework 的 Middleware 管线(详见
09-autogen.md)在设计上同构; - Service:Agent Service 托管用户、会话、Agent 团队与前端。
4.3. 一次智能体应用请求的处理流
- 用户经控制台 / API / IM 机器人发起请求;
- 规划引擎理解意图,生成任务规划(Agent 2.0 链路可视化展示);
- 按规划调用工具:知识库检索(RAG)、MCP 服务、内置工具或插件——调用前逐次过权限系统;
- 大体积工具输出经工具结果压缩后回灌模型;
- 执行反馈进入反思环节,必要时重规划;
- 全程事件流(Event System)上报:文本增量、工具调用、确认请求等可交互、可中断;
- 运行日志与 Trace 链路落盘,供观测、排查与重跑;
- 长任务依托断点续跑与 Vault 密钥管理跨小时运行。
5. Harness 设计
5.1. 六层能力总览
| 层 | 名称 | 实现强度 | 判断依据 |
|---|---|---|---|
| L1 | 上下文工程 | 强 | 上下文压缩(AgentConfig 配置 + offload / storage 持久化)+ 工具结果压缩双机制;短期记忆自动压缩;内置 Mem0、ReMe 长期记忆;RAG 全流程 |
| L2 | 工具与执行 | 强 | MCP(StreamableHTTP / SSE / STDIO)+ Anthropic Agent Skill 动态加载卸载;内置 bash / edit / glob / grep / read / write;Task 工具;Workspace 统一执行环境;沙箱 |
| L3 | 编排与控制 | 强 | 三种应用模式可组合(工作流节点调用智能体群组);Agent 2.0 Plan-Execute-React;动态图编排(MsgHub、pipeline 语法糖);Agent Team(leader-worker);模型层重试 + fallback |
| L4 | 记忆与状态 | 强 | 短期记忆自动压缩 + 长期记忆(file-based / ReMe / Mem0)+ RAG + 知识库服务;断点续跑支持数小时跨步骤任务 |
| L5 | 评估与观测 | 强 | 应用观测全链路;OpenJudge:50+ 生产级 judge;Trinity-RFT 把评测转化为训练奖励——独家闭环 |
| L6 | 治理与安全 | 强 | 权限系统三态决策;危险目录 / 敏感文件检查;高风险命令分析 + shell 管道静态分析;Vault 密钥管理;HITL 确认与中断;操作审计 + 水印溯源;等保三级 / ISO27001 |
5.2. L1 上下文工程层
百炼在 L1 的特色是双压缩机制:
- 会话历史压缩:AgentConfig 暴露压缩配置,压缩后的历史由 offload / 与 storage/ 基础模块持久化——压缩不只丢弃,还留档可查;
- 工具结果压缩:大体积工具输出在回灌模型前做摘要压缩——这一条精准命中智能体场景的真实痛点(一次文件读取或网页抓取即可撑爆上下文),在全部 14 个平台中仅有少数明确实现;
- 叠加 RAG 全流程、ReMe / Mem0 长期记忆与 Skills 按需加载,L1 的机制密度达到与 Google ADK(compaction / rewind / resumption)、Microsoft Agent Framework(Harness Agent 自动压缩)并列的水平。
5.3. L2 工具与执行层
- MCP 三种传输(StreamableHTTP / SSE / STDIO)+ Anthropic Agent Skill 动态工具加载 / 卸载——开源框架对 Skills 开放标准的跟进;
- 内置六类文件与 Shell 工具全部在 Workspace 中执行,配合权限系统形成「工具—环境—权限」的闭环;
- Task 工具(TaskCreate / Get / List / Update)支撑长任务的计划追踪。
5.4. L3 编排与控制层
- 三形态组合是本层最大的结构优势:工作流的确定性与智能体的自主性在同一应用内自由配比;
- Agent 2.0 的 Plan-Execute-React 链路把规划过程可视化,部分回应了「自主规划不可预测」的张力;
- AgentScope 侧提供 MsgHub、pipeline 语法糖等动态图编排原语,Agent Team 的 leader-worker 模式覆盖多智能体协作;
- 模型层 Retry & Fallback 保证单点模型故障不阻断任务。
5.5. L4 记忆与状态层
- 短期记忆自动压缩 + 长期记忆三后端(file-based agentic memory / ReMe / Mem0)+ RAG,构成完整的记忆栈;
- 断点续跑是百炼平台侧的关键机制:支持数小时跨步骤的自动化任务,配合 Vault 密钥管理解决长任务的凭据安全问题——这与 LangGraph 的 Checkpointer、MAF 的 Foundry Hosted 恢复同属「持久执行」一档。
5.6. L5 评估与观测层
本层是百炼最具独创性的部分:
- 平台侧:应用观测记录向量生成、检索、模型调用、延时、Token 量、运行状态,按请求展开调用链,可定位到模型 / 检索 / 工具节点;
- OpenJudge:50+ 生产级 judge,系统性测量 Agent 生命周期、工具使用、代码、数学与多模态输出;
- Trinity-RFT 闭环:评测判定可转化为训练奖励,经强化微调(Explorer / Trainer / Buffer 解耦)反哺模型——把「评估」从「验收环节」变成「训练信号」,是全部 14 个平台中独树一帜的设计;
- 对比参照:LangSmith 强在观测与评估集管理,OpenAI Agents SDK 强在 tracing 开箱即用,但把评测与训练打通的仅百炼一家。
5.7. L6 治理与安全层
| 治理能力 | 机制 |
|---|---|
| 权限决策 | allow / deny / escalate 三态;每次工具调用前咨询权限系统 |
| 文件安全 | 危险目录与敏感文件检查 |
| 命令安全 | 高风险命令分析、动态 shell 构造检测、破坏性删除检测、shell 管道静态分析 |
| 密钥管理 | Vault 统一托管,适配长任务 |
| 人工介入 | HITL 确认与中断流程 |
| 审计 | 操作审计 + 水印溯源(第三方评测口径) |
| 合规 | 等保三级、ISO27001(第三方评测口径) |
「三态权限决策 + shell 静态分析」的组合与 Claude Agent SDK 的分层权限、Microsoft Agent Framework 的 Middleware / Filters 并列为本研究中 L6 的前沿实践。
5.8. 三条内在张力的具体表现
| 张力 | 在本平台的体现 | 缓解手段 |
|---|---|---|
| 灵活性 ↔ 可预测性 | Agent 2.0 规划引擎自主决定工具调用,灵活但路径不可完全预测 | Plan-Execute-React 全流程可视化;关键链路仍可用工作流固定顺序;权限系统兜底高危操作 |
| 开放性 ↔ 治理 | 150+ 模型 + MCP(20+ 云端、50+ 本地)+ 开源底座开放性极高 | Workspace 沙箱隔离执行;三态权限;审计与水印溯源 |
| 成本 ↔ 深度 | 深链路(多智能体 + 长任务 + 重检索)token 消耗大;企业版订阅门槛高(第三方口径 5 万—50 万/年) | 工具结果压缩直接削减 token;模型路由(Max / Plus 分级);开源 AgentScope 允许自托管摊薄成本 |
6. 实际案例
案例一:语忆科技——母婴电商客服改造(厂商口径)
基于千问大模型改造母婴电商客服,实现精准意图识别,客服效率提升超过 40%,并构建数据闭环。来源为阿里云产品页转述(中国经济新闻网),属厂商自报,未获第三方独立验证。
案例二:AgentZoo / Alias 智能体应用
面向金融、数据科学、语音、问答等领域的智能体应用;Alias 通用型智能体平台可构建数字化助手(低相关度来源,细节 )。
平台规模口径(引用时须交叉核对)
有资料以「公有云 50+ 行业渗透、累计 100 万+ 企业客户」描述阿里云的智能体业务底盘;需特别注意:火山引擎在扣子(详见 06-coze.md)的宣传口径中亦发布过同量级的数字(50+ 行业、100 万+ 企业客户)。两家的统计口径、统计时点与统计对象均未公开,数字雷同无法交叉验证,引用时应标注「厂商自报,口径未经独立核实」。
未检索到公开量化数据的部分:除语忆科技一例外,未检索到更多带企业名的落地案例,也无一例获得第三方独立验证的效果数据,如实标注,不做补全。
7. 总结
7.1. 优点
- 六层无短板:与 Microsoft Agent Framework 并列为本研究中仅有的两个 L1—L6 全部达强的平台;
- 双压缩的 L1:会话历史压缩 + 工具结果压缩,直击智能体上下文膨胀的真实痛点;
- L5 独家闭环:OpenJudge 50+ judge + Trinity-RFT,把评测判定转化为训练奖励,评估与训练打通;
- 开源 + 商业双轨:AgentScope 2.0 可独立部署,百炼提供商业兜底;低代码与高代码双向衔接,覆盖企业内不同角色;
- L6 前沿:三态权限决策 + shell 静态分析把治理做进运行时默认行为;
- 阿里云生态协同:ECS / RDS / OSS 云底座 + 钉钉 / 企微集成 + 信创适配(鲲鹏 / 昇腾)。
7.2. 缺点
- 开源生态国际影响力有限:AgentScope 的社区规模与国际认知度不及 LangGraph / ADK;
- 第三方模型集成深度一般:多模型支持以 Qwen 为中心,非 Qwen 模型的优化程度未知;
- 私有化成本高(第三方评测口径):企业版订阅门槛与私有化部署成本对中小企业不友好;
- 案例披露不足:带企业名的量化案例仅一例且为厂商自报;
- 平台与开源底座的版本对应关系不明:百炼内嵌的 AgentScope 版本与开源社区版本的同步机制无官方说明;
- 锁云倾向:深度使用 Vault、断点续跑、应用观测等平台能力后,迁移成本上升。
7.3. 适用边界
| 场景 | 是否适用 | 理由 |
|---|---|---|
| 中大型企业的智能体平台选型 | 最适用 | 六层全覆盖 + 三形态覆盖不同角色 |
| 阿里云既有用户 | 最适用 | 云生态与计费天然打通 |
| 电商 / 零售 / 多模态应用 | 适用 | 千问模型与行业积累 |
| 需要自主可控开源底座 + 商业兜底的组织 | 最适用 | AgentScope 开源 + 百炼托管 |
| 需要评测驱动持续改进的团队 | 适用 | OpenJudge + RFT 闭环 |
| 深度依赖非 Qwen 模型的场景 | 需权衡 | 第三方模型集成深度一般 |
| 预算敏感的小团队 | 需权衡 | 企业版门槛与私有化成本 |
7.4. 选型建议
- 与 Microsoft Agent Framework 的取舍(同为六层全强):Microsoft 生态(.NET / Azure / Foundry)企业选 MAF;阿里云 / 信创生态、需要中文场景与开源底座自主可控的选百炼。两者在 Middleware、权限、持久执行上的设计高度同构,团队从任一方迁移到另一方的心智成本可控。
- 与 Dify / Coze 的取舍:需要深度评估体系与高代码控制力选百炼;需要极致低代码与全球社区选 Dify;需要字节系渠道分发选 Coze。
- 开源策略:团队若想「先开源验证、后上云放大」,AgentScope → 百炼的路径比 LangGraph → LangSmith 更贴合国内合规环境。
- 采用前必须确认:企业版真实报价(官方口径缺失);百炼内嵌 AgentScope 与社区版本的同步节奏;非 Qwen 模型在你的场景下的实际表现。
信息缺口声明
- 带企业名的落地案例:仅检索到语忆科技一例(客服效率 +40%,厂商自报),无第三方独立验证;更多案例未检索到,不做补全。
- 定价官方口径:基础免费额度 + 按量计费之外,企业版「5 万—50 万/年」为第三方评测口径,。
- AgentScope 各语言版本的功能对等性:Python 为一等公民,Java / TypeScript / Go 的功能差距清单未检索到。
- 百炼平台与 AgentScope 的确切版本对应关系:官方未说明,标 。
- 「50+ 行业渗透、100 万+ 企业客户」口径:厂商自报,且与火山引擎(扣子)口径雷同,无法交叉验证。
- 等保三级 / ISO27001 / 水印溯源:第三方评测口径,未查到官方合规声明原文,标 。
- 百炼侧沙箱的具体实现:控制台提及沙箱运行,但隔离机制(容器 / VM / 进程级)无公开细节。
- 版本时效:AgentScope 与百炼均处于快速迭代期,本文所有版本与功能描述截至 2026-09 检索时点。
8. 参考资料
- Flow Agent 大模型服务平台百炼 — 阿里云控制台。https://bailian.console.aliyun.com/?tab=app#/app-center
- 百炼平台零代码构建智能体全流程 — 阿里云开发者社区。https://developer.aliyun.com/article/1742574
- 阿里云百炼大模型服务平台全解析 — 阿里云开发者社区。https://developer.aliyun.com/article/1757601
- Agent 2.0 时代来了,首批「工业级智能体」正在核心位置上岗 — VergeX。https://www.vergex.cn/5019.html
- AgentScope — 官网(子项目生态)。https://agentscope.io
- AgentScope 2.0 Frequently Asked Questions (FAQ)。https://agentscope.io/blog/agentscope-faq
- 更新日志 - AgentScope(2.0.3 文档)。https://docs.agentscope.io/versions/2.0.3/zh/release-notes
- AgentScope 2.0: From Transparent Development to System Engineering(六大核心层重写、权限系统)。https://java.agentscope.io/v2/en/blogs/agentscope-v2-release.html
- FAQ - AgentScope(1.0.21 文档,含与 Spring AI Alibaba 关系)。https://docs.agentscope.io/versions/1.0.21/en/others/faq
- 项目参数卡 v1.0(Agent Platform 定义与六层能力模型)— 本项目内部基准文件。
Alibaba Cloud Bailian (with embedded AgentScope 2.0)
1. Introduction
1.1. Platform Positioning
Alibaba Cloud Bailian is the large-model service platform and agent development platform launched by Alibaba Cloud (Tongyi Laboratory). It adopts a two-track model of "closed-source commercial SaaS + open-source foundation framework": on the commercial side is the Bailian platform (smart-agent apps, workflow apps, and code-first apps — three forms); on the open-source side is the AgentScope framework — its 2.0 release (2026-05-25) completely rewrote the six core layers of Message, Tool, Workspace, Permission, Middleware and Service, making it the highest-engineering domestic open-source Agent foundation in this study.
Bailian's strategic position can be summarized as: use low-code to cover business staff, use workflows to cover process engineers, and use AgentScope to cover algorithm engineers — three roles each get what they need on the same platform, and the tiers can be bidirectionally connected. This "full-coverage" product structure, together with all six layers rated "strong", makes it one of only two platforms in this study with "no weak layer across all six layers", alongside Microsoft Agent Framework.
1.2. Basic Information Card
| Item | Content | Confidence |
|---|---|---|
| Developer | Alibaba Cloud (Tongyi Laboratory) | High (official console) |
| Form | Closed-source SaaS platform + open-source foundation (AgentScope series) | High |
| License | Platform commercial/proprietary; AgentScope open source | High |
| Three app types | Smart-agent app (Agent 2.0, no-code) / Workflow app (visual orchestration) / Code-first app (Python, based on AgentScope ADK, supports cloud + local multi-environment deployment) | High (official console) |
| Model service | Qwen3.7-Max (128K context, strongest reasoning, precise tool calling) / Qwen3.7-Plus (50K, cost-effective) and more — 150+ models | Medium (developer-community figures) |
| MCP ecosystem | Preset 20+ cloud services, 50+ local services, one-click activation | Medium |
| Open-source foundation | AgentScope: 2.0 released on 2026-05-25; docs version 2.0.3; Python 3.11+; multi-language (Python / Java / TypeScript / Go in development) | High (official site and docs) |
| Sub-project ecosystem | ReMe (memory), OpenJudge (evaluation), Trinity-RFT (reinforcement fine-tuning), TuFT (multi-tenant fine-tuning), QwenPaw (personal assistant), PawFriends, DojoZero, agentscope-studio (visualization), agentscope-spark-design | High (official site) |
| Enterprise long-horizon tasks | Context compaction, checkpoint resumption, Vault secret management; supports multi-hour cross-step orchestrated automation tasks | High (official console) |
| Observability | Built-in runtime logs, Trace chains and API gateway; every step of execution is traceable, debuggable and rerunnable | High (official console) |
| Security / compliance | MLPS Level 3, ISO27001, data encryption, operation audit, watermark forensics (third-party evaluation figures) | Low–Medium |
| Pricing | Basic free quota + pay-as-you-go (per Token / call); enterprise subscription 50,000–500,000/year (third-party evaluation figures) | Low |
| Version correspondence | The exact correspondence between Bailian platform versions and AgentScope versions is not officially documented; marked [To be verified] | Gap |
Version numbers and feature availability change rapidly with each release; this document reflects the point of retrieval in 2026-09.
1.3. Development Timeline
| Time | Event | Source Level |
|---|---|---|
| Around 2024 | Bailian platform launched, integrating model service and agent development | Medium |
| 2025 | AgentScope 1.x continues to evolve; Bailian integrates the MCP ecosystem | Medium |
| Within 2026 | Bailian smart-agent apps upgraded to Agent 2.0: the planning engine uniformly schedules knowledge base and MCP tools, introducing a "Plan–Execute–Reflect" chain | Medium (developer-community figures) |
| 2026-05-25 | AgentScope 2.0 released: all six core layers — Message, Tool, Workspace, Permission, Middleware, Service — completely rewritten | High (official docs) |
| Within 2026 | AgentScope docs evolve to 2.0.3; sub-project ecosystem (ReMe / OpenJudge / Trinity-RFT, etc.) takes shape | High (official site) |
1.4. Position in the AI Harness System
Per the boundary table of the parameter sheets, Bailian is an Agent Platform (Harness's productized packaging), and it is the only domestic platform in which both tracks — "platform + open-source foundation" — reach production grade:
- Commercial side (Bailian): stacks UI, tenancy, billing, publishing and observability, covering all six layers L1–L6;
- Open-source side (AgentScope 2.0): as a standalone-deployable Agent Framework, it is Harness's complete reference implementation — permission system, context compaction, event streaming, and Agent teams are all first-class citizens;
- Comparison with Microsoft Agent Framework: the two are the only platforms in this study where all six layers reach "strong"; the difference is that MAF is a pure framework + cloud hosting, while Bailian is a two-track "cloud platform + open-source framework", and it closes the loop directly from evaluation (OpenJudge) to training (Trinity-RFT), forming a unique "evaluation-as-training-reward" chain.
2. Glossary
| Term | English / Abbreviation | Definition |
|---|---|---|
| Bailian | Bailian | Alibaba Cloud's large-model service platform and agent development platform, in commercial SaaS form |
| Agent 2.0 | — | The latest form of Bailian smart-agent apps: unifies capabilities such as knowledge base and MCP as tools, letting the planning engine autonomously decide the calling order; introduces a "Plan–Execute–Reflect (Plan-Execute-React)" chain |
| Planning Engine | Planning Engine | The core of Agent 2.0: intent understanding → task planning → tool calling → execution feedback → self-optimization across the whole flow, replacing fixed-order tool calling |
| Flow Agent | Flow Agent | A form for rapidly building enterprise-grade AI apps: model calling, sandboxed execution, knowledge base storage, and API gateway all out of the box |
| Workflow App | Workflow App | A visual node-orchestration app form; nodes execute in fixed order and can call agent groups |
| Code-first App | Code-first App | Python form, based on AgentScope ADK, supports cloud + local multi-environment deployment, and can integrate private algorithms and complex systems |
| AgentScope | AgentScope | Alibaba's open-source multi-language Agent framework, the foundation of Bailian; 2.0 completed the rewrite of six core layers |
| Toolkit | Toolkit | A container providing Python tools and MCP server tools for Agents, supporting STDIO and HTTP connections |
| Workspace | Workspace | The execution environment of an Agent, uniformly managing tools, MCP servers, Skills, and offloaded context; file / Shell tools execute within the Workspace |
| Permission System | Permission System | Permission system: allow / deny / request-confirmation (escalate) three-state decisions; filesystem tools check dangerous directories and sensitive files, command tools analyze high-risk commands |
| Content Block / DataBlock | Content Block | Unified message content block: text, image, file, tool call, tool result, model thinking, user-confirmation state, external execution result |
| Event System | Event System | Event stream: model-call start, text deltas, tool calls, tool results, user confirmations, external execution updates — making execution observable, interactive and interruptible |
| Agent Team | Agent Team | Service-based multi-agent collaboration: a leader creates worker agents and communicates with them; each worker runs in an independent session |
| Task Tools | Task Tools | TaskCreate / TaskGet / TaskList / TaskUpdate, used for planning and task tracking |
| ReMe | ReMe | Memory management toolkit: file-based and vector-based durable, retrievable memory; remembers preferences across sessions and learns from historical interactions |
| OpenJudge | OpenJudge | Unified evaluation framework: 50+ production-grade judges measuring agent lifecycle, tool use, code, math and multimodal output, and convertible into training rewards |
| Trinity-RFT | Trinity-RFT | A general reinforcement fine-tuning framework: decouples the training loop into Explorer / Trainer / Buffer |
| Context Compaction | Context Compaction | Context compaction supported by Agent-class: (AgentConfig exposes configuration; offload / storage modules persist compacted history) + tool-result compaction (large tool outputs summarized before feeding back to the model) |
| Retry & Fallback | Retry & Fallback | Unified retry and fallback mechanism at the model layer: configurable maximum retry count and fallback model; automatic switch when the primary model fails |
| Vault | Vault | Enterprise-grade secret management: uniformly manages secrets and credentials during Agent runs, supporting secure execution of multi-hour cross-step tasks |
| Skills | Skills | A capability catalog containing SKILL.md, registered to a toolkit or workspace for Agents to discover and execute on demand |
3. Feature Description
3.1. Three App Types and Their Combination
| Type | Form | User | Execution Semantics |
|---|---|---|---|
| Smart-agent app (Agent 2.0) | No-code, prompt-driven | Business / product staff | Autonomously understands intent, plans steps, calls knowledge base or external tools |
| Workflow app | Visual orchestration | Process engineers | Nodes execute in fixed order |
| Code-first app | Python (AgentScope ADK) | Algorithm / backend engineers | Fully controllable code, cloud + local multi-environment deployment |
Key design: the three modes can be combined within a single app — workflow nodes can call agent groups, delegating judgment-heavy steps to collaboration among multiple subagents, while the other nodes still execute in fixed order. This is philosophically isomorphic to CrewAI's "Flows wrapping Crews" and Dify's "Agent Node": containing a probabilistic core inside a deterministic container, but Bailian makes the three forms first-class citizens on the same platform.
3.2. Agent 2.0 Planning Engine
The core change in Agent 2.0 is upgrading "tool calling" from a fixed order to autonomous planning:
- Knowledge base and MCP services are no longer called in a preset order; instead, the planning engine autonomously decides when to call and which one to call;
- Introduces a "Plan–Execute–Reflect" chain: intent understanding → task planning → tool calling → execution feedback → self-optimization, with the entire flow visualized;
- This upgrades smart-agent apps from a "configured chatbot" to a "planning-capable execution entity" — Bailian's platform-level expression of the third-generation Runtime form.
3.3. Memory and API Publishing
- Memory: short-term memory + long-term memory, maintaining context across sessions; on the open-source side, ReMe / Mem0 are additionally available;
- API publishing: one-click publishing of an app as a REST API, supporting streaming output; supports multi-turn conversation (via
session_idor self-managed messages); knowledge base retrieval is controlled throughrag_options(passingpipeline_ids); - Observability: app observability records vector generation, retrieval, model calls, latency, token usage and running status.
3.4. AgentScope 2.0 Core Capabilities
AgentScope 2.0 (2026-05-25) completely rewrote the six core layers; main capabilities:
- Model integration: Qwen, Anthropic, DeepSeek, Gemini, OpenAI + Grok, Moonshot; unified retry and fallback (Retry & Fallback);
- Messages and events: unified Content Block + Event System — execution is observable, interactive and interruptible;
- Permission system: allow / deny / escalate three-state decisions; filesystem tools check dangerous directories and sensitive files; command tools analyze high-risk commands, dynamic shell construction and destructive deletion; static analysis of shell pipelines;
- Context engineering: Agent-class context compaction (configurable + offload / storage persistence) + tool-result compaction (large tool outputs summarized before feeding back);
- RAG and long-term memory: file-based agentic memory / ReMe / Mem0 multiple backends;
- Agent Service and Agent Team: hosts users, sessions, frontend; leader-worker multi-agent collaboration, each worker with an independent session;
- Skills: a directory containing SKILL.md, registered to a toolkit or workspace — isomorphic to the Anthropic Agent Skills open standard;
- Structured output: Pydantic
structured_schema→structured_output; - Middleware: injects behavior at lifecycle points such as model calls, tool execution, and context compaction;
- HITL: permission request confirmation + interruption flow.
3.5. App Observability
Observability on the Bailian platform side covers: vector generation, retrieval, model calls, latency, token usage, and running status; you can expand the full call chain per request to locate whether a problem is in the model, retrieval or tool node; built-in runtime logs, Trace chains and an API gateway make every step traceable, debuggable and rerunnable.
4. Platform Architecture
图 4-1|百炼平台分层架构(Agent 2.0 核心 × 五层栈)
数据来源:基于本文分析绘制的示意图。
4.1. Bailian Platform Layering
┌──────────────────────────────────────────────────────────┐
│ 用户交互层 控制台 / API / 网页应用 / IM 机器人 │
├──────────────────────────────────────────────────────────┤
│ 智能体核心引擎 Agent 2.0 │
│ 规划引擎:意图理解 → 任务规划 → 工具调用 → 执行反馈 → 自我优化 │
├──────────────────────────────────────────────────────────┤
│ 工具层 │
│ 知识库(RAG)/ MCP 服务(20+ 云端、50+ 本地) │
│ 内置工具(代码解释器、文件解析、图像生成)/ 插件 │
├──────────────────────────────────────────────────────────┤
│ 模型层 Qwen3.7-Max / Plus 等 150+ 模型 │
├──────────────────────────────────────────────────────────┤
│ 基础设施 上下文压缩 / 断点续跑 / Vault 密钥管理 │
│ 运行日志 / Trace 链路 / API 网关 │
└──────────────────────────────────────────────────────────┘ 4.2. AgentScope 2.0 Core Layers
AgentScope 2.0 completely rewrote the six core layers of Message, Tool, Workspace, Permission, Middleware, Service:
- Message: unified Content Block / DataBlock (supporting base64 and URL data sources), covering text, images, files, tool calls, tool results, model thinking, and user-confirmation state;
- Tool: tools rebuilt based on
ToolBase—_bash,_edit,_glob,_grep,_read,_write; tools are connected to the Workspace, with file / Shell tools uniformly executed in the Agent's Workspace; - Workspace: provides the execution environment, managing tools, MCP servers, Skills and offloaded context;
- Permission: Agent-class built-in permission checking — consulting the permission system before every tool call — a design that makes governance a runtime default behavior;
- Middleware: lifecycle interception points, isomorphic in design to the Microsoft Agent Framework Middleware pipeline (see
09-autogen.md); - Service: Agent Service hosts users, sessions, Agent teams and the frontend.
4.3. Processing Flow of a Smart-Agent App Request
- The user initiates a request via the console / API / IM bot;
- The planning engine understands intent and generates a task plan (Agent 2.0 chain displayed visually);
- Tools are called according to the plan: knowledge base retrieval (RAG), MCP services, built-in tools or plugins — each pass goes through the permission system before calling;
- Large tool outputs are fed back to the model after tool-result compaction;
- Execution feedback enters the reflection stage, re-planning when necessary;
- The entire process is reported through an event stream (Event System): text deltas, tool calls, confirmation requests, etc. — interactive and interruptible;
- Runtime logs and Trace chains are persisted for observability, debugging and rerunning;
- Long tasks run across hours, relying on checkpoint resumption and Vault secret management.
5. Harness Design
5.1. Overview of Six-Layer Capabilities
| Layer | Name | Implementation Strength | Basis of Assessment |
|---|---|---|---|
| L1 | Context engineering | Strong | Context compaction (AgentConfig configuration + offload / storage persistence) + tool-result compaction dual mechanisms; automatic compaction of short-term memory; built-in Mem0, ReMe long-term memory; full RAG flow |
| L2 | Tools and execution | Strong | MCP (StreamableHTTP / SSE / STDIO) + dynamic loading/unloading of Anthropic Agent Skills; built-in bash / edit / glob / grep / read / write; Task tools; unified Workspace execution environment; sandbox |
| L3 | Orchestration and control | Strong | Three app modes can be combined (workflow nodes calling agent groups); Agent 2.0 Plan-Execute-React; dynamic graph orchestration (MsgHub, pipeline syntactic sugar); Agent Team (leader-worker); model-layer retry + fallback |
| L4 | Memory and state | Strong | Automatic compaction of short-term memory + long-term memory (file-based / ReMe / Mem0) + RAG + knowledge base service; checkpoint resumption supports multi-hour cross-step tasks |
| L5 | Evaluation and observability | Strong | Full-chain app observability; OpenJudge: 50+ production-grade judges; Trinity-RFT converts evaluation into training rewards — a unique closed loop |
| L6 | Governance and security | Strong | Three-state permission system decisions; dangerous-directory / sensitive-file checks; high-risk command analysis + shell pipeline static analysis; Vault secret management; HITL confirmation and interruption; operation audit + watermark forensics; MLPS Level 3 / ISO27001 |
5.2. L1 Context Engineering Layer
Bailian's distinguishing feature in L1 is the dual-compaction mechanism:
- Conversation-history compaction: AgentConfig exposes compaction configuration, and the compacted history is persisted by the offload / storage base modules — compaction does not merely discard, it keeps an auditable archive;
- Tool-result compaction: large tool outputs are summarized before being fed back to the model — this precisely hits the real pain point of agent scenarios (a single file read or web scrape can overflow the context); among all 14 platforms, only a few implement this explicitly;
- Combined with the full RAG flow, ReMe / Mem0 long-term memory, and on-demand Skill loading, L1's mechanism density reaches a level on par with Google ADK (compaction / rewind / resumption) and Microsoft Agent Framework (Harness Agent auto-compaction).
5.3. L2 Tools and Execution Layer
- MCP in three transports (StreamableHTTP / SSE / STDIO) + dynamic loading / unloading of Anthropic Agent Skills — the open-source framework's follow-on to the Skills open standard;
- All six built-in file and Shell tools execute within the Workspace, forming a "tools–environment–permissions" closed loop together with the permission system;
- Task tools (TaskCreate / Get / List / Update) support plan tracking for long tasks.
5.4. L3 Orchestration and Control Layer
- Three-form combination is the biggest structural advantage of this layer: the determinism of workflows and the autonomy of agents can be freely apportioned within a single app;
- Agent 2.0's Plan-Execute-React chain makes the planning process visible, partially addressing the tension of "autonomous planning being unpredictable";
- On the AgentScope side, dynamic graph orchestration primitives such as MsgHub and pipeline syntactic sugar are provided, and the Agent Team's leader-worker pattern covers multi-agent collaboration;
- Model-layer Retry & Fallback ensures an outage of a single model does not block the task.
5.5. L4 Memory and State Layer
- Automatic compaction of short-term memory + three backends for long-term memory (file-based agentic memory / ReMe / Mem0) + RAG form a complete memory stack;
- Checkpoint resumption is the key mechanism on the Bailian platform side: it supports multi-hour cross-step automation tasks, and together with Vault secret management resolves the credential-security problem of long tasks — sharing the "durable execution" tier with LangGraph's Checkpointer and MAF's Foundry Hosted recovery.
5.6. L5 Evaluation and Observability Layer
This layer is the most original part of Bailian:
- Platform side: app observability records vector generation, retrieval, model calls, latency, token usage and running status; expanding the call chain per request can locate whether a problem is in the model / retrieval / tool node;
- OpenJudge: 50+ production-grade judges systematically measure agent lifecycle, tool use, code, math and multimodal output;
- Trinity-RFT closed loop: evaluation verdicts can be converted into training rewards and fed back to the model through reinforcement fine-tuning (Explorer / Trainer / Buffer decoupling) — turning "evaluation" from an "acceptance step" into a "training signal", a design unique among all 14 platforms;
- Comparison reference: LangSmith excels at observability and evaluation-set management, and OpenAI Agents SDK excels at out-of-the-box tracing, but only Bailian connects evaluation and training.
5.7. L6 Governance and Security Layer
| Governance capability | Mechanism |
|---|---|
| Permission decisions | allow / deny / escalate three states; consult the permission system before every tool call |
| File security | Checks of dangerous directories and sensitive files |
| Command security | High-risk command analysis, dynamic shell construction detection, destructive deletion detection, shell pipeline static analysis |
| Secret management | Vault centrally manages and adapts to long tasks |
| Human intervention | HITL confirmation and interruption flow |
| Audit | Operation audit + watermark forensics (third-party evaluation figures) |
| Compliance | MLPS Level 3, ISO27001 (third-party evaluation figures) |
The combination of "three-state permission decisions + shell static analysis" ranks alongside Claude Agent SDK's layered permissions and Microsoft Agent Framework's Middleware / Filters as cutting-edge L6 practice in this study.
5.8. Concrete Expression of Three Internal Tensions
| Tension | Expression in This Platform | Mitigation |
|---|---|---|
| Flexibility ↔ Predictability | Agent 2.0 planning engine autonomously decides tool calls — flexible, but paths are not fully predictable | Full-flow visualization of Plan-Execute-React; critical chains can still use fixed workflow order; permission system backs up high-risk operations |
| Openness ↔ Governance | 150+ models + MCP (20+ cloud, 50+ local) + open-source foundation — extremely high openness | Workspace sandbox isolates execution; three-state permissions; audit and watermark forensics |
| Cost ↔ Depth | Deep chains (multi-agent + long tasks + heavy retrieval) consume many tokens; high enterprise-subscription threshold (third-party figures 50,000–500,000/year) | Tool-result compaction directly cuts tokens; model routing (Max / Plus tiers); open-source AgentScope allows self-hosting to amortize cost |
6. Real-World Cases
Case 1: YuYi Technology — maternity-and-baby e-commerce customer service overhaul (vendor figures)
Overhauled customer service for maternity-and-baby e-commerce based on the Qwen large model, achieving precise intent recognition, customer-service efficiency improved by more than 40%, and building a data closed loop. The source is a retelling on the Alibaba Cloud product page (China Economic News Net); it is vendor self-reported and has not been third-party independently verified.
Case 2: AgentZoo / Alias smart-agent apps
Smart-agent apps targeting finance, data science, speech, Q&A and other domains; the Alias general-purpose agent platform can build digital assistants (low-relevance source, details).
Platform-scale figures (must be cross-checked when citing)
Some materials describe Alibaba Cloud's agent-business base using "penetration into 50+ public-cloud industries, 1 million+ cumulative enterprise customers"; note in particular: Volcano Engine also released figures of the same magnitude (50+ industries, 1 million+ enterprise customers) in its promotional figures for Coze (see 06-coze.md). Neither vendor's statistical basis, timing, or target has been disclosed, and the identical figures cannot be cross-verified; when citing, label as "vendor self-reported, basis not independently verified".
Part where no public quantitative data was found: apart from the single YuYi Technology case, no further named enterprise landing cases were found, and no case obtained third-party independently verified effectiveness data — stated as-is, without filling in the gaps.
7. Summary
7.1. Strengths
- No weak layer across all six layers: alongside Microsoft Agent Framework, it is one of only two platforms in this study where all of L1–L6 reach "strong";
- Dual-compaction L1: conversation-history compaction + tool-result compaction, directly hitting the real pain point of agent context bloat;
- L5 exclusive closed loop: OpenJudge 50+ judges + Trinity-RFT converts evaluation verdicts into training rewards, connecting evaluation and training;
- Open-source + commercial two-track: AgentScope 2.0 can be deployed independently, while Bailian provides commercial backing; low-code and high-code connect bidirectionally, covering different roles within an enterprise;
- Cutting-edge L6: three-state permission decisions + shell static analysis build governance into runtime default behavior;
- Alibaba Cloud ecosystem synergy: ECS / RDS / OSS cloud foundation + DingTalk / WeCom integration + Xinchuang adaptation (Kunpeng / Ascend).
7.2. Weaknesses
- Limited international influence of the open-source ecosystem: AgentScope's community size and international awareness lag behind LangGraph / ADK;
- Average depth of third-party model integration: multi-model support is Qwen-centric, and the optimization level of non-Qwen models is unknown;
- High privatization cost (third-party evaluation figures): the enterprise-subscription threshold and privatization deployment cost are unfriendly to SMEs;
- Insufficient case disclosure: only one quantitative case with a named enterprise, and it is vendor self-reported;
- Unclear version correspondence between platform and open-source foundation: the synchronization mechanism between Bailian's embedded AgentScope version and the open-source community version has no official explanation;
- Cloud-locking tendency: deep reliance on platform capabilities such as Vault, checkpoint resumption and app observability raises migration costs.
7.3. Applicability Boundary
| Scenario | Applicable? | Reason |
|---|---|---|
| Agent platform selection for mid/large enterprises | Most suitable | Full six-layer coverage + three forms covering different roles |
| Existing Alibaba Cloud users | Most suitable | Cloud ecosystem and billing are naturally integrated |
| E-commerce / retail / multimodal apps | Suitable | Qwen models and industry accumulation |
| Organizations needing a self-controllable open-source foundation + commercial backing | Most suitable | AgentScope open source + Bailian hosted |
| Teams needing evaluation-driven continuous improvement | Suitable | OpenJudge + RFT closed loop |
| Scenarios deeply dependent on non-Qwen models | Weigh trade-offs | Average depth of third-party model integration |
| Budget-sensitive small teams | Weigh trade-offs | Enterprise threshold and privatization cost |
7.4. Selection Recommendations
- Trade-off with Microsoft Agent Framework (both strong across all six layers): Microsoft-ecosystem (.NET / Azure / Foundry) enterprises choose MAF; those in Alibaba Cloud / Xinchuang ecosystems, needing Chinese scenarios and a self-controllable open-source foundation, choose Bailian. The two are highly isomorphic in Middleware, permissions and durable execution, so the mental cost of a team migrating between either side is manageable.
- Trade-off with Dify / Coze: choose Bailian for a deep evaluation system and high-code control; choose Dify for extreme low-code and a global community; choose Coze for ByteDance-channel distribution.
- Open-source strategy: if a team wants to "validate with open source first, then scale on the cloud", the AgentScope → Bailian path fits the domestic compliance environment better than LangGraph → LangSmith.
- Must confirm before adoption: the real enterprise-edition quote (official figures missing); the synchronization cadence between Bailian's embedded AgentScope and the community version; the actual performance of non-Qwen models in your scenarios.
Information-Gap Statement
- Named-enterprise landing cases: only the single YuYi Technology case was found (customer-service efficiency +40%, vendor self-reported) with no third-party independent verification; more cases were not found, so no gaps were filled in.
- Official pricing figures: beyond the basic free quota + pay-as-you-go, the enterprise edition "50,000–500,000/year" is a third-party evaluation figure.
- Functional parity across AgentScope language versions: Python is a first-class citizen, but no list of the feature gaps in Java / TypeScript / Go was found.
- Exact version correspondence between the Bailian platform and AgentScope: not officially explained, marked
[To be verified]. - The "50+ industry penetration, 1 million+ enterprise customers" figures: vendor self-reported, and identical to Volcano Engine's (Coze) figures, so they cannot be cross-verified.
- MLPS Level 3 / ISO27001 / watermark forensics: third-party evaluation figures, and no original official compliance statement was found, marked
[To be verified]. - The specific implementation of Bailian's sandbox: the console mentions sandboxed execution, but the isolation mechanism (container / VM / process-level) has no public details.
- Version timeliness: both AgentScope and Bailian are in a period of rapid iteration, and all version and feature descriptions in this document are as of the point of retrieval in 2026-09.
8. References
- Flow Agent 大模型服务平台百炼 — Alibaba Cloud console. https://bailian.console.aliyun.com/?tab=app#/app-center
- 百炼平台零代码构建智能体全流程 — Alibaba Cloud developer community. https://developer.aliyun.com/article/1742574
- 阿里云百炼大模型服务平台全解析 — Alibaba Cloud developer community. https://developer.aliyun.com/article/1757601
- Agent 2.0 时代来了,首批「工业级智能体」正在核心位置上岗 — VergeX. https://www.vergex.cn/5019.html
- AgentScope — Official site (sub-project ecosystem). https://agentscope.io
- AgentScope 2.0 Frequently Asked Questions (FAQ). https://agentscope.io/blog/agentscope-faq
- 更新日志 - AgentScope(2.0.3 文档). https://docs.agentscope.io/versions/2.0.3/zh/release-notes
- AgentScope 2.0: From Transparent Development to System Engineering(六大核心层重写、权限系统). https://java.agentscope.io/v2/en/blogs/agentscope-v2-release.html
- FAQ - AgentScope(1.0.21 文档,含与 Spring AI Alibaba 关系). https://docs.agentscope.io/versions/1.0.21/en/others/faq
- 项目参数卡 v1.0(Agent Platform 定义与六层能力模型)— 本项目内部基准文件.