AI Skills AI技能 5h ago Updated 1h ago 更新于 1小时前 47

Beyond the Chatbot: Understanding SAP's Architecture for Agentic AI 超越聊天机器人:理解 SAP 的 Agentic AI 架构

SAP's enterprise AI strategy shifts from conversational assistants to agentic systems capable of executing multi-step workflows across business processes, not just generating responses The architecture centers on the SAP Business AI Platform with Joule as the orchestration layer, separating intelligence from tools, identity, governance, and business context Two open standards—A2A (agent-to-agent communication) and MCP (model-to-tool connectivity)—enable interoperability across heterogeneous agen 企业AI正从"问答助手"向"执行代理"演进,核心挑战在于协调计算、数据、权限、工具和业务流程的安全执行 SAP提出以Business AI Platform为核心的Agentic AI参考架构,包含Build、Contextualize、Reason、Govern四大支柱 Joule作为编排层实现意图与实现的分离,通过Joule Orchestrator将高层目标转化为可执行的多步骤工作流 A2A(Agent-to-Agent)和MCP(Model Context Protocol)两大开放标准分别解决代理间协作与工具连接问题 Agent Gateway作为集中式集成层处理认证、权限、身份传播

62
Hot 热度
72
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • SAP's enterprise AI strategy shifts from conversational assistants to agentic systems capable of executing multi-step workflows across business processes, not just generating responses
  • The architecture centers on the SAP Business AI Platform with Joule as the orchestration layer, separating intelligence from tools, identity, governance, and business context
  • Two open standards—A2A (agent-to-agent communication) and MCP (model-to-tool connectivity)—enable interoperability across heterogeneous agent frameworks and platforms
  • SAP supports a "Bring Your Own Agent" model, allowing developers to build pro-code agents using frameworks like LangGraph, CrewAI, AG2, and Google ADK within a customer-managed BTP environment
  • The Agent Gateway serves as a centralized integration layer handling authentication, principal propagation, policy enforcement, and tenancy, reflecting distributed systems principles at enterprise scale

Why It Matters

This article outlines a critical architectural evolution in enterprise AI: the transition from information-retrieval chatbots to action-executing agents that participate in real business workflows. For AI practitioners, it demonstrates that building production enterprise agents requires solving distributed systems problems—identity, authorization, observability, and governance—not just prompt engineering. The emphasis on open standards (A2A, MCP) signals that the future enterprise AI stack will be heterogeneous and interoperable, making protocol literacy essential for integration work.

Technical Details

  • Core Architecture: Built around the SAP Business AI Platform with three pillars—Build, Contextualize and Reason, and Govern—recognizing that intelligence alone is insufficient without trustworthy business context, proper permissions, and auditability
  • Joule Ecosystem: Joule Work serves as the user-facing orchestration workspace; Joule Assistants coordinate AI around roles and business processes; Joule Agents handle specific multi-step tasks; the Joule Orchestrator (agent harness) routes requests and loads tools/skills for execution
  • Development Paths: Joule Studio offers both low-code (visual builder) and pro-code (IDE, CLI, MCP-connected coding agent) development flows, following an intent-oriented methodology: intent → requirements → specification → code generation → testing → deployment
  • Agent Framework Support: Pro-code agents can be built with SAP Cloud SDK for AI using Python or TypeScript, supporting LangGraph, AG2, CrewAI, Smolagents, Google ADK, and Pydantic AI, running in customer-managed BTP environments
  • Protocol Architecture: A2A (Agent2Agent) handles inter-agent collaboration and communication; MCP (Model Context Protocol) handles agent-to-tool semantic connectivity; the Agent Gateway provides centralized discovery, authentication, principal propagation, policy enforcement, and tenancy management

Industry Insight

  • Enterprises should prioritize interoperability and open standards over vendor lock-in when building agent ecosystems; the A2A and MCP protocols are becoming foundational infrastructure that will determine which agents and tools can compose into larger workflows
  • The shift from assistant to agent architecture requires organizations to invest in distributed systems capabilities—identity management, authorization frameworks, observability, and governance—rather than treating AI as a simple model integration layer
  • The intent-oriented development methodology represents a paradigm shift for enterprise software engineering: starting from business outcomes and desired capabilities rather than technical implementation details, which may accelerate agent development but requires new skill sets and process changes

TL;DR

  • 企业AI正从"问答助手"向"执行代理"演进,核心挑战在于协调计算、数据、权限、工具和业务流程的安全执行
  • SAP提出以Business AI Platform为核心的Agentic AI参考架构,包含Build、Contextualize、Reason、Govern四大支柱
  • Joule作为编排层实现意图与实现的分离,通过Joule Orchestrator将高层目标转化为可执行的多步骤工作流
  • A2A(Agent-to-Agent)和MCP(Model Context Protocol)两大开放标准分别解决代理间协作与工具连接问题
  • Agent Gateway作为集中式集成层处理认证、权限、身份传播和策略执行,避免各代理重复实现安全逻辑

为什么值得看

这篇文章系统阐述了企业级AI代理的架构演进方向,为从业者理解从"生成内容"到"执行任务"的范式转变提供了清晰的理论框架。SAP的参考架构展示了如何在复杂企业环境中实现安全、可治理的AI代理部署,对正在规划或实施Agentic AI的企业具有直接参考价值。

技术解析

  • 架构演进:传统企业AI采用"请求-检索-生成"的线性架构,而Agentic AI需要处理状态管理、工具调用、权限控制和多步骤决策,架构更接近分布式系统而非聊天机器人
  • SAP Business AI Platform:核心平台整合Build(构建能力)、Contextualize(业务上下文 grounding)、Reason(推理)和Govern(治理)四大功能域,确保AI代理不仅智能而且可靠、可审计
  • Joule编排层:Joule Work作为用户工作空间接收目标意图,Joule Orchestrator作为推理和编排引擎,负责路由请求、加载工具/技能、协调多代理协作,实现"意图-执行"分离
  • 双轨开发模式:Joule Studio提供低代码可视化构建器和基于IDE/CLI的专业代码开发路径,均遵循"意图→需求→规范→代码生成→测试→部署"的方法论
  • 开放标准与互操作性:A2A协议用于代理间通信(如供应链代理委托财务分析),MCP协议用于连接AI系统与工具(如检索库存数据),通过Agent Gateway和MCP Gateway实现跨平台集成
  • BYO Agent模型:支持使用LangGraph、AG2、CrewAI、Google ADK等框架在客户管理的BTP环境中构建代理,通过A2A协议与Joule连接,形成异构AI生态系统

行业启示

  • 企业AI架构需重新定义:从"嵌入式LLM"转向"代理生态系统",架构设计必须将身份、认证、治理、可观测性视为一等公民,而非事后补充
  • 标准化协议将成为基础设施:A2A和MCP等开放协议类似企业IT中的REST API和OAuth,是构建可组合、可互操作的AI生态的前提,企业应优先采用支持这些标准的解决方案
  • 开发范式从实现导向转向意图导向:Agentic AI开发始于"期望达成什么结果"而非"调用哪些API",这要求业务专家更深入参与开发过程,也催生了低代码/意图驱动开发的新机会

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Agent Agent LLM 大模型 RAG 检索增强生成 Deployment 部署 Product Launch 产品发布