PulseAugur
实时 07:38:30

新研究解决多智能体系统和 LLM 代理效率问题

近期研究探索了管理和改进多智能体系统 (MAS) 和 LLM 代理的先进技术。论文介绍了 CHRONOS 等框架,用于数据市场中的时间感知协调,以及 MAS-Orchestra,用于整体代理编排和基准测试。其他工作侧重于使用 OpenSkillEval 评估 LLM 代理技能,使用 TwinRouterBench 优化路由,以及使用 PushBench 确保目标持久性。此外,S-BusGraphFlow 解决了高效 LLM 代理服务的状态协调和工作流管理,而因果过去逻辑为分布式代理工作流提供了运行时验证。 AI

影响 这些论文引入了新的框架和基准,用于提高多智能体和基于 LLM 的系统的效率、协调和评估。

排序理由 该集群包含多篇 arXiv 论文,详细介绍了人工智能领域的新研究,重点关注多智能体系统和 LLM 代理。

在 arXiv cs.MA (Multiagent) 阅读 →

AI 生成摘要 · Google Gemini · 来自 69 个来源。 我们如何撰写摘要 →

新研究解决多智能体系统和 LLM 代理效率问题

报道来源 [69]

  1. arXiv cs.AI TIER_1 English(EN) · Ya-Ting Yang, Quanyan Zhu ·

    Toward Reliable Design of LLM-Enabled Agentic Workflows: Optimizing Latency-Reliability-Cost Tradeoffs

    arXiv:2605.23929v1 Announce Type: new Abstract: Modern AI systems increasingly rely on workflows composed of multiple interacting agents, some powered by large language models (LLMs) and others by conventional computational modules. This paper analyzes the fundamental tradeoffs b…

  2. arXiv cs.LG TIER_1 English(EN) · Ariel Fogel, Omer Hofman, Eilon Cohen, Roman Vainshtein ·

    Inference-Time Backdoors via Chat Templates: From LLM Supply Chains to Agentic System Compromise

    arXiv:2602.04653v4 Announce Type: replace-cross Abstract: Open-weight language models are increasingly used in production settings, raising new security challenges. One prominent threat is backdoor attacks, in which adversaries embed hidden behaviors that activate under specific …

  3. arXiv cs.CL TIER_1 English(EN) · Daren Wang, Hong Xu, Jiawen Xian ·

    PolyGnosis 2.0: Enhancing LLM Reasoning via Agentic Harness Engineering for Polymarket and OSINT Insight Extraction

    arXiv:2605.25958v1 Announce Type: new Abstract: This paper introduces PolyGnosis 2.0, a pioneering multi-agent architecture designed to extract predictive intelligence by synthesizing Polymarket anomaly signals with global Open Source Intelligence (OSINT) streams, specifically Gl…

  4. arXiv cs.CL TIER_1 English(EN) · Tianda Sun, Dimitar Kazakov ·

    Tool-Call Dependency Structure is Linearly Decodable in LLM Agent Residual Streams

    arXiv:2605.25310v1 Announce Type: new Abstract: Tool-using LLM agents produce trajectories whose calls form a directed dependency graph: earlier tool outputs supply arguments to later calls. Whether this execution structure is represented inside the model is unknown; prior struct…

  5. arXiv cs.CL TIER_1 English(EN) · Yihao Hu, Zhihao Wen, Xiujin Liu, Pan Wang, Xin Zhang, Wei Wu ·

    SEAL: Synergistic Co-Evolution of Agents and Learning Environments

    arXiv:2605.24426v1 Announce Type: new Abstract: Large Language Model (LLM) agents are increasingly improved through interaction, yet most self-evolution methods adapt either the policy or the learning environment in isolation. We identify this structural gap as \emph{Agent-Enviro…

  6. arXiv cs.AI TIER_1 English(EN) · Dixi Yao, Tahseen Rabbani, Manzil Zaheer, Tian Li ·

    Federation over Text: Insight Sharing for Multi-Agent Reasoning

    arXiv:2604.16778v2 Announce Type: replace-cross Abstract: We propose a federated learning-like framework, Federation over Text (FoT), that enables multiple clients solving different tasks to collectively generate a shared library of metacognitive insights by iteratively federatin…

  7. arXiv cs.AI TIER_1 English(EN) · Haibo Jin, Peng Kuang, Ye Yu, Xiaopeng Yuan, Haohan Wang ·

    Agent Primitives: Reusable Latent Building Blocks for Multi-Agent Systems

    arXiv:2602.03695v2 Announce Type: replace-cross Abstract: While existing multi-agent systems (MAS) can handle complex problems by enabling collaboration among multiple agents, they are often highly task-specific, relying on manually crafted agent roles and interaction prompts, wh…

  8. arXiv cs.AI TIER_1 English(EN) · Simon Yu, Derek Chong, Ananjan Nandi, Dilara Soylu, Jiuding Sun, Christopher D Manning, Weiyan Shi ·

    Shepherd: A Runtime Substrate Empowering Meta-Agents with a Formalized Execution Trace

    arXiv:2605.10913v2 Announce Type: replace Abstract: As LLM agent systems take on more complex tasks, they increasingly rely on meta-agents: higher-order agents that operate on other agents, much as managers supervise employees. Whatever a meta-agent does: coordinating agents, hal…

  9. arXiv cs.AI TIER_1 English(EN) · Yidong He, Yutao Lai, Pengxu Yang, Jiarui Gan, Jiexin Wang, Yi Cai, Mengchen Zhao ·

    Strat-Reasoner: Reinforcing Strategic Reasoning of LLMs in Multi-Agent Games

    arXiv:2605.04906v2 Announce Type: replace Abstract: While Large Language Models (LLMs) excel in certain reasoning tasks, they struggle in multi-agent games where the final outcome depends on the joint strategies of all agents. In multi-agent games, the non-stationarity of other a…

  10. arXiv cs.AI TIER_1 English(EN) · Yijuan Liang, Xinghao Chen, Yifan Ge, Ziyi Wu, Hao Wu, Changyu Zeng, Wei Xing, Xiaoyu Shen ·

    UniToolCall: Unifying Tool-Use Representation, Data, and Evaluation for LLM Agents

    arXiv:2604.11557v2 Announce Type: replace Abstract: Tool-use capability is a fundamental component of LLM agents, enabling them to interact with external systems through structured function calls. However, existing research exhibits inconsistent interaction representations, large…

  11. arXiv cs.AI TIER_1 English(EN) · Songjun Tu, Chengdong Xu, Qichao Zhang, Yaocheng Zhang, Xiangyuan Lan, Linjing Li, Dong Li, Dongbin Zhao ·

    Dynamic Dual-Granularity Skill Bank for Agentic RL

    arXiv:2603.28716v2 Announce Type: replace Abstract: Agentic RL can benefit substantially from reusable experience, yet existing skill-based methods mainly extract trajectory-level guidance and often lack principled mechanisms for maintaining an evolving skill memory. We propose D…

  12. arXiv cs.AI TIER_1 Italiano(IT) · Yinyi Luo, Yiqiao Jin, Weichen Yu, Mengqi Zhang, Srijan Kumar, Xiaoxiao Li, Weijie Xu, Xin Chen, Jindong Wang ·

    AgentArk: Distilling Multi-Agent Intelligence into a Single LLM Agent

    arXiv:2602.03955v3 Announce Type: replace Abstract: While large language model (LLM) multi-agent systems achieve superior reasoning performance through iterative debate, practical deployment is limited by their high computational cost and error propagation. This paper proposes Ag…

  13. arXiv cs.AI TIER_1 English(EN) · Zoran Milosevic, Fethi Rabhi ·

    Architecting Agentic Communities using Design Patterns

    arXiv:2601.03624v3 Announce Type: replace Abstract: The rapid evolution of Large Language Models (LLM) and subsequent Agentic AI technologies requires systematic architectural guidance for building sophisticated, production-grade systems. This paper presents an approach for archi…

  14. arXiv cs.AI TIER_1 English(EN) · Tatiana Petrova (SEDAN SnT, University of Luxembourg, Luxembourg, Luxembourg), Boris Bliznioukov (SEDAN SnT, University of Luxembourg, Luxembourg, Luxembourg), Aleksandr Puzikov (SEDAN SnT, University of Luxembourg, Luxembourg, Luxembourg), Radu State (S… ·

    From Multi-Agent Systems and the Semantic Web to Agentic AI: A Unified Narrative of the Web of Agents

    arXiv:2507.10644v4 Announce Type: replace Abstract: The Web of Agents (WoA) transforms the document-centric Web into an environment of autonomous agents acting on users' behalf, a vision newly tractable as large language models (LLMs) mature. We argue that across three decades th…

  15. arXiv cs.AI TIER_1 English(EN) · Wei Fan, Yining Zhou, Mufan Zhang, Yanbing Weng, Yiran HU, Tianshi Zheng, Baixuan Xu, Chunyang Li, Jianhui Yang, Haoran Li, Yangqiu Song ·

    Can LLMs Time Travel? Enhancing Temporal Consistency in Legal Agentic Search through Reinforcement Learning

    arXiv:2605.25920v1 Announce Type: cross Abstract: While large language models (LLMs) augmented with agentic search capabilities show promise for legal reasoning, they overlook a fundamental constraint that applicable law must match the temporal context of each case, as retroactiv…

  16. arXiv cs.AI TIER_1 English(EN) · Haoran Li, Shulun Chen, Shaoyuan Sun, Hanchen Wang ·

    Multi-Agent Coordination Adaptation via Structure-Guided Orchestration

    arXiv:2605.25746v1 Announce Type: cross Abstract: As large language model (LLM)-based multi-agent systems scale to handle increasingly complex tasks, balancing structural stability and dynamic adaptability becomes increasingly challenging. Existing systems typically adopt either …

  17. arXiv cs.AI TIER_1 English(EN) · Akash Bonagiri, Devang Borkar, Gerard Janno Anderias, Setareh Rafatirad, Houman Homayoun ·

    CausalFlow: Causal Attribution and Counterfactual Repair for LLM Agent Failures

    arXiv:2605.25338v1 Announce Type: cross Abstract: Large language model (LLM) agents frequently fail on multi-step tasks involving reasoning, tool use, and environment interaction. While such failures are typically logged or retried heuristically, they contain structured signals a…

  18. arXiv cs.AI TIER_1 English(EN) · Alin-Gabriel V\u{a}duva, Anca-Ioana Andreescu, Simona-Vasilica Oprea, Adela B\^ara ·

    Code2UML: Agentic LLMs with context engineering for scalable software visualization

    arXiv:2605.24453v1 Announce Type: cross Abstract: Large Language Model (LLM)-based code analysis tools are adopted to automate software documentation tasks. However, the scalability of these approaches to real codebases, where Intermediate Representations (IR) exceed LLM context …

  19. arXiv cs.AI TIER_1 English(EN) · Nesreen K. Ahmed, Nima Nafisi ·

    Agent-ToM: Learning to Monitor Autonomous LLM Agents via Theory-of-Mind Reasoning

    arXiv:2605.24216v1 Announce Type: cross Abstract: Monitoring autonomous large language model (LLM) agents for covert malicious behavior is challenging due to delayed, context-dependent, and long-horizon attack patterns. Agents may pursue hidden objectives while maintaining superf…

  20. arXiv cs.AI TIER_1 English(EN) · Darek Kleczek, Fuheng Zhao, Alexander W. Lee, Julien Tissier, Pawel Liskowski, Ugur Cetintemel, Anupam Datta ·

    AvalancheBench: Evaluating Enterprise Data Agents Through Latent World Recovery

    arXiv:2605.24183v1 Announce Type: cross Abstract: We introduce AvalancheBench, a benchmark for evaluating enterprise data agents through \emph{latent world recovery}. AvalancheBench improves on existing benchmarks in three ways. First, it evaluates analytical understanding rather…

  21. arXiv cs.AI TIER_1 English(EN) · Inseo Jung, Yoonseok Oh, Kyungryul Back, Jinkyu Kim, Jungbeom Lee ·

    SODE: Analyzing Social Dynamics in LLM Agents

    arXiv:2605.23949v1 Announce Type: cross Abstract: As Large Language Models (LLMs) evolve into interactive agents, understanding their behavioral alignment within human social dynamics becomes essential. While behavioral game theory offers a framework to study these interactions, …

  22. arXiv cs.AI TIER_1 English(EN) · Nikos Pagonas, Matthew Lou, Tianyi Peng, Dan Rubenstein, Kostis Kaffes ·

    VineLM: Trie-Based Fine-Grained Control for Agentic Workflows

    arXiv:2605.23914v1 Announce Type: cross Abstract: Agentic workflows interleave configurable LLM stages with tool stages and often include retries or refinement loops. Existing workflow managers profile full workflow configurations offline and assign each request a static workflow…

  23. arXiv cs.AI TIER_1 English(EN) · Qiming Ye, Peixain Zhang, Yupeng He, Zifan Peng, Gareth Tyson ·

    Behind EvoMap: Characterizing a Self-Evolving Agent-to-Agent Collaboration Network

    arXiv:2605.25815v1 Announce Type: new Abstract: Agent-to-Agent (A2A) networks enable autonomous AI agents to collaborate by sharing reusable problem-solving instructions. However, how these decentralized ecosystems operate in practice remains largely unexplored. We present the fi…

  24. arXiv cs.AI TIER_1 English(EN) · Andy Xu, Yu-Wing Tai ·

    Meta-Agent: From Task Descriptions to Verified Multi-Agent Systems

    arXiv:2605.25233v1 Announce Type: new Abstract: AI agents are increasingly used to solve complex, multi-step tasks, but existing multi-agent frameworks remain brittle as workflows grow in scale and depth. Small errors at intermediate stages can propagate through agent interaction…

  25. arXiv cs.AI TIER_1 English(EN) · Yi Li, Songtao Wei, Dongming Jiang, Zhichun Guo, Qiannan Li, Bingzhe Li ·

    DarkForest: Less Talk, Higher Accuracy for Multi-Agent LLMs

    arXiv:2605.25188v1 Announce Type: new Abstract: Multi-agent LLM systems improve reasoning by combining outputs from multiple agents, but interaction-heavy methods can introduce error propagation and high communication overhead. When agents exchange raw responses or reasoning trac…

  26. arXiv cs.AI TIER_1 English(EN) · Yilei Zhang ·

    Agent Manufacturing: Foundation-Model Agents as First-Class Industrial Entities

    arXiv:2605.24823v1 Announce Type: new Abstract: Manufacturing has passed through four widely recognized paradigms - mechanization, electrification, programmable automation, and Smart Manufacturing - each defined by the kind of work it shifted from humans to machines. In every cas…

  27. arXiv cs.AI TIER_1 English(EN) · Sasank Annapureddy ·

    PRIMA: Operational Patterns for Resilient Multi-Agent Research with Verifiable Identity and Convergent Feedback

    arXiv:2605.24775v1 Announce Type: new Abstract: Operating LLMs as coordinated multi-agent research systems over multi-hour runs surfaces failure modes that single-shot evaluation cannot: upstream providers throttle without warning, sub-agents drift the task to fit accessible tool…

  28. arXiv cs.AI TIER_1 English(EN) · Zhimin Lin, Kun Cheng, Fan Bai, Jie Gao ·

    Agent-as-Peer-Debriefer: A Multi-Agent Framework with Perspective-Based Refinement for Qualitative Analysis

    arXiv:2605.24600v1 Announce Type: new Abstract: Large language models (LLMs) are increasingly used for qualitative data analysis (QDA), yet their outputs often miss the depth and nuance of human analysis. We argue this gap reflects a missing credibility practice from human QDA: p…

  29. arXiv cs.AI TIER_1 English(EN) · Yuxin Zhang, Mengxue Hu, Zheng Lin, Xiaoyi Fan, Fan Xie, Zihan Fang, Jing Yang, Wenjun Zhu, Zhiwen Chen, Chengfei Lv, Zhe Chen ·

    Hera: Learning Long-Horizon Coordination for Device-Cloud Collaborative LLM Agents

    arXiv:2605.24598v1 Announce Type: new Abstract: Large language model (LLM) agents excel at solving complex long-horizon tasks through autonomous interaction with environments. However, their real-world deployment faces a fundamental device--cloud dilemma: on-device models are eff…

  30. arXiv cs.AI TIER_1 English(EN) · Yuyang Hu, Hongjin Qian, Shuting Wang, Jiongnan Liu, Tong Zhao, Xiaoxi Li, Zheng Liu, Zhicheng Dou ·

    AgentFugue: Agent Scaling for Long-Horizon Tasks through Collective Reasoning

    arXiv:2605.24486v1 Announce Type: new Abstract: Recent progress on long-horizon agentic tasks has been driven largely by scaling up individual agents through stronger models, better tools, and more effective scaffolding. In contrast, much less is understood about scaling out: whe…

  31. arXiv cs.AI TIER_1 English(EN) · Harshada Badave, Santosh Borse, Andrea Gomez, Harshitha Narahari, Sara Carter, Vishwa Bhatt, Aishani Rachakonda, Shuxin Lin, Dhaval Patel ·

    Beyond Final Answers: Auditing Trajectory-Level Hallucinations in Multi-Agent Industrial Workflows

    arXiv:2605.24219v1 Announce Type: new Abstract: Large Language Models (LLMs) are increasingly deployed as autonomous agents that reason, use tools, and act over multiple steps. Yet most hallucination benchmarks still evaluate only the final output, missing failures that originate…

  32. arXiv cs.AI TIER_1 English(EN) · Yifan Zeng, Yiran Wu, Yaolun Zhang, Wentian Zhao, Kun Wan, Qingyun Wu, Huazheng Wang ·

    When Does Multi-Agent RL Improve LLM Workflows? Workflow, Scale, and Policy-Sharing Tradeoffs

    arXiv:2605.24202v1 Announce Type: new Abstract: Multi-agent LLM workflows route inference through specialized roles to lift end-task accuracy, but jointly training those roles with reinforcement learning is unstable in ways that are poorly understood. We study when end-to-end RL …

  33. arXiv cs.AI TIER_1 English(EN) · Wenqian Ye, Bo Yuan, Zhichao Xu, Yijun Tian, Yawei Wang, Henry Kautz, Aidong Zhang ·

    A Sober Look at Agentic Misalignment in Automated Workflows

    arXiv:2605.24197v1 Announce Type: new Abstract: We study a class of emergent misalignment in multi-agent systems (MAS), with a focus on automated workflows, which we refer to agentic misalignment. Although these systems can solve complex tasks, they often fail because agents act …

  34. arXiv cs.AI TIER_1 English(EN) · Yangqiu Song ·

    Can LLMs Time Travel? Enhancing Temporal Consistency in Legal Agentic Search through Reinforcement Learning

    While large language models (LLMs) augmented with agentic search capabilities show promise for legal reasoning, they overlook a fundamental constraint that applicable law must match the temporal context of each case, as retroactive application of statutes violates core legal prin…

  35. arXiv cs.AI TIER_1 English(EN) · Gareth Tyson ·

    Behind EvoMap: Characterizing a Self-Evolving Agent-to-Agent Collaboration Network

    Agent-to-Agent (A2A) networks enable autonomous AI agents to collaborate by sharing reusable problem-solving instructions. However, how these decentralized ecosystems operate in practice remains largely unexplored. We present the first large-scale empirical study of EvoMap, a pro…

  36. arXiv cs.AI TIER_1 English(EN) · Hanchen Wang ·

    Multi-Agent Coordination Adaptation via Structure-Guided Orchestration

    As large language model (LLM)-based multi-agent systems scale to handle increasingly complex tasks, balancing structural stability and dynamic adaptability becomes increasingly challenging. Existing systems typically adopt either structure-centric methods, committing to structure…

  37. arXiv cs.AI TIER_1 English(EN) · Joydeep Chandra ·

    CHRONOS: Temporally-Aware Multi-Agent Coordination for Evolving Data Marketplaces

    arXiv:2605.23887v1 Announce Type: cross Abstract: Temporal knowledge-graph data marketplaces face three coupled failures in static designs: stale hybrid index shortcuts reduce recall as edges evolve, stationary Shapley pricing misattributes value after distribution shifts, and un…

  38. arXiv cs.AI TIER_1 English(EN) · Zixuan Ke, Yifei Ming, Austin Xu, Ryan Chin, Xuan-Phi Nguyen, Prathyusha Jwalapuram, Jiayu Wang, Semih Yavuz, Caiming Xiong, Shafiq Joty ·

    MAS-Orchestra: Understanding and Improving Multi-Agent Reasoning Through Holistic Orchestration and Controlled Benchmarks

    arXiv:2601.14652v5 Announce Type: replace Abstract: While multi-agent systems (MAS) promise elevated intelligence through coordination of agents, current approaches to automatic MAS design under-deliver. Such shortcomings stem from two key factors: (1) methodological complexity -…

  39. arXiv cs.AI TIER_1 English(EN) · Musa Cim, Burak Topcu, Chita Das, Mahmut Taylan Kandemir ·

    Parallel Context Compaction for Long-Horizon LLM Agent Serving

    arXiv:2605.23296v1 Announce Type: new Abstract: Long-horizon LLM agents accumulate growing conversation histories that eventually exceed the model's context window. Context compaction via LLM-based summarization keeps the conversation bounded, but summarization is inherently loss…

  40. arXiv cs.AI TIER_1 English(EN) · Sajjad Khan ·

    S-Bus: Automatic Read-Set Reconstruction for Multi-Agent LLM State Coordination

    arXiv:2605.17076v2 Announce Type: replace-cross Abstract: We address concurrency control for LLM agents sharing mutable state over HTTP, where agents cannot be modified to declare read sets. S-Bus is an HTTP middleware whose central mechanism, a server-side DeliveryLog, reconstru…

  41. arXiv cs.AI TIER_1 English(EN) · Pei Yang, Wanyi Chen, Tongyun Yang, Pengbin Feng, Jiarong Xing, Wentao Guo, Yuhang Yao, Yuhang Han, Hanchen Li, Xu Wang, Zeyu Wang, Jie Xiao, Anjie Yang, Liang Tian, Lynn Ai, Eric Yang, Tianyu Shi ·

    TwinRouterBench: Fast Static and Live Dynamic Evaluation for Realistic Agentic LLM Routing

    arXiv:2605.18859v2 Announce Type: replace-cross Abstract: LLM routing matters most in long-horizon applications such as coding agents, deep research systems, and computer-use agents, where a single user request triggers many model calls. Routing each call to the cheapest sufficie…

  42. arXiv cs.LG TIER_1 English(EN) · Yuandao Cai, Yuzhang Zhu, Liyou Gao, Wensheng Tang, Shengchao Qin ·

    Push Your Agent: Measuring and Enforcing Quantitative Goal Persistence in Long-Horizon LLM Agents

    arXiv:2605.23574v1 Announce Type: new Abstract: Long-horizon language agents can make many plausible local tool calls yet fail to persist until a requested count is actually complete. We study this gap as Quantitative Goal Persistence (QGP): whether an agent keeps working until a…

  43. arXiv cs.CL TIER_1 English(EN) · Jiahao Ying, Boxian Ai, Wei Tang, Siyuan Liu, Yixin Cao ·

    OpenSkillEval: Automatically Auditing the Open Skill Ecosystem for LLM Agents

    arXiv:2605.23657v1 Announce Type: new Abstract: Skills, i.e., structured workflow instructions distilled for large language models (LLMs), are becoming an increasingly important mechanism for improving agent performance on real-world downstream tasks. However, as the open-source …

  44. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Joydeep Chandra ·

    CHRONOS: Temporally-Aware Multi-Agent Coordination for Evolving Data Marketplaces

    Temporal knowledge-graph data marketplaces face three coupled failures in static designs: stale hybrid index shortcuts reduce recall as edges evolve, stationary Shapley pricing misattributes value after distribution shifts, and uncoordinated agents over-consume a shared different…

  45. Hugging Face Daily Papers TIER_1 English(EN) ·

    CHRONOS: Temporally-Aware Multi-Agent Coordination for Evolving Data Marketplaces

    Temporal knowledge-graph data marketplaces face three coupled failures in static designs: stale hybrid index shortcuts reduce recall as edges evolve, stationary Shapley pricing misattributes value after distribution shifts, and uncoordinated agents over-consume a shared different…

  46. arXiv cs.CL TIER_1 English(EN) · Yixin Cao ·

    OpenSkillEval: Automatically Auditing the Open Skill Ecosystem for LLM Agents

    Skills, i.e., structured workflow instructions distilled for large language models (LLMs), are becoming an increasingly important mechanism for improving agent performance on real-world downstream tasks. However, as the open-source skill ecosystem rapidly expands, it remains uncl…

  47. arXiv cs.LG TIER_1 English(EN) · Shengchao Qin ·

    Push Your Agent: Measuring and Enforcing Quantitative Goal Persistence in Long-Horizon LLM Agents

    Long-horizon language agents can make many plausible local tool calls yet fail to persist until a requested count is actually complete. We study this gap as Quantitative Goal Persistence (QGP): whether an agent keeps working until an external verifier confirms enough distinct val…

  48. arXiv cs.AI TIER_1 English(EN) · Mahmut Taylan Kandemir ·

    Parallel Context Compaction for Long-Horizon LLM Agent Serving

    Long-horizon LLM agents accumulate growing conversation histories that eventually exceed the model's context window. Context compaction via LLM-based summarization keeps the conversation bounded, but summarization is inherently lossy and the blocking call stalls agent inference f…

  49. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Hayoung Chung ·

    Self-Refining Topology Optimization via an LLM-Based Multi-Agent Framework

    Topology optimization is a widely used design method that produces optimized material distributions for prescribed objectives and constraints through well-established numerical algorithms. Throughout the workflow, engineers make a series of decisions ranging from setting and adju…

  50. arXiv cs.AI TIER_1 English(EN) · Shuaike Shen, Wenduo Cheng, Shike Wang, Mingqian Ma, Jian Ma ·

    AgentCo-op: Retrieval-Based Synthesis of Interoperable Multi-Agent Workflows

    arXiv:2605.20425v1 Announce Type: new Abstract: Designing multi-agent workflows is especially difficult in open-ended scientific settings where tasks lack curated training sets, reliable scalar evaluation metrics, and standardized interfaces between existing tools and agents. We …

  51. arXiv cs.LG TIER_1 English(EN) · Ao Li, Shangpeng Yang, Fahao Chen, Tianheng Xu, Peng Li, Zhou Su ·

    GraphFlow: A Graph-Based Workflow Management for Efficient LLM-Agent Serving

    arXiv:2605.22566v1 Announce Type: new Abstract: Large Language Model (LLM)-based agents demonstrate strong reasoning and execution capabilities on complex tasks when guided by structured instructions, commonly referred to as workflows. However, existing workflow-assisted agent se…

  52. arXiv cs.AI TIER_1 English(EN) · Benedikt Bollig ·

    Causal Past Logic for Runtime Verification of Distributed LLM Agent Workflows

    arXiv:2605.20923v1 Announce Type: cross Abstract: Distributed LLM agent workflows should not be monitored as if they produced a single sequential log. In an asynchronous execution, a decision can only depend on events that are causally visible to the lifeline that makes it: an ev…

  53. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Estevam Hruschka ·

    How to Steer Your Multi-Agent System: Human-LLM Collaborative Planning

    In orchestrated multi-agent systems, humans often struggle to manage plans due to their complexity and limited transparency. Existing approaches rely on outcome-level supervision, where users verify only final outputs without visibility into intermediate reasoning. We formalize a…

  54. arXiv cs.LG TIER_1 English(EN) · Zhou Su ·

    GraphFlow: A Graph-Based Workflow Management for Efficient LLM-Agent Serving

    Large Language Model (LLM)-based agents demonstrate strong reasoning and execution capabilities on complex tasks when guided by structured instructions, commonly referred to as workflows. However, existing workflow-assisted agent serving systems typically rely on predefined templ…

  55. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Yohei Nakajima ·

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

    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." We describe ActiveGraph, a runtime that inverts this arrangem…

  56. arXiv cs.AI TIER_1 English(EN) · Benedikt Bollig ·

    Causal Past Logic for Runtime Verification of Distributed LLM Agent Workflows

    Distributed LLM agent workflows should not be monitored as if they produced a single sequential log. In an asynchronous execution, a decision can only depend on events that are causally visible to the lifeline that makes it: an event that appears earlier in some log may still be …

  57. Hugging Face Daily Papers TIER_1 English(EN) ·

    Causal Past Logic for Runtime Verification of Distributed LLM Agent Workflows

    Distributed LLM agent workflows should not be monitored as if they produced a single sequential log. In an asynchronous execution, a decision can only depend on events that are causally visible to the lifeline that makes it: an event that appears earlier in some log may still be …

  58. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Jason J. Choi ·

    Time-To-Reach Separation and Safety Filtering for Safe, Fair, and Efficient Multi-Agent Coordination

    Advanced Air Mobility (AAM) operations are expected to significantly increase aerial traffic in urban airspace, requiring autonomous traffic management systems to ensure collision-free operations in highly congested environments. In this paper, we propose a multi-agent coordinati…

  59. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Yew Soon Ong ·

    LLM Agents Make Collective Belief Dynamics Programmable: Challenges and Research Directions

    Classical models of opinion dynamics assume human participants with bounded rationality and limited coordination. The rise of LLM-based agents introduces a qualitative shift: agents can now participate in online discussions at scale, maintain consistent persuasion strategies, and…

  60. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Ao Qu ·

    DecisionBench: A Benchmark for Emergent Delegation in Long-Horizon Agentic Workflows

    We introduce DecisionBench, a benchmark substrate for emergent delegation in long-horizon agentic workflows. The substrate fixes a task suite (GAIA, tau-bench, BFCL multi-turn), a peer-model pool (11 models, 7 vendor families), a delegation interface (call_model plus an optional …

  61. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Chi Jin ·

    Agent Bazaar: Enabling Economic Alignment in Multi-Agent Marketplaces

    The deployment of Large Language Models (LLMs) as autonomous economic agents introduces systemic risks that extend beyond individual capability failures. As agents transition to directly interacting with marketplaces, their collective behavior can amplify volatility and mask dece…

  62. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Yang Shu ·

    MetaCogAgent: A Metacognitive Multi-Agent LLM Framework with Self-Aware Task Delegation

    Multi-agent large language model (LLM) systems have shown promise for solving complex tasks through agent collaboration. However, existing frameworks assign tasks based on predefined roles without considering whether an agent can accurately assess its own competence boundaries, l…

  63. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Sajjad Khan ·

    S-Bus: Automatic Read-Set Reconstruction for Multi-Agent LLM State Coordination

    We address concurrency control for LLM agents sharing mutable state over HTTP, where agents cannot be modified to declare read sets. S-Bus is an HTTP middleware whose central mechanism, a server-side DeliveryLog, reconstructs each agent's read set at commit time from observed HTT…

  64. Replit blog TIER_1 English(EN) ·

    How product managers ship faster using Replit's agentic workflows

    This is part 4 of a 6-part series we’re running about how product managers are using AI tools and vibe coding. Written by and for product managers. Summary Requirements docs, decks, and tickets go stale because PMs update them by hand. Agentic workflows fix the source of that pro…

  65. Replit blog TIER_1 English(EN) ·

    Introducing Queue: A smarter way to work with Agent

    Today, we’re excited to introduce Queue, a new capability designed to enhance the core Replit Agent experience. Queue allows users to submit multiple requests while the agent is actively working on a task, ensuring a continuous, uninterrupted app creation flow. As each task is co…

  66. dev.to — MCP tag TIER_1 English(EN) · ekb ·

    Distributed Tracing for LLM Agents: When MCP Makes Tool Calls Observable

    <p><em>How application observability extends to stochastic agent loops — and why the tool boundary matters.</em></p> <p>Production failures in LLM systems are often misattributed to the model. In practice, many incidents live in the <strong>action layer</strong>: a downstream API…

  67. dev.to — LLM tag TIER_1 English(EN) · Alan West ·

    为什么大型语言模型编码代理在处理长后端任务时会“跑偏”(以及如何解决)

    <p>Last month I spent three days debugging a Django service where the AI agent had written... mostly correct code. The endpoints worked. The tests passed. But somewhere around the fourth file, it had quietly dropped a database transaction wrapper around a multi-step write. By fil…

  68. r/MachineLearning TIER_1 English(EN) · /u/johnnaliu ·

    Sponsio: Deterministic Contract Layer for LLM Agents [P]

    <!-- SC_OFF --><div class="md"><p>We've been trying to put LangGraph agents into production for a while. The thing that kept biting us was tool-call boundary enforcement: stuff like &quot;must call X before Y&quot;, &quot;max N retries&quot;, &quot;approval gate before destructiv…

  69. r/ClaudeAI TIER_2 English(EN) · /u/Dramatic_Squash_3502 ·

    Deterministic multi-subagent orchestration - what's new in CC 2.1.146 (+4,755 tokens)

    <table> <tr><td> <a href="https://www.reddit.com/r/ClaudeAI/comments/1tll4mv/deterministic_multisubagent_orchestration_whats/"> <img alt="Deterministic multi-subagent orchestration - what's new in CC 2.1.146 (+4,755 tokens)" src="https://preview.redd.it/4ptgd2yzyw2h1.png?width=64…