vv-agent 0.1.3

VectorVein agent runtime, SDK, CLI, tools, and workspace backends
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod base;
pub mod builtins;
pub(crate) mod common;
pub mod dispatcher;
pub mod handlers;
pub mod registry;
pub mod schemas;

pub use base::{SubTaskRunner, ToolContext, ToolHandler, ToolNotFoundError, ToolSpec};
pub use dispatcher::dispatch_tool_call;
pub use registry::{build_default_registry, ToolRegistry};