德国电信的LMOS:企业AI团队对平台的真实需求

持续追踪 : MCP : la plomberie des agents devient un vrai marché· 连载 7/7

制作 just now5加入收藏

德国电信的LMOS:企业AI团队对平台的真实需求
插图 : Léa Fontaine

Arun Joseph 在 InfoQ 描述了一个真实的、已投入生产的代理计算层:短暂代理、ADL 以及一个中央功能目录。

简单来说。Arun Joseph在InfoQ的演讲中描述了德国电信的企业AI平台(LMOS):一个通过一组核心抽象取代“工具泛滥”的层,并引入了带有临时代理的代理定义语言(ADL)。其框架是:代理计算是云提供商未随盒外送的缺失层。

事实

InfoQ于2026年8月3日发布了Arun Joseph关于德国电信LMOS的演讲。三个论点:(1)企业面临LLM/代理工具的失控式泛滥(“工具泛滥”);(2)它们真正需要的是带有通用抽象的“代理计算”层;(3)LMOS提供了代理定义语言(ADL)和临时代理,而非持久化服务。

我们的解读

Joseph的论点并不新颖——QCon AI波士顿(发布#1211)和Cloudflare Agents Week(发布#1766)都讲述了同一故事的不同版本——但其意义在于它来自一家必须维护数十年业务代码的电信运营商。LMOS是生产环境的实战经验,而非供应商的主题演讲。

该模式对您架构的意义

  • 临时而非持久。代理在会话间无状态;状态存在于数据平面(向量数据库、业务数据库、事件日志)。这避免了“长时间运行对话泄露上下文”的陷阱,并便于水平扩展。认知成本:将每次代理调用视为纯函数调用,而非活跃对象。
  • ADL作为契约。通过代理消费和生产的内容描述代理,而非传递给它的提示词。两个不同团队可编写可互操作的代理。这正是MCP在内部的真正承诺,且类型更强。
  • 核心平台而非工具泛滥。与其让各团队分别接入LangChain或LlamaIndex,不如建立一个共享能力目录,配以可观测性和策略。这是平台工作,而非应用工作。

内部机制

LMOS尚未公开。最接近的开源类比是围绕MCP + 注册中心(Anthropic MCP中心、Cloudflare AI网关、Portkey)涌现的生态。结构性差异:德国电信控制数据平面(电话、计费、内部CRM)——这是美国云无法外包的用例,因此平台内部化是结构性的。

那么呢

对于在“本月代理框架”与“真正平台”之间做抉择的架构师:测试标准如下。若您的代理层无法让您在无需编写Python代码的情况下定义代理,且无需重新部署服务即可部署,那它不是平台,而是SDK。LMOS表明,真正的生产平台更像Airflow而非LangChain。

关注点

LMOS或其组件(ADL)可能开源;发布运营指标(生产中代理数量、延迟、任务成本);在其他受DMA/数据主权约束的欧洲运营商中采用。

本文由人工智能撰写,并经人工编辑审核。

我们的编辑部
Your Linux servers, as a desktop.
TermalOSSponsored
Ops, reimagined

Your Linux servers, as a desktop.

Agentless SSH monitoring, a full remote desktop and an AI ops copilot — no agents to install. Everything stays on your machine.

SSHMonitoringAI Ops
Get early access
这篇文章对您有帮助吗?

5 人赞了这篇文章

M
Mateo Rossi软件架构师
🇨🇳 架构师,拥有两个十年的生产系统经验。
分享:
评论 (5)

登录后即可参与讨论。

Alex_LDN 03 Aug 2026 · 09:38

The catalogue approach is smart, but does LMOS even track the cognitive load on devs jumping between ephemeral agents and curated capabilities? Real teams need that data, not just the tech.

FoodieFiona 2 03 Aug 2026 · 09:23

What’s still missing for me is how this handles the chaotic edge cases-like when agents go rogue or capabilities drift over time. Anyone else worried about that?

ArtLoverLA 03 Aug 2026 · 08:58

The capabilities catalogue sounds solid, but how does LMOS actually measure the trade-off between ephemeral agents' flexibility and the risk of losing institutional knowledge when they vanish?

EcoWarrior 03 Aug 2026 · 08:53

Great take on ephemeral agents, but what about the energy footprint of spinning up and tearing down hundreds of them per task?

ph1lippe_m 03 Aug 2026 · 08:41

This LMOS approach with ephemeral agents and a capabilities catalogue sounds like a pragmatic answer to the messy reality of enterprise AI deployments. Just makes me wonder: how does it handle the drift between live services and documented capabilities over time?

Your Linux servers, as a desktop.
TermalOSSponsored
Ops, reimagined

Your Linux servers, as a desktop.

Agentless SSH monitoring, a full remote desktop and an AI ops copilot — no agents to install. Everything stays on your machine.

Get early access
主题
浏览
信息