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
pub mod builder;
pub mod cache_tracker;
pub mod templates;

pub use builder::{
    build_raw_system_prompt_sections, build_system_prompt, build_system_prompt_bundle,
    build_system_prompt_bundle_with_options, build_system_prompt_sections,
    build_system_prompt_sections_with_options, build_system_prompt_with_options,
    create_system_prompt_builder, BuildSystemPromptOptions, BuiltSystemPrompt, PromptSection,
    SystemPromptBuilder,
};
pub use cache_tracker::{hash_system_prompt_sections, hash_tool_payload, CacheBreakTracker};