vv-agent 0.6.2

VectorVein agent runtime, SDK, CLI, tools, and workspace backends
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[cfg(feature = "apalis")]
pub mod apalis;
mod backend;
mod checkpoint;
mod checkpointed_cycle;
mod dispatch;
mod execution;
mod r#loop;

pub use backend::DistributedBackend;
pub use checkpointed_cycle::run_checkpointed_cycle;
pub use dispatch::{CycleDispatchResult, CycleDispatcher};