Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox

# Conflicts:
#	api/controllers/console/app/error.py
This commit is contained in:
yyh
2026-01-22 16:40:19 +08:00
17 changed files with 1109 additions and 4 deletions

View File

@ -108,10 +108,12 @@ from .datasets.rag_pipeline import (
# Import explore controllers
from .explore import (
banner,
installed_app,
parameter,
recommended_app,
saved_message,
trial,
)
# Import tag controllers
@ -148,6 +150,7 @@ __all__ = [
"app",
"app_asset",
"audio",
"banner",
"billing",
"bp",
"completion",
@ -202,6 +205,7 @@ __all__ = [
"statistic",
"tags",
"tool_providers",
"trial",
"trigger_providers",
"version",
"website",