菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-13
📄 Abstract - SWE-AGILE: A Software Agent Framework for Efficiently Managing Dynamic Reasoning Context

Prior representative ReAct-style approaches in autonomous Software Engineering (SWE) typically lack the explicit System-2 reasoning required for deep analysis and handling complex edge cases. While recent reasoning models demonstrate the potential of extended Chain-of-Thought (CoT), applying them to the multi-turn SWE task creates a fundamental dilemma: retaining full reasoning history leads to context explosion and ``Lost-in-the-Middle'' degradation, while discarding it would force the agent to redundantly re-reason at every step. To address these challenges, we propose SWE-AGILE, a novel software agent framework designed to bridge the gap between reasoning depth, efficiency, and context constraints. SWE-AGILE introduces a Dynamic Reasoning Context strategy, maintaining a ``sliding window'' of detailed reasoning for immediate continuity to prevent redundant re-analyzing, while compressing historical reasoning content into concise Reasoning Digests. Empirically, SWE-AGILE sets a new standard for 7B-8B models on SWE-Bench-Verified using only 2.2k trajectories and 896 tasks. Code is available at this https URL.

顶级标签: agents systems model evaluation
详细标签: software engineering agents reasoning context dynamic context management benchmark performance chain-of-thought 或 搜索:

SWE-AGILE:一种用于高效管理动态推理上下文的软件智能体框架 / SWE-AGILE: A Software Agent Framework for Efficiently Managing Dynamic Reasoning Context


1️⃣ 一句话总结

这篇论文提出了一个名为SWE-AGILE的新型软件智能体框架,它通过一种“动态推理上下文”策略,在保持深度分析能力的同时,巧妙地解决了多轮任务中推理历史过长导致的效率低下和性能下降问题,从而在软件工程任务上取得了优异的性能。

源自 arXiv: 2604.11716