paper-with-me

홈 › Papers

ClawVM: Harness-Managed Virtual Memory for Stateful Tool-Using LLM Agents

2026-04-11 · Mofasshara Rafique, Laurent Bindschaedler arxiv

Stateful tool-using LLM agents treat the context window as working memory, yet today's agent harnesses manage residency and durability as best-effort, causing recurring failures: lost state after compaction, bypassed flushes on reset, and destructive writeback. We present \textsc{ClawVM}, a virtual memory layer that manages state as typed pages with minimum-fidelity invariants, multi-resolution representations under a token budget, and validated writeback at every lifecycle boundary. Because the harness already assembles prompts, mediates tools, and observes lifecycle events, it is the natural enforcement point; placing the contract there makes residency and durability deterministic and auditable. Across synthetic workloads, 12 real-session traces, and adversarial stress tests, \textsc{ClawVM} eliminates all policy-controllable faults whenever the minimum-fidelity set fits within the token budget, confirmed by an offline oracle, and adds median <50 microseconds of policy-engine overhead per turn.

📄 PDF Abstract BibTeX arXiv:2604.10352

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From Unstructured Recall to Schema-Grounded Memory: Reliable AI Memory via Iterative, Schema-Aware Extraction

2026-04-30 · Alex Petrov, Alexander Gusak, Denis Mukha, Dima Korolev arxiv

Persistent AI memory is often reduced to a retrieval problem: store prior interactions as text, embed them, and ask the model to recover relevant context later. This design is useful for thematic recall, but it is mismat…

Object Detection

Exploring Cross-Scenario Generality of Agentic Memory Systems: Diagnostics and a Strong Baseline

2026-06-03 · Zhikai Chen, Jialiang Gu, Junyu Yin, Xianxuan Long 외 arxiv

LLM agents accumulate histories that outgrow their context windows, motivating a growing literature on memory systems. Yet most existing designs are tuned to a single scenario (multi-session chat or a single trajectory f…

OneDayAgent: Towards a Long-Horizon Harness for Autonomous Agents

2026-08-04 · Jingsheng Zheng, Xinyuan Fang, Jintian Zhang, Zhengke Gui 외 hf

LLM agents are increasingly applied to open-ended everyday requests that span work, study, and life. These tasks are long-horizon, cross-environment, and multimodal, forcing the agent to preserve goals and constraints ac…

Harness-1: Reinforcement Learning for Search Agents with State-Externalizing Harnesses

2026-06-01 · Pengcheng Jiang, Zhiyi Shi, Kelly Hong, Xueqiang Xu 외 arxiv

Search agents are often trained as policies over growing transcripts: the model must decide how to search while also remembering what it has seen, which evidence is useful, which constraints remain open, and which claims…

Reinforcement Learning

FluxEDA: A Unified Execution Infrastructure for Stateful Agentic EDA

2026-03-26 · Zhengrui Chen, Zixuan Song, Yu Li, Qi Sun 외 arxiv

Large language models and autonomous agents are increasingly explored for EDA automation, but many existing integrations still rely on script-level or request-level interactions, which makes it difficult to preserve tool…