xz-skill 0.1.0

Skill plugin system — skill registration, execution, and sandbox
Documentation
1
2
3
4
5
pub mod default;
#[cfg(feature = "wasm-runtime")]
pub mod wasm;
#[cfg(feature = "http-tool")]
pub mod http;