vv-agent 0.4.8

VectorVein agent runtime, SDK, CLI, tools, and workspace backends
Documentation
1
2
3
pub trait SkillIntegration: Send + Sync {
    fn enabled(&self) -> bool;
}