菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-05
📄 Abstract - RepoLaunch: Automating Build&Test Pipeline of Code Repositories on ANY Language and ANY Platform

Building software repositories typically requires significant manual effort. Recent advances in large language model (LLM) agents have accelerated automation in software engineering (SWE). We introduce RepoLaunch, the first agent capable of automatically resolving dependencies, compiling source code, and extracting test results for repositories across arbitrary programming languages and operating systems. To demonstrate its utility, we further propose a fully automated pipeline for SWE dataset creation, where task design is the only human intervention. RepoLaunch automates the remaining steps, enabling scalable benchmarking and training of coding agents and LLMs. Notably, several works on agentic benchmarking and training have recently adopted RepoLaunch for automated task generation.

顶级标签: llm agents systems
详细标签: software engineering automated testing code compilation dependency resolution dataset creation 或 搜索:

RepoLaunch:在任意语言和任意平台上自动化代码仓库的构建与测试流程 / RepoLaunch: Automating Build&Test Pipeline of Code Repositories on ANY Language and ANY Platform


1️⃣ 一句话总结

这篇论文提出了一个名为RepoLaunch的智能体,它能够自动处理不同编程语言和操作系统的软件项目,完成依赖安装、代码编译和测试运行,从而为自动化创建软件工程数据集和评估AI编程助手提供了强大工具。

源自 arXiv: 2603.05026