vex-protocol-cli#
Command-line interface for VEX — verified AI agent tooling.
Installation#
Bash
Commands#
Tools#
vex tools list— List available toolsvex tools run <name> '<json>'— Execute tools
Verification#
vex verify --audit <file>— Verify audit chain integrityvex verify --db <file>— Verify VEX database
Info#
vex info— System information
Built-in Tools#
| Tool | Description |
|---|---|
calculator | Math expressions |
datetime | Time formatting |
uuid | UUID v4 generation |
hash | SHA-256/SHA-512 |
regex | Pattern matching |
json_path | JSON queries |
Example#
Bash
License#
Apache-2.0 License - see LICENSE for details.