feat(skills): implement API endpoints for retrieving skill references in workflows and add related data models

This commit is contained in:
Harry
2026-01-27 18:44:02 +08:00
parent a4a85f7168
commit 951af125af
5 changed files with 204 additions and 0 deletions

View File

@ -63,6 +63,7 @@ from .app import (
model_config,
ops_trace,
site,
skills,
statistic,
workflow,
workflow_app_log,
@ -206,6 +207,7 @@ __all__ = [
"saved_message",
"setup",
"site",
"skills",
"spec",
"statistic",
"tags",