feat(sandbox): add command to setup system-level sandbox provider configuration

This commit is contained in:
Harry
2026-01-09 17:39:44 +08:00
parent eb821efda7
commit 78acfb0040
3 changed files with 67 additions and 19 deletions

View File

@ -23,6 +23,7 @@ def init_app(app: DifyApp):
reset_encrypt_key_pair,
reset_password,
setup_datasource_oauth_client,
setup_sandbox_system_config,
setup_system_tool_oauth_client,
setup_system_trigger_oauth_client,
transform_datasource_credentials,
@ -49,6 +50,7 @@ def init_app(app: DifyApp):
clear_orphaned_file_records,
remove_orphaned_files_on_storage,
file_usage,
setup_sandbox_system_config,
setup_system_tool_oauth_client,
setup_system_trigger_oauth_client,
cleanup_orphaned_draft_variables,