mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-08 01:41:42 +00:00
fix skills import path and gitignores
This commit is contained in:
parent
3adec910c0
commit
6ca97b7f4a
11 changed files with 662 additions and 48 deletions
|
|
@ -14,7 +14,7 @@ from werkzeug.utils import secure_filename
|
|||
|
||||
class SkillsImport(ApiHandler):
|
||||
"""
|
||||
Import an external skills pack (.zip) into usr/skills/custom/<namespace>/...
|
||||
Import an external skills pack (.zip) into usr/skills/<namespace>/...
|
||||
Performs the actual import (not dry-run).
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ from werkzeug.utils import secure_filename
|
|||
|
||||
class SkillsImportPreview(ApiHandler):
|
||||
"""
|
||||
Preview importing an external skills pack (.zip) into usr/skills/custom/<namespace>/...
|
||||
Preview importing an external skills pack (.zip) into usr/skills/<namespace>/...
|
||||
Uses dry-run (no copying).
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue