Files
myWiki/concepts/etclovg-taxonomy.md
2026-06-01 10:46:01 +08:00

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