vv-agent 0.6.2

VectorVein agent runtime, SDK, CLI, tools, and workspace backends
Documentation
1
2
3
4
5
6
mod context;
mod paths;
mod spec;

pub use context::ToolContext;
pub use spec::{SubTaskRunner, ToolHandler, ToolNotFoundError, ToolSpec, ToolSpecKind};