agent-first-pay 0.7.0

A payment tool for AI agents — send and receive across five networks through one interface, with spending limits you control.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod args;
pub mod config;
pub mod handler;
pub mod mode;
pub mod output_fmt;
pub mod provider;
pub mod spend;
pub mod store;
pub mod types;
mod writer;