Refactor(skills): rename prompt modules to skills and update documentation

This commit is contained in:
0xallam
2026-01-06 17:50:15 -08:00
parent 7303e0accf
commit 96a7b00d6c
43 changed files with 235 additions and 238 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ hiddenimports = [
'strix.tools.registry',
'strix.tools.executor',
'strix.tools.argument_parser',
'strix.prompts',
'strix.skills',
]
hiddenimports += collect_submodules('litellm')