SkillLoader
Defined in the skills module.Rust AI Agent SDK Loader for progressive skill loading.
Fields
| Name | Type | Description |
|---|---|---|
skills | HashMap<String | Loaded skills by name |
metadata_cache | HashMap<String | Metadata cache (Level 1) |
Methods
new
load_metadata
| Name | Type |
|---|---|
path | &Path |
load_full
| Name | Type |
|---|---|
name | &str |
skill_count
metadata_count
Source
View on GitHub
praisonai/src/skills/mod.rs at line 191
