Skip to main content

Module loader

Module loader 

Source
Expand description

Single-pass skill loader: lists global + per-agent skills, resolves trust level, checks drift, returns one flat Vec.

Structs§

LoadedSkill

Enums§

SkillRefStatus
Outcome of resolving a profile.yaml skill ref (e.g. skills/<name>) against an agent’s home directory.
SkillScope

Functions§

is_valid_skill_name
Validate that a skill name contains only safe identifier characters.
load_all
skill_ref_status
Resolve a profile.yaml skill ref to its backing manifest file and report whether it is loadable, missing, or malformed.