Yansong Zhang
44491e427c
feat(api): enable all sandbox/skill controller routes and resolve dependencies (P0)
Resolve the full dependency chain to enable all previously disabled controllers:
Enabled routes:
- sandbox_files: sandbox file browser API
- sandbox_providers: sandbox provider management API
- app_asset: app asset management API
- skills: skill extraction API
- CLI API blueprint: DifyCli callback endpoints (/cli/api/*)
Dependencies extracted (64 files, ~8000 lines):
- models/sandbox.py, models/app_asset.py: DB models
- core/zip_sandbox/: zip-based sandbox execution
- core/session/: CLI API session management
- core/memory/: base memory + node token buffer
- core/helper/creators.py: helper utilities
- core/llm_generator/: context models, output models, utils
- core/workflow/nodes/command/: command node type
- core/workflow/nodes/file_upload/: file upload node type
- core/app/entities/: app_asset_entities, app_bundle_entities, llm_generation_entities
- services/: asset_content, skill, workflow_collaboration, workflow_comment
- controllers/console/app/error.py: AppAsset error classes
- core/tools/utils/system_encryption.py
Import fixes:
- dify_graph.enums -> graphon.enums in skill_service.py
- get_signed_file_url_for_plugin -> get_signed_file_url in cli_api.py
All 5 controllers verified: import OK, Flask starts successfully.
46 existing tests still pass.
Made-with: Cursor
2026-04-09 09:36:16 +08:00
..
2026-04-07 04:13:22 +00:00
2026-04-08 16:21:12 +08:00
2026-04-07 23:47:20 +00:00
2025-11-12 17:59:37 +08:00
2024-12-24 18:38:51 +08:00
2026-03-18 09:18:08 +09:00
2026-03-27 21:05:32 +00:00
2026-04-08 00:57:11 +00:00
2026-04-07 22:58:23 +00:00
2026-01-21 13:43:06 +08:00
2026-02-08 21:01:54 +08:00
2026-04-07 05:53:21 +00:00
2026-04-08 00:57:11 +00:00
2026-01-21 13:43:06 +08:00
2026-01-21 13:43:06 +08:00
2026-04-07 22:58:23 +00:00
2026-01-21 13:43:06 +08:00
2026-02-06 15:12:32 +08:00
2026-04-07 04:25:55 +00:00
2026-01-29 13:47:35 +08:00
2026-03-18 09:18:08 +09:00
2026-03-25 12:47:25 +09:00
2026-04-07 05:53:21 +00:00
2026-04-07 22:58:23 +00:00
2026-04-07 04:13:22 +00:00
2026-04-08 00:57:11 +00:00
2026-03-27 07:56:31 +00:00
2026-04-07 05:55:31 +00:00
2026-03-27 21:05:32 +00:00
2025-09-06 03:32:23 +08:00
2025-09-06 03:32:23 +08:00
2025-09-06 03:32:23 +08:00
2026-03-27 21:05:32 +00:00
2025-09-18 16:45:34 +08:00
2025-09-06 03:32:23 +08:00
2025-09-06 03:32:23 +08:00
2025-09-12 10:24:54 +08:00
2025-09-12 10:24:54 +08:00
2026-04-09 09:36:16 +08:00
2026-03-27 07:56:31 +00:00
2026-03-06 16:19:30 +08:00
2026-04-07 04:13:22 +00:00
2026-03-25 12:47:25 +09:00
2026-02-06 16:25:27 +08:00
2026-04-07 05:55:31 +00:00
2026-04-07 05:53:21 +00:00
2026-04-07 04:23:14 +00:00
2026-03-27 21:05:32 +00:00
2026-04-07 04:13:22 +00:00
2026-02-08 21:01:54 +08:00
2026-03-27 21:05:32 +00:00
2026-03-27 21:05:32 +00:00
2026-03-15 15:24:59 +08:00