Skip to content

planetarium/a2x-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a2x-cli

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.

Installation

go install github.com/a2a/a2x-cli@latest

Or build from source:

git clone https://github.com/a2a/a2x-cli.git
cd a2x-cli
go build -o a2x-cli .

Development

# Run
go run .

# Build
go build -o a2x-cli .

# Test
go test ./...

# Vet
go vet ./...

Local Wallet

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.

Legal Notice

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.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages