paper-with-me

Papers

A Novel Hierarchical Multi-Agent System for Payments Using LLMs

2026-02-27 · Joon Kiat Chua, Donghao Huang, Zhaoxia Wang arxiv

Large language model (LLM) agents, such as OpenAI's Operator and Claude's Computer Use, can automate workflows but unable to handle payment tasks. Existing agentic solutions have gained significant attention; however, even the latest approaches face challenges in implementing end-to-end agentic payment workflows. To address this gap, this research proposes the Hierarchical Multi-Agent System for Payments (HMASP), which provides an end-to-end agentic method for completing payment workflows. The proposed HMASP leverages either open-weight or proprietary LLMs and employs a modular architecture consisting of the Conversational Payment Agent (CPA - first agent level), Supervisor agents (second agent level), Routing agents (third agent level), and the Process summary agent (fourth agent level). The CPA serves as the central entry point, handling all external requests and coordinating subsequent tasks across hierarchical levels. HMASP incorporates architectural patterns that enable modular task execution across agents and levels for payment operations, including shared state variables, decoupled message states, and structured handoff protocols that facilitate coordination across agents and workflows. Experimental results demonstrate the feasibility of the proposed HMASP. To our knowledge, HMASP is the first LLM-based multi-agent system to implement end-to-end agentic payment workflows. This work lays a foundation for extending agentic capabilities into the payment domain.

📄 PDF Abstract BibTeX arXiv:2602.24068

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Task Success: Measuring Workflow Fidelity in LLM-Based Agentic Payment Systems

2026-05-07 · Donghao Huang, Joon Kiat Chua, Zhaoxia Wang arxiv

LLM-based multi-agent systems are increasingly deployed for payment workflows, yet prevailing metrics, Task Success Rate (TSR) and Agent Handoff F1-Score (HF1), capture only final outcomes or unordered routing decisions.…

Paying to Do Better: Games with Payments between Learning Agents

2024-05-31 · Yoav Kolumbus, Joe Halpern, Éva Tardos

In repeated games, such as auctions, players typically use learning algorithms to choose their actions. The use of such autonomous learning agents has become widespread on online platforms. In this paper, we explore the …

The Strategic LQG System: A Dynamic Stochastic VCG Framework for Optimal Coordination

2019-06-11

The classic Vickrey-Clarke-Groves (VCG) mechanism ensures incentive compatibility, i.e., that truth-telling of all agents is a dominant strategy, for a static one-shot game. However, in a dynamic environment that unfolds…

Steering No-Regret Agents in MFGs under Model Uncertainty

2025-03-12 · Leo Widmer, Jiawei Huang, Niao He

Incentive design is a popular framework for guiding agents' learning dynamics towards desired outcomes by providing additional payments beyond intrinsic rewards. However, most existing works focus on a finite, small set …

Whispers of Wealth: Red-Teaming Google's Agent Payments Protocol via Prompt Injection

2026-01-30 · Tanusree Debi, Wentian Zhu, Pranjol Sen Gupta arxiv

Large language model (LLM) based agents are increasingly used to automate financial transactions, yet their reliance on contextual reasoning exposes payment systems to prompt-driven manipulation. The Agent Payments Proto…