feat: created built-in functions for listing, loading, and unloading skills

This commit is contained in:
2026-06-01 12:58:42 -06:00
parent aa2e627a5f
commit cdc4bd154a
5 changed files with 334 additions and 7 deletions
+2
View File
@@ -123,9 +123,11 @@ impl Skill {
if self.declares_tools() && !function_calling_enabled {
return false;
}
if self.declares_mcp_servers() && !mcp_enabled {
return false;
}
true
}