mirror of
https://github.com/langgenius/dify.git
synced 2026-05-11 06:37:13 +08:00
- 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| entities.py | ||
| graph_factory.py | ||
| nested_node_graph_service.py | ||
| queue_dispatcher.py | ||
| scheduler.py | ||
| virtual_workflow.py | ||
| workflow_converter.py | ||