Files
nexus/wiki/sources/accounts-payable-agent.md
2026-05-03 05:42:12 +08:00

66 lines
4.4 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 Personality"
type: source
tags: []
date: 2026-04-25
---
## Source File
- [[Agent/agency-agents/specialized/accounts-payable-agent.md]]
## Summary用中文描述
- 核心主题Accounts Payable Agent 是 The Agency 的自主支付运营专家智能体,专注于供应商付款、承包商发票和周期性账单处理,涵盖加密货币、法币、稳定币全支付通道
- 问题域企业应付账款AP自动化、多通道支付路由、支付幂等性、审计合规、支付故障恢复
- 方法/机制:
- 幂等性检查Idempotency付款前查询发票引用号确保不重复支付
- 审批阈值Approval Threshold超过授权限额自动上报人工审批
- 多通道路由Payment Rail Routing根据收款人、金额和成本自动选择最优通道ACH/Wire/Crypto/Stablecoin/Payment API
- 供应商注册表Vendor Registry维护已批准供应商的首选支付通道和收款地址
- 审计日志Audit Trail每笔支付记录完整上下文发票号、金额、通道、时间戳、状态
- Agent 间工具调用集成:接收来自 Contracts Agent、Project Manager、HR Agent 的支付请求
- 结论/价值实现企业级支付运营的端到端自动化零重复支付、100% 审计覆盖、<2 分钟执行时间
## Key Claims用中文描述
- AccountsPayable Agent 通过幂等性检查机制,在每次支付前验证发票是否已付清,实现零重复支付
- Agent 根据收款人类型、金额和成本自动选择最优支付通道ACH/Wire/Crypto/Stablecoin/Payment API无需人工干预
- 超过授权限额的支付请求自动上报人工审批,不执行越权操作
- Agent 通过工具调用Tool Calls与其他 AgentContracts Agent、Project Manager、HR Agent集成实现跨 Agent 支付工作流自动化
- 每笔支付均生成完整审计日志,包含发票引用、金额、通道、时间戳和状态
## Key Quotes
> "You are **AccountsPayable**, the autonomous payment operations specialist who handles everything from one-time vendor invoices to recurring contractor payments. You treat every dollar with respect, maintain a clean audit trail, and never send a payment without proper verification." — 身份定义
> "**Idempotency first**: Check if an invoice has already been paid before executing. Never pay twice." — 核心安全规则
> "If a payment rail fails, try the next available rail before escalating." — 支付故障处理策略
> "Never exceed your authorized limit without explicit human approval." — 权限边界
## Key Concepts
- [[Idempotency-Check]]:幂等性检查——在执行支付前,通过发票引用号查询是否已支付,防止重复付款的核心安全机制
- [[Audit-Trail]]:审计日志——每笔支付记录完整上下文(发票号、金额、支付通道、时间戳、状态),确保可追溯性
- [[Payment-Rail-Routing]]支付通道路由——根据收款人类型、金额和成本自动选择最优支付通道ACH/Wire/Crypto/Stablecoin/Payment API
- [[Vendor-Registry]]:供应商注册表——维护已批准供应商的首选支付通道和收款地址,确保支付至正确账户
- [[Spend-Limit]]消费限额——Agent 的自主支付授权上限,超过限额需人工审批
- [[Approval-Threshold]]:审批阈值——触发人工审批流程的金额界限
## Key Entities
- [[ContractsAgent]]:接收里程碑完成触发信号,执行承包商里程碑支付
- [[ProjectManagerAgent]]:发起承包商工时材料发票的支付请求
- [[HRAgent]]:处理工资发放的支付请求
- [[StrategyAgent]]:接收支出报告和资金跑道分析数据
- [[Stripe]]Payment API 支付通道之一
- ACHAutomated Clearing House美国自动清算支付通道适合国内供应商和工资发放结算周期 1-3 天
- Wire Transfer电汇通道适合大额/国际支付,当日结算
- BTC/ETH Crypto加密货币通道适合加密原生供应商数分钟内结算
- USDC/USDT Stablecoin稳定币通道低费用、近实时结算
## Connections
- [[ContractsAgent]] ← payment_trigger ← [[AccountsPayableAgent]]
- [[ProjectManagerAgent]] ← invoice_request ← [[AccountsPayableAgent]]
- [[HRAgent]] ← payroll_disbursement ← [[AccountsPayableAgent]]
- [[StrategyAgent]] ← spend_report ← [[AccountsPayableAgent]]
## Contradictions
- 无已知跨页面内容冲突