dify/api/core/app/apps
kenwoodjw cf34e3ee1a
fix(agent): send uploaded images as native multimodal input (#41685)
Co-authored-by: kenwood chan <kenwoodchan@kenwooddeMacBook-Pro.local>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: yunlu.wen <yunlu.wen@dify.ai>
2026-09-07 04:23:03 +00:00
..
advanced_chat feat(api): track credit usage contexts (#41181) 2026-08-25 10:21:32 +00:00
agent_app fix(agent): send uploaded images as native multimodal input (#41685) 2026-09-07 04:23:03 +00:00
agent_chat refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
chat feat(api): track credit usage contexts (#41181) 2026-08-25 10:21:32 +00:00
common chore(api): remove unreachable match suppressions (#39949) 2026-08-04 11:56:37 +00:00
completion feat(api): track credit usage contexts (#41181) 2026-08-25 10:21:32 +00:00
pipeline feat(api): track credit usage contexts (#41181) 2026-08-25 10:21:32 +00:00
workflow feat(api): track credit usage contexts (#41181) 2026-08-25 10:21:32 +00:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
base_app_generate_response_converter.py fix(agent): reject incompatible session snapshots (#41447) 2026-08-31 02:26:07 +00:00
base_app_generator.py feat(workflow): support human input in loop and iteration (#39243) 2026-08-03 02:24:18 +00:00
base_app_queue_manager.py fix(api): ignore broken pipe during app stop checks 🤖🤖🤖 (#41356) 2026-08-27 06:39:06 +00:00
base_app_runner.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
draft_variable_saver.py refactor: add missing @override decorator to remaining MCP, Jieba, embeddings, and misc subclasses (#36528) 2026-05-22 13:45:35 +00:00
exc.py fix(agent): reject incompatible session snapshots (#41447) 2026-08-31 02:26:07 +00:00
execution_coordinator.py fix(workflow): honor stop between non-streaming nodes (#41090) 2026-08-24 02:51:20 +00:00
message_based_app_generator.py fix(api): prevent dropped workflow_started events in Redis Streams (#40964) 2026-08-21 03:46:50 +00:00
message_based_app_queue_manager.py fix(api): decouple response listeners from execution lifecycle (#39813) 2026-08-13 05:50:43 +00:00
message_generator.py fix(api): prevent dropped workflow_started events in Redis Streams (#40964) 2026-08-21 03:46:50 +00:00
streaming_utils.py fix(api): prevent dropped workflow_started events in Redis Streams (#40964) 2026-08-21 03:46:50 +00:00
workflow_app_runner.py feat: add command cli to migration rbac scope to automatic_include_workspace_members (#41304) 2026-08-26 09:10:22 +00:00