--- title: "Agent Frameworks to Platforms(从 Agent 框架到 Agent 平台)" created: 2026-05-23 updated: 2026-05-23 type: concept tags: [agent, platform, framework, production, ecosystem] sources: [raw/papers/agent-harness-engineering-survey-2026.md] confidence: 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,使其操作随时间保持可检查、可逆?"** ## 相关概念 - [[lifecycle-orchestration]] - [[agent-harness-engineering]] - [[governance-security]] - [[agent-harness-engineering-survey]]