dify/api/core/app/apps/workflow
2026-08-13 05:50:43 +00:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
active_workflow_tasks.py chore: bump pyrefly version (#39876) 2026-08-03 05:59:01 +00:00
app_config_manager.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
app_generator.py feat(workflow): support human input in loop and iteration (#39243) 2026-08-03 02:24:18 +00:00
app_queue_manager.py fix(api): decouple response listeners from execution lifecycle (#39813) 2026-08-13 05:50:43 +00:00
app_runner.py refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +00:00
command_channels.py feat(api): abort active workflow runs during Celery warm shutdown (#38220) 2026-07-03 04:51:53 +00:00
errors.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
generate_response_converter.py refactor: add missing @override decorator to AppGenerateResponseConverter subclasses (#36486) 2026-05-21 14:00:22 +00:00
generate_task_pipeline.py feat: surface separated-mode LLM reasoning in CLI and workflow run preview (#37828) 2026-06-24 08:02:28 +00:00