mirror of
https://github.com/langgenius/dify.git
synced 2026-05-11 06:37:13 +08:00
- Fix type errors in dify_graph/nodes/agent/agent_node.py: - Add missing user_id param to get_agent_tool_runtime call - Use create_plugin_provider_manager instead of bare ProviderManager() - Pass provider_manager to ModelManager constructor - Add access_controller param to file_factory.build_from_mapping - Fix return type annotation for _fetch_memory - Fix DB migration chain: update workflow_comments migration to point to correct parent after sandbox migration removal - Fix test_app_generate_service: set AGENT_V2_TRANSPARENT_UPGRADE=False in mock config to prevent transparent upgrade intercepting test flow - Fix test_app_generator: add scalar method to mock db.session - Fix test_app_models: add AppMode.AGENT to expected modes set - Remove unnecessary db.session.close() from agent_chat app_runner Made-with: Cursor |
||
|---|---|---|
| .. | ||
| advanced_chat | ||
| agent_chat | ||
| chat | ||
| common | ||
| completion | ||
| pipeline | ||
| workflow | ||
| __init__.py | ||
| base_app_generate_response_converter.py | ||
| base_app_generator.py | ||
| base_app_queue_manager.py | ||
| base_app_runner.py | ||
| draft_variable_saver.py | ||
| exc.py | ||
| message_based_app_generator.py | ||
| message_based_app_queue_manager.py | ||
| message_generator.py | ||
| streaming_utils.py | ||
| workflow_app_runner.py | ||