Skip to main content

install

Function install 

Source
pub fn install(source: &Source, agents_dir: &Path) -> Result<InstalledSkill>
Expand description

Install a skill from source into agents_dir/skills/<name>/.

agents_dir is the .agents/ directory (local or global).

Returns information about the installed skill.