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 |
||
|---|---|---|
| .. | ||
| app_config | ||
| apps | ||
| entities | ||
| features | ||
| file_access | ||
| layers | ||
| llm | ||
| task_pipeline | ||
| workflow | ||
| __init__.py | ||