Files
myWiki/concepts/harness-task-mapping.md
2026-07-20 14:14:55 +08:00

34 lines
1.2 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: "脚手架-任务映射 (Harness-Task Mapping)"
created: 2026-07-13
updated: 2026-07-13
type: concept
tags: [agent, harness, task-taxonomy]
sources:
- arxiv:2606.20683
---
# 脚手架-任务映射
## 定义
任务结构决定脚手架六组件中哪些成为性能关键。通过脚手架解剖学的视角,一个任务不是应用标签,而是对**观测、上下文、控制、行动、状态和治理的压力剖面**。
## 任务复杂度层次L1-L4
| 层次 | 描述 | 示例 | 主要瓶颈 |
|------|------|------|----------|
| L1 | 单步 | 搜索、翻译、计算 | C, V |
| L2 | 多步 | 表单填写、代码生成 | I_act, S, V |
| L3 | 长视界 | 仓库级编码、研究 | C, S, L |
| L4 | 开放域 | 监控、自主探索 | V, L |
## 设计含义
长视界、部分可观测、弱反馈、不可逆行动和自主性要求将压力转移到不同的配置选择上下文选择、行动抽象、验证循环、checkpoint、权限门控、升级规则。
## 参考
- [[agent-harness-survey-2026|Agent Harness Survey (2026)]]
- [[cross-layer-interaction|脚手架跨层交互]]
- [[harness-six-components|脚手架六组件模型]]