dify/api/core
wangxiaolei 121d301a41
refactor: use session factory instead of call db.session directly (#31198)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-21 13:43:06 +08:00
..
agent fix: missing content if assistant message with tool_calls (#30083) 2026-01-13 12:46:33 +08:00
app refactor: use session factory instead of call db.session directly (#31198) 2026-01-21 13:43:06 +08:00
base
callback_handler
datasource
db
entities
errors
extension
external_data_tool
file
helper refactor(http_request_node): apply DI for http request node (#30509) 2026-01-14 14:19:48 +08:00
llm_generator fix: call get_text_content() instead of casting to str (#31121) 2026-01-16 18:41:00 +09:00
logging
mcp
memory
model_runtime fix: missing content if assistant message with tool_calls (#30083) 2026-01-13 12:46:33 +08:00
moderation
ops refactor: use session factory instead of call db.session directly (#31198) 2026-01-21 13:43:06 +08:00
plugin fix: fix dify-plugin-daemon error message (#31218) 2026-01-19 16:00:44 +08:00
prompt
rag
repositories
schemas
tools refactor: refactor workflow context (#30607) 2026-01-19 12:18:51 +08:00
trigger
variables refactor(variables): clarify base vs union type naming (#30634) 2026-01-13 23:39:34 +09:00
workflow refactor: refactor workflow context (#30607) 2026-01-19 12:18:51 +08:00
__init__.py
hosting_configuration.py
indexing_runner.py
model_manager.py
provider_manager.py