Skip to content

Picrew/LLM-Harness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Agent Harness Engineering: A Survey

Companion page to Agent Harness Engineering: A Survey. The site introduces the ETCLOVG seven-layer taxonomy and points to the public catalog of agent-harness projects maintained at Awesome-Agent-Harness.

What is in this repository

.
├── docs/                 GitHub Pages site
│   ├── index.html        single-page project page
│   ├── assets/
│   │   ├── css/          stylesheet
│   │   └── figs/         figures shared with the paper
│   └── .nojekyll
├── LICENSE
├── README.md
└── .gitignore

The site is deliberately dependency-free: plain HTML and CSS with a small piece of inline JavaScript for the copy-BibTeX button. Any static server can preview it.

Run locally

python3 -m http.server 8080 --directory docs
# or
npx serve docs

Then open http://localhost:8080.

Deploy on GitHub Pages

  1. Push this repository to GitHub.
  2. Open Settings → Pages.
  3. Set Source = Deploy from a branch, Branch = main, Folder = /docs.

Reference template

The page layout follows the conventions of common academic project pages (centered hero, abstract, taxonomy figure, citation block). The visual treatment is hand-rolled rather than templated, but it is in the same spirit as the Nerfies project-page family.

Citation

@misc{li2026agentharness,
  title={Agent Harness Engineering: A Survey},
  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},
  url={https://openreview.net/pdf?id=eONq7FdiHa},
  year={2026}
}

License

The contents of docs/ are released under CC BY-SA 4.0; code in this repository is released under the MIT License.

About

Companion page for A Survey of Harness Engineering: the ETCLOVG seven-layer taxonomy of agent harness engineering, with pointers to a public catalog of open-source projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors