title, created, updated, type, tags, sources, confidence
| title |
created |
updated |
type |
tags |
sources |
confidence |
| ETCLOVG 七层分类法 |
2026-05-23 |
2026-05-23 |
concept |
| agent |
| taxonomy |
| infrastructure |
| harness |
|
| raw/papers/agent-harness-engineering-survey-2026.md |
|
high |
ETCLOVG 七层分类法
Agent Harness Engineering 的核心分类体系,将 Agent 基础设施拆分为七个独立且相互耦合的架构层。
七层结构
| 层 |
缩写 |
核心职责 |
| Execution |
E |
Agent 代码在哪里运行、受什么沙箱约束 |
| Tooling |
T |
外部能力如何描述、发现和调用 |
| Context |
C |
模型能看到什么(短/中/长期视野) |
| Lifecycle |
L |
控制流组织(单Agent→多Agent→全流水线) |
| Observability |
O |
捕获追踪、成本、故障和可靠性信号 |
| Verification |
V |
将任务和追踪转化为评估、失败归因和回归反馈 |
| Governance |
G |
通过权限、身份、策略、加固、审计和人类监督约束行为 |
两个关键设计选择
- Observability(O)独立成层:生产环境中可观测性有专属工具生态(Langfuse, Arize Phoenix, OpenLLMetry)和独立工程实践
- Governance(G)作为一等公民:覆盖模型级(护栏)、系统级(网关、代理、权限模型)和组织级(审计、合规)三个子层
与之前框架的区别
此前的框架通常将 O 和 G 作为 Lifecycle Hook 的副作用,ETCLOVG 将其提升为独立架构关注点。
相关概念