Skip to main content

Crate vex_runtime

Crate vex_runtime 

Source
Expand description

§VEX Runtime

Tokio-based agent orchestration and lifecycle management.

Re-exports§

pub use executor::AgentExecutor;
pub use executor::ExecutorConfig;
pub use gate::ChoraGate;
pub use gate::Gate;
pub use gate::GenericGateMock;
pub use gate::HttpGate;
pub use gate::TitanGate;
pub use orchestrator::Orchestrator;
pub use orchestrator::OrchestratorConfig;

Modules§

audit
executor
Agent executor - runs individual agents with LLM backend
gate
orchestrator
Orchestrator - manages hierarchical agent networks