paper-with-me

Papers

SWE-Adept: An LLM-Based Agentic Framework for Deep Codebase Analysis and Structured Issue Resolution

2026-03-01 · Kang He, Kaushik Roy arxiv

Large language models (LLMs) exhibit strong performance on self-contained programming tasks. However, they still struggle with repository-level software engineering (SWE), which demands (1) deep codebase navigation with effective context management for accurate localization, and (2) systematic approaches for iterative, test-driven code modification to resolve issues. To address these challenges, we propose SWE-Adept, an LLM-based two-agent framework where a localization agent identifies issue-relevant code locations and a resolution agent implements the corresponding fixes. For issue localization, we introduce agent-directed depth-first search that selectively traverses code dependencies. This minimizes issue-irrelevant content in the agent's context window and improves localization accuracy. For issue resolution, we employ adaptive planning and structured problem solving. We equip the agent with specialized tools for progress tracking and Git-based version control. These tools interface with a shared working memory that stores code-state checkpoints indexed by execution steps, facilitating precise checkpoint retrieval. This design enables reliable agent-driven version-control operations for systematic issue resolution, including branching to explore alternative solutions and reverting failed edits. Experiments on SWE-Bench Lite and SWE-Bench Pro demonstrate that SWE-Adept consistently outperforms prior approaches in both issue localization and resolution, improving the end-to-end resolve rate by up to 4.3%.

📄 PDF Abstract BibTeX arXiv:2603.01327

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ADEPT: RL-Aligned Agentic Decoding of Emotion via Evidence Probing Tools -- From Consensus Learning to Ambiguity-Driven Emotion Reasoning

2026-02-13 · Esther Sun, Bo-Hao Su, Abinay Reddy Naini, Shinji Watanabe 외 arxiv

Speech Large Language Models (SLLMs) enable high-level emotion reasoning but often produce ungrounded, text-biased judgments without verifiable acoustic evidence. In contrast, self-supervised speech encoders such as WavL…

Emotion Recognition

Agentic Code Reasoning

2026-03-02 · Shubham Ugare, Satish Chandra arxiv

Can LLM agents explore codebases and reason about code semantics without executing the code? We study this capability, which we call agentic code reasoning, and introduce semi-formal reasoning: a structured prompting met…

Question Answering

Agentic Witnessing: Pragmatic and Scalable TEE-Enabled Privacy-Preserving Auditing

2026-04-27 · Antony Rowstron arxiv

Auditing the semantic properties of proprietary data creates a fundamental tension: verification requires transparent access, while proprietary rights demand confidentiality. While Zero-Knowledge Proofs (ZKPs) ensure pri…

Beyond Human-Readable: Rethinking Software Engineering Conventions for the Agentic Development Era

2026-04-08 · Dmytro Ustynov arxiv

For six decades, software engineering principles have been optimized for a single consumer: the human developer. The rise of agentic AI development, where LLM-based agents autonomously read, write, navigate, and debug co…

AUTOGATE: Automated Clock Gating via Toggling-Aware LLM-based RTL Rewriting

2026-06-16 · Yiting Wang, Chenhui Deng, Chia-Tung Ho, Yanqing Zhang 외 arxiv

Fine-grain clock gating (FGCG) is among the most effective techniques for reducing dynamic power, yet current FGCG optimization flows remain largely manual. Recent LLM-based RTL optimization approaches remain limited by …