feat: lite snippet.

This commit is contained in:
FFXN
2026-05-21 17:23:25 +08:00
parent b91de7e54b
commit 8f9e2a895a
16 changed files with 3648 additions and 0 deletions

View File

@ -118,6 +118,7 @@ from .explore import (
saved_message,
trial,
)
from .snippets import snippet_workflow, snippet_workflow_draft_variable
from .socketio import workflow as socketio_workflow
# Import tag controllers
@ -133,6 +134,7 @@ from .workspace import (
model_providers,
models,
plugin,
snippets,
tool_providers,
trigger_providers,
workspace,
@ -205,6 +207,9 @@ __all__ = [
"saved_message",
"setup",
"site",
"snippet_workflow",
"snippet_workflow_draft_variable",
"snippets",
"socketio_workflow",
"spec",
"statistic",