Expand description
VEX CLI - Command-line interface for verified AI agent tooling
§Usage
# Verify an audit chain
vex verify --audit session.json
# List available tools
vex tools list
# Run a tool directly
vex tools run calculator '{"expression": "2+2"}'
# Show version and configuration
vex infoModules§
- commands 🔒
- CLI command modules
Structs§
- Cli 🔒
- VEX - Verified Evolutionary Xenogenesis
Enums§
- Commands 🔒
Functions§
- main 🔒
- print_
error - Print an error message with an X
- print_
info - Print an info message
- print_
success - Print a success message with a checkmark
- print_
warning - Print a warning message
- setup_
logging 🔒 - Setup logging based on verbosity level