Skip to main content

Crate skrun

Crate skrun 

Source
Expand description

Public API for the skrun executable skill runtime.

This crate is intentionally self-contained so downstream projects can depend on skrun from crates.io without pulling the internal workspace crates.

Re-exports§

pub use runtime::ArtifactKind;
pub use runtime::ArtifactProtocol;
pub use runtime::ArtifactSchema;
pub use runtime::ArtifactSource;
pub use runtime::BuildOptions;
pub use runtime::InstallOptions;
pub use runtime::RunOptions;
pub use runtime::ScaffoldOptions;
pub use runtime::SkillArtifact;
pub use runtime::SkillRunOutput;
pub use runtime::build_skill;
pub use runtime::default_skills_dir;
pub use runtime::install_local_skill;
pub use runtime::list_installed_skills;
pub use runtime::load_artifact;
pub use runtime::run_skill;
pub use runtime::save_artifact;
pub use runtime::scaffold_skill;

Modules§

runtime
skrun