anda_cli

Crates.ioanda_cli
lib.rsanda_cli
version0.7.1
created_at2025-03-11 16:43:48.252772+00
updated_at2025-08-20 05:07:59.46971+00
descriptionThe command line interface for Anda engine server.
homepage
repositoryhttps://github.com/ldclabs/anda/tree/main/anda_cli
max_upload_size
id1588156
size152,178
0xZensh (zensh)

documentation

README

anda_cli

Running locally

git clone https://github.com/ldclabs/anda.git
cd anda
cp example.env .env
# update .env
cargo build -p anda_cli

./target/debug/anda_cli --help
./target/debug/anda_cli rand-bytes -l 48 -f hex
./target/debug/anda_cli agent-run --help
./target/debug/anda_cli agent-run -p 'Please check my PANDA balance'
./target/debug/anda_cli agent-run --id path_to_my_identity.pem -p 'Please check my PANDA balance'

License

Copyright © 2025 LDC Labs.

ldclabs/anda is licensed under the MIT License. See the MIT license for the full license text.

Commit count: 203

cargo fmt