Papers › Living-Harness Is an Interactive-Agent Evolver

Living-Harness Is an Interactive-Agent Evolver

29 Jul 2026arXiv:2607.26598added by Syntology

Yuetian Du, Yucheng Wang, He Xu, Jiexu Xu, Shanwen Tan, Bing Zhao, Boyu Yang, Zhijie Xu, Ming Kong, Hu Wei, Jie Liu, Qiang Zhu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Large language model (LLM) agents may recover from a failure within an episode or after a retry, yet the same execution failure can recur in later tasks because post-episode feedback rarely revises the persistent harness that guides future interactions. Static harnesses improve reliability through fixed tools, context, memory, and workflow structures, but remain unchanged after deployment. We propose Living-Harness, a self-evolving agent harness that converts each completed trajectory and its evaluator signals into posterior evidence for bounded harness updates. Guided by a domain-level Evolution-SOP (Standard Operating Procedure), Living-Harness extracts an episode abstraction and structured update evidence, and writes two complementary forms of procedural knowledge: episodic memory that records trigger conditions, failure patterns, and recovery actions, and a state graph that records state nodes, repair edges, and transition rules. The updated harness state is retrieved to guide future interactions, while tools and base context remain frozen, allowing procedural repairs to accumulate across evolution cycles. On eight interactive environments derived from τ²-Bench and MultiWOZ-2.4, Living-Harness improves average Pass@1 over the strongest interactive baseline by 10.07 and 9.91 percentage points, respectively, and supports retrieval-only reuse of the evolved harness state across model backbones. Our code will be made publicly available soon at https://github.com/anotherbricki/Living-Harness.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.26598")

Code

Syntology Ran 17 of 25 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 17 ran with no contract checked.

By repository: found in paper text by Syntology: 25 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

anotherbricki/Living-Harness found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

25 samples harvested; 17 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

17ran
8unverified

Licence: 25 of the 25 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from anotherbricki/Living-Harness. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_evidence_bundle anotherbricki/Living-Harness/src/evolution_pipeline.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · bb57531f8a258dfa · report
build_graph_retrieval_text anotherbricki/Living-Harness/src/retrieval.py found in paper text by Syntology ran no licence file found · pointer only · 8ffc7f309eb6ea97 · report
build_memory_retrieval_text anotherbricki/Living-Harness/src/retrieval.py found in paper text by Syntology ran no licence file found · pointer only · 508e65123668cce2 · report
build_outcome_tag anotherbricki/Living-Harness/src/rewards.py found in paper text by Syntology ran no licence file found · pointer only · 22116ac7a23c1a90 · report
build_system_prompt anotherbricki/Living-Harness/src/context_builder.py found in paper text by Syntology ran no licence file found · pointer only · 00e1eb0956f68905 · report
build_update_context_text anotherbricki/Living-Harness/src/meta_sop.py found in paper text by Syntology ran no licence file found · pointer only · fe3e7e914cf5bd6d · report
extract_posterior_digest anotherbricki/Living-Harness/src/evolution_pipeline.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · bc7b2cfbae5ea7bc · report
infer_task_family anotherbricki/Living-Harness/src/evolve_state.py found in paper text by Syntology ran no licence file found · pointer only · 9a122e3e94f390ab · report
normalize_multiwoz_domains anotherbricki/Living-Harness/src/context_builder.py found in paper text by Syntology ran no licence file found · pointer only · 6cccbce72c07197e · report
parse_float_env anotherbricki/Living-Harness/src/multiwoz_runner.py found in paper text by Syntology ran no licence file found · pointer only · c54ee56e2775e7f8 · report
parse_gpu_list anotherbricki/Living-Harness/src/tau2_runner.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · d70c8bf280a47742 · report
parse_int_env anotherbricki/Living-Harness/src/multiwoz_runner.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 3148f3b1b762c95c · report
parse_str_env anotherbricki/Living-Harness/src/multiwoz_runner.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · d48c71c1e4ee9648 · report
render_trajectory_text anotherbricki/Living-Harness/src/rewards.py found in paper text by Syntology ran no licence file found · pointer only · 7ee6762b72879277 · report
summarize_state_graph anotherbricki/Living-Harness/src/state_graph.py found in paper text by Syntology ran no licence file found · pointer only · ba13bc22a31a1877 · report
task_active_domains anotherbricki/Living-Harness/src/context_builder.py found in paper text by Syntology ran no licence file found · pointer only · ee896b10d027f75b · report
workflow_to_graph_updates anotherbricki/Living-Harness/src/evolution_pipeline.py found in paper text by Syntology ran no licence file found · pointer only · 49f6575e6e48334b · report
apply_backend_llm_args anotherbricki/Living-Harness/src/llm_backend.py found in paper text by Syntology unverified no licence file found · pointer only · af99c64467ff7f78 · report
build_backend_runtime anotherbricki/Living-Harness/src/llm_backend.py found in paper text by Syntology unverified no licence file found · pointer only · 47600e82d4312a03 · report
build_default_memory_snapshot anotherbricki/Living-Harness/src/evolve_state.py found in paper text by Syntology unverified no licence file found · pointer only · 484a407b446a96f9 · report
build_default_state_graph anotherbricki/Living-Harness/src/evolve_state.py found in paper text by Syntology unverified no licence file found · pointer only · 87c031372364f053 · report
completion_with_reasoning_fallback anotherbricki/Living-Harness/src/llm_backend.py found in paper text by Syntology unverified no licence file found · pointer only · f2fbd440f5f1f72e · report
get_git_commit anotherbricki/Living-Harness/src/tau2_runner.py found in paper text by Syntology unverified no licence file found · pointer only · 5ccd7276ca587dda · report
retrieve_memory_entries anotherbricki/Living-Harness/src/retrieval.py found in paper text by Syntology unverified no licence file found · pointer only · 6f78ab5e7f83e03a · report
select_representative_tasks anotherbricki/Living-Harness/src/execution.py found in paper text by Syntology unverified no licence file found · pointer only · e7b71438030cd843 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.26598, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections