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§

SkillScope

Functions§

filter_enabled
Drop skills disabled for an agent (Phase 1 denylist). Applied once at agent startup, after load_all, so the filtered list feeds both injection and the trigger registry.
is_valid_skill_name
Validate that a skill name contains only safe identifier characters.
load_all