paper-with-me

Papers

ClawEnvKit: Automatic Environment Generation for Claw-Like Agents

2026-04-20 · Xirui Li, Ming Li, Ion Stoica, Cho-Jui Hsieh, Tianyi Zhou arxiv

Constructing environments for training and evaluating claw-like agents remains a manual, human-intensive process that does not scale. We argue that what is needed is not just a dataset, but an automated pipeline capable of generating diverse, verified environments on demand. To this end, we introduce ClawEnvKit, an autonomous generation pipeline that instantiates this formalism from natural language descriptions. The pipeline comprises three modules: (1) a parser that extracts structured generation parameters from natural language input; (2) a generator that produces the task specification, tool interface, and scoring configuration; and (3) a validator that enforces feasibility, diversity, structural validity, and internal consistency across the generated environments. Using ClawEnvKit, we construct Auto-ClawEval, the first large-scale benchmark for claw-like agents, comprising 1,040 environments across 24 categories. Empirically, Auto-ClawEval matches or exceeds human-curated environments on coherence and clarity at 13,800x lower cost. Evaluated across 4 model families and 8 agent harness frameworks, we find that harness engineering boosts performance by up to 15.7 percentage points over a bare ReAct baseline, completion remains the primary axis of variation with no model saturating the benchmark, and automated generation enables evaluation at a scale previously infeasible. Beyond static benchmarking, ClawEnvKit enables live evaluation: users describe a desired capability in natural language and obtain a verified environment on demand, turning evaluation into a continuous, user-driven process. The same mechanism serves as an on-demand training environment generator, producing task distributions that adapt to an agent's current weaknesses rather than being bounded by existing user logs.

📄 PDF Abstract BibTeX arXiv:2604.18543

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

STAGE-Claw: Automated State-based Agent Benchmarking for Realistic Scenarios

2026-06-09 · Sirui Liang, Bohan Yu, Peiyu Wang, Shiguang Guo 외 arxiv

Large language models are increasingly used to power personal agents for everyday applications, but evaluating these agents remains a challenge. Existing benchmarks still rely on sandboxed artifacts, static task design, …

RealClawBench: Live OpenClaw Benchmarks from Real Developer-Agent Sessions

2026-06-02 · Zongwei Lv, Zhewen Tan, Yaoming Li, Yilun Yao 외 arxiv

Agent benchmarks should reflect what users actually ask deployed agents to do, yet existing benchmarks often miss key realism properties of real developer-agent sessions. We introduce RealClawBench, a live benchmark fram…

CLAW: Learning Continuous Latent Action World Models via Adversarial Latent Regularization

2026-06-02 · Tewodros Ayalew, Matthew Jeung, Samuel Wheeler, Xiao Zhang 외 arxiv

We introduce CLAW, a fully end-to-end self-supervised framework for learning a world model jointly with continuous latent action representations directly from action-free videos. Our approach leverages adversarial latent…

Video Generation

COMFYCLAW: Self-Evolving Skill Harnesses for Image Generation Workflows

2026-07-02 · Zongxia Li, Dawei Liu, Fuxiao Liu, Yuhang Zhou 외 arxiv

Agents are increasingly used to construct workflows and assist humans in completing recurring tasks more efficiently. As these workflows become repeated and domain-specific, agent memory and reusable skills become increa…

Image Generation

OpenClaw-Skill: Collective Skill Tree Search for Agentic Large Language Models

2026-06-15 · Tianyi Lin, Chuanyu Sun, Jingyi Zhang, Changxu Wei 외 arxiv

Equipping Large Language Model (LLM) agents with effective skills is crucial for solving complex tasks in real-world systems like OpenClaw. In this work, we aim to develop a framework that automatically constructs such r…

Reinforcement Learning