dify/api/extensions/storage
Yansong Zhang 90cce7693f revert: remove all sandbox and skill related code
Remove ~12,900 lines of sandbox/skill code that was ported from
feat/support-agent-sandbox. This reverts to direct tool execution
(the original behavior before sandbox integration).

Removed:
- core/sandbox/ (SandboxBuilder, bash tools, providers, initializers)
- core/skill/ (SkillManager, assembler, entities)
- core/virtual_environment/ (5 provider implementations)
- core/zip_sandbox/ (archive operations)
- core/app_assets/ (asset management)
- core/app_bundle/ (bundle management)
- controllers/cli_api/ (DifyCli callback endpoints)
- services/sandbox/ (provider service)
- services/skill_service, app_asset_service, app_bundle_service
- models/sandbox.py, app_asset.py
- bin/dify-cli-* (3 platform binaries)
- web sandbox-provider-page and service
- SandboxLayer, _resolve_sandbox_context, _invoke_tool_in_sandbox
- CliApiConfig, DIFY_SANDBOX_CONTEXT_KEY
- sandbox-related migrations

Preserved: All Agent V2 core functionality (agent-v2 node, strategy
engine, transparent upgrade, LLM remapping, memory, context, tools
via direct execution).

Made-with: Cursor
2026-04-13 10:42:36 +08:00
..
clickzetta_volume refactor(api): type storage statistics with StorageStatisticsDict TypedDict (#34609) 2026-04-07 00:59:32 +00:00
aliyun_oss_storage.py feat: Add OSS-specific parameters for HW and ALI private deployment (#29705) 2025-12-22 21:59:32 +08:00
aws_s3_storage.py ci: try from main repo (#32620) 2026-02-26 16:30:10 +09:00
azure_blob_storage.py ci: try from main repo (#32620) 2026-02-26 16:30:10 +09:00
baidu_obs_storage.py ci: try from main repo (#32620) 2026-02-26 16:30:10 +09:00
base_storage.py fix: add type annotations to BaseStorage.exists and BaseStorage.download (#32652) 2026-02-27 07:35:30 +09:00
file_presign_storage.py feat(api): port Sandbox + VirtualEnvironment + Skill system from feat/support-agent-sandbox (Phase 5-6) 2026-04-08 17:39:02 +08:00
google_cloud_storage.py refactor(api): replace json.loads with Pydantic validation in controllers and infra layers (#34277) 2026-04-01 05:41:44 +00:00
huawei_obs_storage.py ci: try from main repo (#32620) 2026-02-26 16:30:10 +09:00
opendal_storage.py fix: pass default root to OpenDAL Operator for fs scheme (#33678) 2026-03-19 15:30:13 +08:00
oracle_oci_storage.py ci: try from main repo (#32620) 2026-02-26 16:30:10 +09:00
storage_type.py Fix token expiry miscalculation (#24639) 2025-08-27 18:19:58 +08:00
storage_wrapper.py feat(api): port Sandbox + VirtualEnvironment + Skill system from feat/support-agent-sandbox (Phase 5-6) 2026-04-08 17:39:02 +08:00
supabase_storage.py ci: try from main repo (#32620) 2026-02-26 16:30:10 +09:00
tencent_cos_storage.py ci: try from main repo (#32620) 2026-02-26 16:30:10 +09:00
volcengine_tos_storage.py ci: try from main repo (#32620) 2026-02-26 16:30:10 +09:00