feat: cleaned up skill implementation

This commit is contained in:
2026-06-01 15:13:50 -06:00
parent a4ddc3d65d
commit 1faab15377
11 changed files with 74 additions and 38 deletions
-2
View File
@@ -337,12 +337,10 @@ impl Agent {
&self.config.mcp_servers
}
#[allow(dead_code)]
pub fn skills_enabled(&self) -> Option<bool> {
self.config.skills_enabled
}
#[allow(dead_code)]
pub fn enabled_skills(&self) -> Option<&[String]> {
self.config.enabled_skills.as_deref()
}