Files
myWiki/concepts/agent-frameworks-to-platforms.md
2026-06-01 10:46:01 +08:00

1.4 KiB
Raw Blame History

title, created, updated, type, tags, sources, confidence
title created updated type tags sources confidence
Agent Frameworks to Platforms从 Agent 框架到 Agent 平台) 2026-05-23 2026-05-23 concept
agent
platform
framework
production
ecosystem
raw/papers/agent-harness-engineering-survey-2026.md
medium

From Agent Frameworks to Agent Platforms

生态系统正从 Agent 框架向 Agent 平台转移。框架打包本地抽象,平台加上持久化、身份、计费、可观测性、评估、治理和人类交接。

Frameworks vs Platforms

维度 Frameworks Platforms
范围 本地抽象 持久工作区
核心 Agents, Tools, Memory, Loops 沙箱, 身份, 计费, 可观测性
运营 单次运行 多运行、多用户
关键问题 如何构建 Agent 如何运营一组 Agent

为什么这很重要

长时间运行的 Agent 不再只是调用模型的程序。它们是运营系统,需要:

  • 租户隔离Tenancy
  • 合规性Compliance
  • 故障恢复Fault Recovery
  • 踪迹保留Trace Retention
  • 组织归属Organizational Ownership

核心设计问题从"如何构建 Agent"转变为**"如何运营一组 Agent使其操作随时间保持可检查、可逆"**

相关概念