VEX Examples#
Practical, copy-paste examples for building with VEX. Each example is self-contained and production-tested.
Quick Recipes#
Minimal Agent with Verification#
The smallest possible VEX agent with adversarial verification enabled.
Rust
Router-Based Multi-Agent#
Route tasks to specialised agents based on semantic similarity.
Rust
Persisted Memory Across Sessions#
Use vex-temporal to give your agent a long-term memory.
Rust
Blockchain Anchoring with vex-anchor#
Cryptographically anchor agent decisions to the Solana blockchain.
Rust
Full Examples#
For a complete, end-to-end production setup using all VEX crates together, see the Production Integration Guide.
For the full architecture overview of how these components fit together, see the Architecture Guide.