vv-agent 0.6.0

VectorVein agent runtime, SDK, CLI, tools, and workspace backends
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod hash;
mod options;
mod section;
mod system;
mod system_builder;

pub use options::{BuildSystemPromptOptions, BuiltSystemPrompt};
pub use section::PromptSection;
pub use system::{
    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,
};
pub use system_builder::SystemPromptBuilder;