A CLI client tool that supports the A2A (Agent-to-Agent) protocol. Connect to remote agents, send tasks, and handle x402 payment requests using the built-in local wallet.
go install github.com/a2a/a2x-cli@latestOr build from source:
git clone https://github.com/a2a/a2x-cli.git
cd a2x-cli
go build -o a2x-cli .# Run
go run .
# Build
go build -o a2x-cli .
# Test
go test ./...
# Vet
go vet ./...a2x-cli includes a built-in local wallet for processing x402 payments.
Warning
Security Notice: The built-in local wallet does not guarantee complete security. It is not suitable for storing large amounts of assets. Keep only a small amount of operating funds in the wallet. Make sure you fully understand the risks before using this wallet instead of a hardware wallet or professional custody service.
Caution
Disclaimer: The user assumes full responsibility for all consequences arising from the use of a2x-cli and its built-in local wallet, including but not limited to asset loss, transaction errors, and legal issues. The developers and contributors are not liable for any damages caused by the use of this software. Please review all applicable laws and regulations before use, and proceed entirely at your own risk.
MIT