菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-16
📄 Abstract - AgileLog: A Forkable Shared Log for Agents on Data Streams

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.

顶级标签: systems agents data
详细标签: shared log data streaming performance isolation forking llm reasoning 或 搜索:

AgileLog:面向数据流上智能体的可分支共享日志 / AgileLog: A Forkable Shared Log for Agents on Data Streams


1️⃣ 一句话总结

这篇论文提出了一种名为AgileLog的新型可分支共享日志系统,它通过允许创建低成本、隔离的数据流分支,专门解决了AI智能体在处理实时数据时可能引发的性能干扰和安全写入问题。

源自 arXiv: 2604.14590