summerflower2008 ChenLiu1996 commited on
Commit
8682c1f
·
0 Parent(s):

Duplicate from ChenLiu1996/Agent-Harness-Engineering

Browse files

Co-authored-by: Chen Liu <ChenLiu1996@users.noreply.huggingface.co>

Files changed (3) hide show
  1. .gitattributes +61 -0
  2. Agent_Harness_Engineering_Survey.pdf +3 -0
  3. README.md +149 -0
.gitattributes ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.avro filter=lfs diff=lfs merge=lfs -text
4
+ *.bin filter=lfs diff=lfs merge=lfs -text
5
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
6
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
7
+ *.ftz filter=lfs diff=lfs merge=lfs -text
8
+ *.gz filter=lfs diff=lfs merge=lfs -text
9
+ *.h5 filter=lfs diff=lfs merge=lfs -text
10
+ *.joblib filter=lfs diff=lfs merge=lfs -text
11
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
13
+ *.mds filter=lfs diff=lfs merge=lfs -text
14
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
+ *.model filter=lfs diff=lfs merge=lfs -text
16
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
17
+ *.npy filter=lfs diff=lfs merge=lfs -text
18
+ *.npz filter=lfs diff=lfs merge=lfs -text
19
+ *.onnx filter=lfs diff=lfs merge=lfs -text
20
+ *.ot filter=lfs diff=lfs merge=lfs -text
21
+ *.parquet filter=lfs diff=lfs merge=lfs -text
22
+ *.pb filter=lfs diff=lfs merge=lfs -text
23
+ *.pickle filter=lfs diff=lfs merge=lfs -text
24
+ *.pkl filter=lfs diff=lfs merge=lfs -text
25
+ *.pt filter=lfs diff=lfs merge=lfs -text
26
+ *.pth filter=lfs diff=lfs merge=lfs -text
27
+ *.rar filter=lfs diff=lfs merge=lfs -text
28
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
29
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
31
+ *.tar filter=lfs diff=lfs merge=lfs -text
32
+ *.tflite filter=lfs diff=lfs merge=lfs -text
33
+ *.tgz filter=lfs diff=lfs merge=lfs -text
34
+ *.wasm filter=lfs diff=lfs merge=lfs -text
35
+ *.xz filter=lfs diff=lfs merge=lfs -text
36
+ *.zip filter=lfs diff=lfs merge=lfs -text
37
+ *.zst filter=lfs diff=lfs merge=lfs -text
38
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
39
+ # Audio files - uncompressed
40
+ *.pcm filter=lfs diff=lfs merge=lfs -text
41
+ *.sam filter=lfs diff=lfs merge=lfs -text
42
+ *.raw filter=lfs diff=lfs merge=lfs -text
43
+ # Audio files - compressed
44
+ *.aac filter=lfs diff=lfs merge=lfs -text
45
+ *.flac filter=lfs diff=lfs merge=lfs -text
46
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
47
+ *.ogg filter=lfs diff=lfs merge=lfs -text
48
+ *.wav filter=lfs diff=lfs merge=lfs -text
49
+ # Image files - uncompressed
50
+ *.bmp filter=lfs diff=lfs merge=lfs -text
51
+ *.gif filter=lfs diff=lfs merge=lfs -text
52
+ *.png filter=lfs diff=lfs merge=lfs -text
53
+ *.tiff filter=lfs diff=lfs merge=lfs -text
54
+ # Image files - compressed
55
+ *.jpg filter=lfs diff=lfs merge=lfs -text
56
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
57
+ *.webp filter=lfs diff=lfs merge=lfs -text
58
+ # Video files - compressed
59
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
60
+ *.webm filter=lfs diff=lfs merge=lfs -text
61
+ Agent_Harness_Engineering_Survey.pdf filter=lfs diff=lfs merge=lfs -text
Agent_Harness_Engineering_Survey.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae4c5f942128df4103b3108e02fa933e4ab5d7f101fd10c2ff5c9ae7efc388dc
3
+ size 3414331
README.md ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pretty_name: Agent Harness Engineering Survey
6
+ tags:
7
+ - llm-agents
8
+ - agent-harness
9
+ - harness-engineering
10
+ - tool-use
11
+ - orchestration
12
+ - observability
13
+ - evaluation
14
+ - governance
15
+ - survey
16
+ ---
17
+
18
+
19
+ <div align="center">
20
+
21
+ <font size="6">**Agent Harness Engineering: A Survey**</font>
22
+
23
+ ![](https://img.shields.io/badge/Total_Entires:_170+-pink)
24
+ [![Project Page](https://img.shields.io/badge/Project_Page-B9DEF1)](https://picrew.github.io/LLM-Harness/)
25
+ [![PDF](https://img.shields.io/badge/PDF-DADBDD)](https://picrew.github.io/LLM-Harness/main.pdf)
26
+ [![OpenReview PDF](https://img.shields.io/badge/Openreview_PDF-darkred)](https://openreview.net/pdf?id=eONq7FdiHa)
27
+ [![GitHub](https://img.shields.io/github/stars/Picrew/awesome-agent-harness.svg?style=social\&label=Stars)](https://github.com/Picrew/awesome-agent-harness)
28
+ </div>
29
+
30
+
31
+ This dataset hosts the PDF for **Agent Harness Engineering: A Survey**.
32
+
33
+ This release contains only the survey PDF. For the curated resource list, please see the companion [project page](https://picrew.github.io/LLM-Harness/) or [GitHub repository](https://github.com/Picrew/awesome-agent-harness).
34
+
35
+
36
+ ## Abstract
37
+
38
+ **The harness is becoming the binding constraint.** The rapid deployment of large language model agents in production has revealed a recurring pattern: task execution reliability depends less on the underlying model than on the infrastructure layer that wraps it, the agent execution harness.
39
+
40
+ The paper is organized around three central claims:
41
+
42
+ 1. **Harnesses are independent system layers.** Real-world reliability is shaped by execution controls, feedback loops, governance, evaluation, and operational design, not only by model capability.
43
+ 2. **ETCLOVG separates production concerns.** Execution, Tooling, Context, Lifecycle, Observability, Verification, and Governance expose architectural boundaries that earlier frameworks often conflate.
44
+ 3. **A broad ecosystem map reveals gaps.** A systematic mapping of the open-source ecosystem surfaces adoption patterns across sandboxes, protocols, memory systems, orchestrators, observability platforms, benchmarks, and governance stacks.
45
+
46
+
47
+ ## Three Engineering Phases
48
+ Read across 2022–2026, agent engineering has gone through a coherent shift in where the marginal effort lands. The three phases overlap in time and concept; they describe what the field has chosen to engineer, not a clean sequence of replacements.
49
+
50
+ **2022–2024**: Prompt engineering. The primary lever is the input prompt text: instructions, few-shot examples, and reasoning templates, all optimized for a single model call.
51
+
52
+ **2025**: Context engineering. The question shifts from "what is the input?" to "what should the model see at each step?" The scope expands to retrieval, compaction, tool-result ranking, and managing context-window saturation across turns.
53
+
54
+ **2026–**: Harness engineering. As models become capable enough to attempt long-running tasks, the engineering focus expands to the full infrastructure wrapper: execution environment, tool interface, context, lifecycle, observability, verification, and governance.
55
+
56
+ <div align="center">
57
+
58
+ <img src="https://chenliu-1996.github.io/assets/harness_figure_teaser.png" width="70%"/>
59
+ </div>
60
+
61
+
62
+ ## The ETCLOVG Taxonomy
63
+
64
+ We organize the harness into seven layers. The first four describe the structural core of a harness; the last three describe the control plane around it. Compared with earlier six-component frameworks, Observability and Governance appear here as independent layers because, in production deployments, each has its own tooling stack and is owned by a different team.
65
+
66
+ <div align="center">
67
+
68
+ <img src="https://chenliu-1996.github.io/assets/harness_figure_taxonomy.png" width="80%"/>
69
+ </div>
70
+
71
+
72
+ ## Timeline of Agent-Harness Systems
73
+
74
+ The same shift is visible in the systems themselves. The ReAct era of 2022–2023 wrapped a single model loop with a while-loop, a prompt template, and a small tool dispatch table; AutoGPT and BabyAGI exposed the resulting failures, including execution runaway, context blowout, state loss, and unmonitored side effects, as infrastructure problems rather than prompt problems. Tool integration and multi-agent coordination from 2023–2024 added learned tool use (Gorilla, ToolLLM, Toolformer), role-playing organizations (CAMEL, ChatDev, MetaGPT, Mixture-of-Agents), the first agent benchmarks (SWE-bench, AgentBench, WebArena, GAIA), and the beginnings of protocol standardization (MCP, A2A). By 2025–2026 enough deployment experience had accumulated that “harness engineering” began to be named as a discipline of its own, accompanied by automated harness optimization and a wave of results in which only the harness was varied.
75
+
76
+ <div align="center">
77
+
78
+ <img src="https://chenliu-1996.github.io/assets/harness_figure_timeline.png" width="100%"/>
79
+ </div>
80
+
81
+
82
+ ## Mapping Open-Source Projects
83
+
84
+ The counts below reflect primary assignments in the current snapshot.
85
+
86
+ <table>
87
+ <thead>
88
+ <tr>
89
+ <th align="left">Layer</th>
90
+ <th align="left">Scope</th>
91
+ <th align="right">Primary Projects</th>
92
+ </tr>
93
+ </thead>
94
+ <tbody>
95
+ <tr>
96
+ <td><span style="color:#7b61ff;">■</span>&nbsp;&nbsp;<b>E</b></td>
97
+ <td>Execution environment &amp; sandbox</td>
98
+ <td align="right">20</td>
99
+ </tr>
100
+ <tr>
101
+ <td><span style="color:#e9783a;">■</span>&nbsp;&nbsp;<b>T</b></td>
102
+ <td>Tool interface &amp; protocol</td>
103
+ <td align="right">12</td>
104
+ </tr>
105
+ <tr>
106
+ <td><span style="color:#d39b17;">■</span>&nbsp;&nbsp;<b>C</b></td>
107
+ <td>Context &amp; memory management</td>
108
+ <td align="right">9</td>
109
+ </tr>
110
+ <tr>
111
+ <td><span style="color:#3ca35c;">■</span>&nbsp;&nbsp;<b>L</b></td>
112
+ <td>Lifecycle &amp; orchestration</td>
113
+ <td align="right">47</td>
114
+ </tr>
115
+ <tr>
116
+ <td><span style="color:#2a9d8f;">■</span>&nbsp;&nbsp;<b>O</b></td>
117
+ <td>Observability &amp; operations</td>
118
+ <td align="right">15</td>
119
+ </tr>
120
+ <tr>
121
+ <td><span style="color:#9b3f99;">■</span>&nbsp;&nbsp;<b>V</b></td>
122
+ <td>Verification &amp; evaluation</td>
123
+ <td align="right">21</td>
124
+ </tr>
125
+ <tr>
126
+ <td><span style="color:#cf4d4d;">■</span>&nbsp;&nbsp;<b>G</b></td>
127
+ <td>Governance &amp; security</td>
128
+ <td align="right">14</td>
129
+ </tr>
130
+ </tbody>
131
+ </table>
132
+
133
+ ## Looking for more?
134
+
135
+ More information can be found on the [project page](https://picrew.github.io/LLM-Harness/) and the [Github repository](https://github.com/Picrew/awesome-agent-harness).
136
+
137
+
138
+ ## Citation
139
+
140
+ If you use this survey, please cite:
141
+
142
+ ```bibtex
143
+ @misc{li2026agentharness,
144
+ title={Agent Harness Engineering: A Survey},
145
+ author={Li, Junjie and Xiao, Xi and Zhang, Yunbei and Liu, Chen and Zhao, Lin and Liao, Xiaoying and Ji, Yingrui and Wang, Janet and Gu, Jianyang and Ge, Yingqiang and Xu, Weijie and Fang, Xi and Xu, Xiang and Zhao, Tianchen and Kim, Youngeun and Wang, Tianyang and Hamm, Jihun and Krishnaswamy, Smita and Huan, Jun and Reddy, Chandan},
146
+ url={https://openreview.net/pdf?id=eONq7FdiHa},
147
+ year={2026}
148
+ }
149
+ ```