dify/api/services/workflow
Yansong Zhang e9ee897973 fix: resolve remaining CI failures for style checks and unit tests
- Add model_features property and build_execution_context method to
  AgentAppRunner to fix mypy attr-defined errors
- Export WorkflowComment, WorkflowCommentReply, WorkflowCommentMention
  from models/__init__.py to fix import errors
- Add NestedNodeGraphRequest, NestedNodeGraphResponse,
  NestedNodeParameterSchema to services/workflow/entities.py
- Update test_agent_chat_app_runner: tests for invalid LLM mode and
  invalid strategy now reflect unified AgentAppRunner behavior
  (no longer raises ValueError for these cases)

Made-with: Cursor
2026-04-13 16:07:38 +08:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
entities.py fix: resolve remaining CI failures for style checks and unit tests 2026-04-13 16:07:38 +08:00
graph_factory.py feat(api): add Agent V2 node and new Agent app type (Phase 1-3) 2026-04-08 12:31:23 +08:00
nested_node_graph_service.py feat(api): enable all sandbox/skill controller routes and resolve dependencies (P0) 2026-04-09 09:36:16 +08:00
queue_dispatcher.py feat: trigger billing (#28335) 2025-11-20 10:15:23 +08:00
scheduler.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
virtual_workflow.py feat(api): propagate all app features in transparent upgrade 2026-04-10 18:47:18 +08:00
workflow_converter.py refactor: convert AppMode if/elif to match/case in service files (#30001) (#34562) 2026-04-05 10:22:11 +00:00