| Crates.io | vex-core |
| lib.rs | vex-core |
| version | 0.1.4 |
| created_at | 2025-12-14 21:51:57.425434+00 |
| updated_at | 2025-12-20 03:45:15.882253+00 |
| description | Core types for VEX: Agent, ContextPacket, MerkleNode, Evolution |
| homepage | |
| repository | https://github.com/provnai/vex |
| max_upload_size | |
| id | 1985150 |
| size | 110,514 |
Core types and primitives for the VEX (Verified Evolutionary Xenogenesis) Protocol.
[dependencies]
vex-core = "0.1"
use vex_core::{Agent, ContextPacket};
#[tokio::main]
async fn main() {
let agent = Agent::new("my-agent");
let context = ContextPacket::new("Initial context");
// ... use agent
}
MIT License - see LICENSE for details.