Crate vex

Crate vex 

Source
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 info

Modules§

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