π€ AI Summary
This work addresses the scarcity of scalable, environment-intensive command-line interface (CLI) tasks, which hinders effective training of agents in interactive runtime environments. The authors propose the first end-to-end framework for automatically generating CLI repair tasks: by leveraging agent exploration histories and execution feedback, the system retroactively constructs erroneous initial states from known healthy states. Integrating Dockerfile analogies, environment state tracking, and trajectory collection techniques, the framework autonomously synthesizes realistic repair tasks. It produces 1,655 such tasksβthe largest dataset of its kind to date. Fine-tuning the LiberCoder model on this dataset yields a 46.1% accuracy on Terminal-Bench, representing an absolute improvement of 21.1% and significantly advancing the capability to train environment-interactive agents.
π Abstract
Agentic coding requires agents to effectively interact with runtime environments, e.g., command line interfaces (CLI), so as to complete tasks like resolving dependency issues, fixing system problems, etc. But it remains underexplored how such environment-intensive tasks can be obtained at scale to enhance agents'capabilities. To address this, based on an analogy between the Dockerfile and the agentic task, we propose to employ agents to simulate and explore environment histories, guided by execution feedback. By tracing histories of a healthy environment, its state can be inverted to an earlier one with runtime failures, from which a task can be derived by packing the buggy state and the corresponding error messages. With our method, named CLI-Gym, a total of 1,655 environment-intensive tasks are derived, being the largest collection of its kind. Moreover, with curated successful trajectories, our fine-tuned model, named LiberCoder, achieves substantial absolute improvements of +21.1% (to 46.1%) on Terminal-Bench, outperforming various strong baselines. To our knowledge, this is the first public pipeline for scalable derivation of environment-intensive tasks.