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
mod discovery;
mod frontmatter;
mod io;
mod properties;
mod read;
mod value;

pub use discovery::{discover_skill_dirs, find_skill_md};
pub use frontmatter::parse_frontmatter;
pub use read::{read_properties, read_skill};