1 min read

vex-protocol-cli#

Command-line interface for VEX — verified AI agent tooling.

Installation#

Bash
cargo install vex-protocol-cli

Commands#

Tools#

  • vex tools list — List available tools
  • vex tools run <name> '<json>' — Execute tools

Verification#

  • vex verify --audit <file> — Verify audit chain integrity
  • vex verify --db <file> — Verify VEX database

Info#

  • vex info — System information

Built-in Tools#

ToolDescription
calculatorMath expressions
datetimeTime formatting
uuidUUID v4 generation
hashSHA-256/SHA-512
regexPattern matching
json_pathJSON queries

Example#

Bash
# List tools
vex tools list

# Run calculator
vex tools run calculator '{"expression": "2 + 2"}'

# Verify audit file
vex verify --audit session.json

License#

Apache-2.0 License - see LICENSE for details.

Found something unclear or incorrect?Report issueor useEdit this page
Edit this page on GitHub