mirror of
https://github.com/langgenius/dify.git
synced 2026-08-03 20:13:35 +08:00
- Update BaseNodeData import path to dify_graph.entities.base_node_data - Change NodeType.COMMAND/FILE_UPLOAD to BuiltinNodeTypes constants - Fix system_oauth_encryption -> system_encryption rename in commands - Remove tests for deleted agent runner modules - Fix Avatar: named import + string size API in collaboration files - Add missing skill feature deps: @monaco-editor/react, react-arborist, @tanstack/react-virtual - Fix frontend test mocks: add useUserProfile, useLeaderRestoreListener, next/navigation mock, and nodeOutputVars to expected payload Made-with: Cursor |
||
|---|---|---|
| .. | ||
| entities | ||
| utils | ||
| workflow_as_tool | ||
| __init__.py | ||
| test_base_tool.py | ||
| test_builtin_tool_base.py | ||
| test_builtin_tool_provider.py | ||
| test_builtin_tools_extra.py | ||
| test_custom_tool_provider.py | ||
| test_custom_tool.py | ||
| test_dataset_retriever_tool.py | ||
| test_mcp_tool_provider.py | ||
| test_mcp_tool.py | ||
| test_plugin_tool_provider.py | ||
| test_plugin_tool.py | ||
| test_signature.py | ||
| test_tool_engine.py | ||
| test_tool_entities.py | ||
| test_tool_file_manager.py | ||
| test_tool_label_manager.py | ||
| test_tool_manager.py | ||
| test_tool_parameter_type.py | ||
| test_tool_provider_controller.py | ||