paper-with-me

Papers

AgileLog: A Forkable Shared Log for Agents on Data Streams

2026-04-16 · Shreesha G. Bhat, Tony Hong, Michael Noguera, Ramnatthan Alagappan, Aishwarya Ganesan arxiv

In modern data-streaming systems, alongside traditional programs, a new type of entity has emerged that can interact with streaming data: AI agents. Unlike traditional programs, AI agents use LLM reasoning to accomplish high-level tasks specified in natural language over streaming data. Unfortunately, current streaming systems cannot fully support agents: they lack the fundamental mechanisms to avoid the performance interference caused by agentic tasks and to safely handle agentic writes. We argue that the shared log, the core abstraction underlying streaming data, must support creating forks of itself, and that such a forkable shared log serves as a great substrate for agents acting on streaming data. We propose AgileLog, a new shared log abstraction that provides novel forking primitives for agentic use cases. We design Bolt, an implementation of the AgileLog abstraction, that uses novel techniques to make forks cheap, and provide logical and performance isolation.

📄 PDF Abstract BibTeX arXiv:2604.14590

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Log is the Agent: Event-Sourced Reactive Graphs for Auditable, Forkable Agentic Systems

2026-05-21 · Yohei Nakajima arxiv

Most agent frameworks are built around the language model: a conversation loop comes first, then tools, then rules, and finally a logging layer bolted on for observability, with state persisted as retrievable "memory." W…

TClone: Low-Latency Forking of Live GUI Environments for Computer-Use Agents

2026-05-17 · Yutong Huang, Vikranth Srivatsa, Alex Asch, Hansin Tushar Patwa 외 arxiv

Computer-use agents increasingly operate inside live personal workspaces, where their actions can modify files, applications, GUI state, credentials, and authenticated sessions. This creates a tension between safety and …

MA-EgoQA: Question Answering over Egocentric Videos from Multiple Embodied Agents

2026-03-10 · Kangsan Kim, Yanlai Yang, Suji Kim, Woongyeong Yeo 외 arxiv

As embodied models become powerful, humans will collaborate with multiple embodied AI agents at their workplace or home in the future. To ensure better communication between human users and the multi-agent system, it is …

Question Answering

A Conceptual Framework for Externally-influenced Agents: An Assisted Reinforcement Learning Review

2020-07-03 · Adam Bignold, Francisco Cruz, Matthew E. Taylor, Tim Brys 외

A long-term goal of reinforcement learning agents is to be able to perform tasks in complex real-world scenarios. The use of external information is one way of scaling agents to more complex problems. However, there is a…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Population-Scalable Multi-Agent World Modeling

2026-08-09 · Renjie Zhao, Yuxiang Wu, Mingyu Zhang, Jiaxin Li 외 arxiv

World models have recently achieved impressive progress in visual prediction and interactive generation, but extending them to multi-agent environments introduces a fundamental scalability challenge. Existing methods gen…