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

41 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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]]