dify/api/core/app/apps
Yansong Zhang 971828615e fix: resolve CI failures for Python style, DB migration, and unit tests
- 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
2026-04-13 15:07:16 +08:00
..
advanced_chat merge: resolve conflicts with origin/main 2026-04-13 12:52:56 +08:00
agent_chat fix: resolve CI failures for Python style, DB migration, and unit tests 2026-04-13 15:07:16 +08:00
chat chore(api): align Python support with 3.12 (#34419) 2026-04-02 05:07:32 +00:00
common fix: resolve CI failures — unused imports, type errors, test updates 2026-04-13 13:10:08 +08:00
completion chore(api): align Python support with 3.12 (#34419) 2026-04-02 05:07:32 +00:00
pipeline refactor(api): reduce Dify GraphInitParams usage (#34825) 2026-04-09 07:59:15 +00:00
workflow revert: remove all sandbox and skill related code 2026-04-13 10:42:36 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
base_app_generate_response_converter.py refactor(api): type error stream response with TypedDict (#34641) 2026-04-07 05:57:42 +00:00
base_app_generator.py refactor(api): use standalone graphon package (#34209) 2026-03-27 21:05:32 +00:00
base_app_queue_manager.py refactor(api): use standalone graphon package (#34209) 2026-03-27 21:05:32 +00:00
base_app_runner.py refactor(api): use standalone graphon package (#34209) 2026-03-27 21:05:32 +00:00
draft_variable_saver.py refactor(api): rename dify_graph to graphon (#34095) 2026-03-25 21:58:56 +08:00
exc.py refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00
message_based_app_generator.py refactor(api): continue decoupling dify_graph from API concerns (#33580) 2026-03-25 20:32:24 +08:00
message_based_app_queue_manager.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
message_generator.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
streaming_utils.py fix(api): excessive high CPU usage caused by RedisClientWrapper (#32212) 2026-02-11 09:49:29 +08:00
workflow_app_runner.py merge: resolve conflicts with origin/main 2026-04-13 12:52:56 +08:00