paper-with-me

Papers

A Self-Evolving Framework for Efficient Terminal Agents via Observational Context Compression

2026-04-21 · Jincheng Ren, Siwei Wu, Yizhi Li, Kang Zhu, Shu Xu, Boyu Feng, Ruibin Yuan, Wei Zhang, Riza Batista-Navarro, Jian Yang, Chenghua Lin arxiv

As terminal agents scale to long-horizon, multi-turn workflows, a key bottleneck is not merely limited context length, but the accumulation of noisy terminal observations in the interaction history. Retaining raw observations preserves useful environment feedback, but also leads to context saturation and high token cost; conversely, naive compression may discard task-critical signals needed for subsequent actions. Because terminal environments are highly heterogeneous across repositories, commands, and execution states, heuristic-based or fixed-prompt compression methods are difficult to generalize. We propose TACO, a plug-and-play, training-free, self-evolving Terminal Agent Compression framework for existing terminal agents. TACO automatically discovers, refines, and reuses structured compression rules from interaction trajectories, enabling workflow-adaptive filtering of low-value terminal outputs while preserving task-relevant observations. Experiments on TerminalBench (TB 1.0 and TB 2.0) and four additional terminal-related benchmarks, including SWE-Bench Lite, CompileBench, DevEval, and CRUST-Bench, show that TACO consistently improves task performance and token efficiency across agent scaffolds and backbone models. On TerminalBench, TACO yields 1%-4% accuracy gains across strong agentic models and improves accuracy by around 2%-3% under the same token budget. On additional terminal-related benchmarks, it reduces total token consumption while maintaining or improving task success rates. These results suggest that self-evolving, workflow-adaptive observation compression is an effective path toward more reliable and efficient long-horizon terminal agents. The code is publicly available at https://github.com/multimodal-art-projection/TACO.

📄 PDF Abstract BibTeX arXiv:2604.19572

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Socratic-SWE: Self-Evolving Coding Agents via Trace-Derived Agent Skills

2026-06-05 · Chuan Xiao, Zhengbo Jiao, Shaobo Wang, Wei Wang 외 arxiv

LLM-driven software engineering agents have become a central testbed for real-world language-model capability, yet their training remains limited by the availability of high-quality SWE tasks. Existing synthetic data met…

SEAGym: An Evaluation Environment for Self-Evolving LLM Agents

2026-06-16 · Congjie Zheng, Chuanyi Xue, Bin Liang, Jun Yang 외 arxiv

Self-evolving LLM-based agents improve mainly by changing their agent harness: the structured execution layer around a base model, including prompts, memory, tools, middleware, runtime state, and the model-tool interacti…

AgentStream: How Well Do Self-Evolving LLM Agents Perform Under Streaming Tasks?

2026-07-31 · Dong Yan, Jian Liang, Dapeng Hu, Ran He 외 hf

Large language model (LLM) agents can self-evolve by continually improving from their own accumulated experience. However, existing studies predominantly adopt independent evaluation. Consequently, the behavior of self-e…

CODESKILL: Learning Self-Evolving Skills for Coding Agents

2026-05-25 · Yanzhou Li, Yiran Zhang, Xiaoyu Zhang, Xiaoxia Liu 외 arxiv

Coding agents produce rich trajectories while solving software-engineering tasks. To enable agent self-evolution, these trajectories can be distilled into reusable procedural skills that compactly encode experience to gu…

Reinforcement Learning

Group-Evolving Agents: Open-Ended Self-Improvement via Experience Sharing

2026-02-04 · Zhaotian Weng, Antonis Antoniades, Deepak Nathani, Zhen Zhang 외 arxiv

Open-ended self-improving agents can autonomously modify their own structural designs to advance their capabilities and overcome the limits of pre-defined architectures, thus reducing reliance on human intervention. We i…