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
12
mod events;
mod manager;
mod patches;
mod traits;

pub use events::{
    AfterLlmEvent, AfterToolCallEvent, BeforeLlmEvent, BeforeMemoryCompactEvent,
    BeforeToolCallEvent,
};
pub use manager::RuntimeHookManager;
pub use patches::{BeforeLlmPatch, BeforeToolCallPatch};
pub use traits::RuntimeHook;