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
pub mod config;
pub mod domain;
pub mod limits;
pub mod protocol;

pub use config::*;
pub use domain::*;
pub use limits::*;
pub use protocol::*;