dify/api/core/app/apps/workflow
Harry 9ed83a808a refactor: consolidate sandbox management and initialization
- Moved sandbox-related classes and functions into a dedicated module for better organization.
- Updated the sandbox initialization process to streamline asset management and environment setup.
- Removed deprecated constants and refactored related code to utilize new sandbox entities.
- Enhanced the workflow context to support sandbox integration, allowing for improved state management during execution.
- Adjusted various components to utilize the new sandbox structure, ensuring compatibility across the application.
2026-01-21 20:42:44 +08:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
app_config_manager.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
app_generator.py refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
app_queue_manager.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
app_runner.py refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
generate_response_converter.py feat: add stream response 2026-01-13 14:13:43 +08:00
generate_task_pipeline.py chore: add trace metadata and streaming icon 2026-01-06 16:30:33 +08:00