Skip to content

Feature: Add financial governance evaluator for agent spend limits #129

@up2itnow0822

Description

@up2itnow0822

Problem

Agent Control supports behavioral governance (toxicity, PII, compliance) but has no concept of financial spend limits. As agents transact autonomously via x402 and other payment protocols, enterprises need governance over what agents spend.

Proposed Solution

Add a financial-governance evaluator type that can:

  • Track cumulative agent spend per policy period
  • Enforce per-transaction and per-period financial limits
  • Interface with wallet SDKs to validate transactions before execution

Reference Implementation

agentpay-mcp (npm: agentpay-mcp, v1.2.0) is an open-source MCP server implementing non-custodial x402 payments with on-chain spend limits. Could serve as a reference evaluator.

Key features mapping to Agent Control policies:

  • Per-transaction spend caps
  • Rolling period budgets
  • Allowlisted recipient addresses
  • Transaction queuing when limits exceeded

Happy to contribute if interested.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions