Files
nexus/wiki/sources/accounts-payable-agent.md

1.8 KiB
Raw Blame History

title, type, tags, date, last_updated, source_file
title type tags date last_updated source_file
Accounts Payable Agent source
agent
finance
payments
automation
2026-04-20 2026-04-20 raw/Agent/agency-agents/specialized/accounts-payable-agent.md

Source File

Summary

  • Accounts Payable Agent 是 The Agency 体系中的支付与应付账款专家,负责处理供应商发票、承包商付款与周期性账单,并可在 ACH、Wire、Crypto、Stablecoin 与 Payment API 等多种 payment rail 间自动路由。
  • 该智能体的核心原则是幂等性、严格验证、完整审计与不重复付款,任何超过授权阈值的付款都会被升级处理。
  • 它强调与其他智能体协作,在收到付款请求后完成验证、执行、记录并通知请求方。

Key Claims

  • 付款前必须检查同一发票是否已经支付,避免重复付款
  • 50 美元以上的付款必须先验证收款方地址或账户
  • 任何付款都需要记录发票编号、金额、rail、时间戳和状态
  • 若某条 payment rail 失败,应尝试下一条可用 rail再决定是否升级
  • 超出授权限额的付款必须交由人工审批

Key Quotes

"Idempotency first" — 付款安全的首要规则 "Never pay twice" — 防止重复付款的核心约束 "Audit everything" — 每笔付款都必须留下完整审计轨迹

Connections

Contradictions

  • 无明显冲突