paper-with-me

Papers

BootstrapAgent: Distilling Repository Setup into Reusable Agent Knowledge

2026-05-15 · Sihan Fu, Oucheng Liu, Shiyuan Wang, Jin Shi, Chengkun Wei arxiv

Code agents increasingly help developers work with unfamiliar repositories, but every such task depends on a costly prerequisite: bootstrapping the repository into a usable development state. This process requires substantial trial-and-error exploration, yet the resulting knowledge--resolved dependencies, repair strategies--stays trapped in a single conversation, unavailable to future agents. We therefore formulate repository bootstrapping as a reusable startup knowledge problem and introduce BootstrapAgent, a multi-agent framework that distills the heuristics discovered during bootstrap exploration into a persistent, verifiable, agent-consumable .bootstrap contract. Through evidence extraction, structured planning, deterministic Docker-based verification, and trace-driven repair, BootstrapAgent generates a contract covering environment setup, diagnostic checks, minimal verification, and accumulated repair knowledge. We further propose warm repair with clean replay to accelerate iterative debugging without sacrificing cold-start reproducibility, and a delta repair with sanity check to prevent reward hacking. Experiments on three benchmarks show that BootstrapAgent achieves a 92.9% success rate, outperforming the baseline by over 10% while reducing downstream agent token usage by 25.9% and build time by 22.3%. Our code is available at https://github.com/Vossera/BootstrapAgent.

📄 PDF Abstract BibTeX arXiv:2605.15815

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SkillForge: Self-Distilling Agents for Project-Specific Issue Resolution

2026-08-19 · Silin Chen, Han Li, Xiaodong Gu, Yuling Shi 외 arxiv

Large language model (LLM) based agents have demonstrated remarkable proficiency in automated software issue resolution, yet they often struggle to resolve issues in a specific repository because they lack project-specif…

Hierarchical Embedding Fusion for Retrieval-Augmented Code Generation

2026-02-04 · Nikita Sorokin, Ivan Sedykh, Valentin Malykh arxiv

Retrieval-augmented code generation often conditions the decoder on large retrieved code snippets. This ties online inference cost to repository size and introduces noise from long contexts. We present Hierarchical Embed…

Code GenerationCode Completion

SkillFab: An Agent-Native Skill Production Platform

2026-07-04 · Anjie Xu, Yifeng Cai, Yi Li, Zixing Wang 외 arxiv

SkillFab is an agent-native platform for turning missing capabilities into reviewed, reusable Agent Skills. At runtime, agents first search for reusable skills; when no adequate skill exists, the unmet capability becomes…

SetupX: Can LLM Agents Learn from Past Failures in Functionality-Correct Code Repository Setup?

2026-05-25 · Zihang Zhou, Ziqian Ren, Yukai Wu, Yingjie Xiong 외 arxiv

Functionality-correct repository setup aims to configure execution environments (e.g., dependencies, build scripts) to successfully execute a repository's documented features. It presents significant challenges due to di…

SKILL-DISCO: Distilling and Compiling Agent Traces into Reusable Procedural Skills

2026-06-25 · Zhongxin Guo, Danrui Qi, Hanwen Gu, Peng Cheng 외 arxiv

Agents often repeatedly solve similar task instances from scratch, leading to unnecessary reasoning cost and long execution traces. Prior work has explored workflow reuse and executable skill induction, but it remains un…