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

40 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Accounts Payable Agent"
type: source
tags: [agent, finance, payments, automation]
date: 2026-04-20
last_updated: 2026-04-20
source_file: raw/Agent/agency-agents/specialized/accounts-payable-agent.md
---
## Source File
- [[raw/Agent/agency-agents/specialized/accounts-payable-agent.md]]
## 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
- [[The Agency]] — 该智能体所属的项目框架
- [[Idempotent Operation]] — 重复执行也不应产生重复付款
- [[Audit Trail]] — 每笔付款必须可追踪、可审计
- [[Payment Rail]] — 选择最优支付通道完成结算
- [[Spend Limit]] — 超过授权阈值时必须升级审批
- [[Labor Law Compliance]] — 付款协作场景中可能涉及合规约束
## Contradictions
- 无明显冲突