SkillsConfig
Defined in the config module.Rust AI Agent SDK Configuration for agent skills
Fields
| Name | Type | Description |
|---|---|---|
paths | Vec<String> | Direct skill paths |
dirs | Vec<String> | Directories to scan for skills |
auto_discover | bool | Auto-discover from default locations |
Methods
new
path
| Name | Type |
|---|---|
path | impl Into<String> |
dir
| Name | Type |
|---|---|
dir | impl Into<String> |
auto_discover
Source
View on GitHub
praisonai/src/config.rs at line 870
