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 orchestrator::Orchestrator;
pub use orchestrator::OrchestratorConfig;

Modules§

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