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 |
||
|---|---|---|
| .. | ||
| output_parser | ||
| patterns | ||
| prompt | ||
| strategy | ||
| __init__.py | ||
| agent_app_runner.py | ||
| base_agent_runner.py | ||
| cot_agent_runner.py | ||
| cot_chat_agent_runner.py | ||
| cot_completion_agent_runner.py | ||
| entities.py | ||
| errors.py | ||
| fc_agent_runner.py | ||
| plugin_entities.py | ||