Skip to main content

Module skill

Module skill 

Source
Expand description

Skill/Plugin system for Deep agents.

A Skill bundles a set of tools with metadata (SkillManifest). The SkillRegistry manages loaded skills, collects their tools, and aggregates system-prompt fragments.

Structs§

SkillManifest
Metadata about a skill.
SkillRegistry
Registry that manages loaded skills.

Traits§

Skill
A skill bundles a set of tools with metadata.

Functions§

discover_skills
Discover skill manifests in a directory (looks for manifest.toml files).
load_manifest
Load a skill manifest from a TOML file.