feat: add Skill API endpoints

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-21 11:28:20 +08:00
parent d3749817b0
commit c552f71e28
3 changed files with 115 additions and 0 deletions

View File

@@ -8,3 +8,4 @@ from app.routers.agent import router as agent_router
from app.routers.todo import router as todo_router
from app.routers.settings import router as settings_router
from app.routers.folder import router as folder_router
from app.routers.skill import router as skill_router