18 releases (7 breaking)
Uses new Rust 2024
| new 0.12.0 | May 7, 2026 |
|---|---|
| 0.10.0 | Apr 4, 2026 |
| 0.9.8 | Jan 21, 2026 |
| 0.8.2 | Oct 5, 2025 |
| 0.6.0 | Mar 21, 2025 |
#744 in Magic Beans
245KB
4K
SLoC
anda_cli
Command-line interface for interacting with the Anda engine server.
Features
- Agent Execution: Run AI agents with natural language prompts
- Cryptographic Utilities: Generate random bytes for key generation
- Identity Management: Support for PEM-based identity files
Installation
git clone https://github.com/ldclabs/anda.git
cd anda
cp example.env .env
# Update .env with your configuration
cargo build -p anda_cli
Usage
# Show help
./target/debug/anda_cli --help
# Generate random bytes
./target/debug/anda_cli rand-bytes -l 48 -f hex
# Run an agent
./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 © 2026 LDC Labs.
ldclabs/anda is licensed under the MIT License. See the MIT license for the full license text.
Dependencies
~98MB
~1.5M SLoC