feat: add skills api

This commit is contained in:
hetaoBackend
2026-01-20 13:57:36 +08:00
parent 411d9d57c3
commit 66df9b5927
21 changed files with 586 additions and 543 deletions
+2 -2
View File
@@ -132,8 +132,8 @@ All temporary work happens in `/mnt/user-data/workspace`. Final deliverables mus
def apply_prompt_template() -> str:
# Load all available skills
skills = load_skills()
# Load only enabled skills
skills = load_skills(enabled_only=True)
# Get skills container path from config
try: