vex-runtime 0.1.8

Tokio-based agent orchestration for VEX
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "vex-runtime"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tokio-based agent orchestration for VEX"
readme = "README.md"
keywords = [
    "ai",
    "agents",
    "tokio",
    "orchestration",
    "runtime",
]
categories = [
    "asynchronous",
    "concurrency",
]
license = "Apache-2.0"
repository = "https://github.com/provnai/vex"

[lib]
name = "vex_runtime"
path = "src/lib.rs"

[[test]]
name = "consolidation_integration_test"
path = "tests/consolidation_integration_test.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dependencies.vex-adversarial]
version = "0.1.8"

[dependencies.vex-anchor]
version = "0.1.8"

[dependencies.vex-core]
version = "0.1.8"

[dependencies.vex-llm]
version = "0.1.8"

[dependencies.vex-persist]
version = "0.1.8"

[dev-dependencies.sqlx]
version = "0.8"
features = [
    "sqlite",
    "runtime-tokio-rustls",
]