dify/api/core
Novice e9f4bde18f
fix: assemble variable support nested node format
2026-01-23 17:22:43 +08:00
..
agent fix: missing content if assistant message with tool_calls (#30083) 2026-01-13 12:46:33 +08:00
app feat(app_asset): add batch upload and file upload URL generation 2026-01-23 14:34:27 +08:00
app_assets feat(app_assets): enhance asset management with CachedPresignStorage 2026-01-23 16:10:28 +08:00
app_bundle feat(app_asset): add batch upload and file upload URL generation 2026-01-23 14:34:27 +08:00
base
callback_handler
datasource
db
entities
errors
extension
external_data_tool
file feat: add context file support 2026-01-16 17:01:44 +08:00
helper refactor(http_request_node): apply DI for http request node (#30509) 2026-01-14 14:19:48 +08:00
llm_generator refactor: better `/context-generate` with frontend support 2026-01-23 01:44:12 +08:00
logging
mcp
memory feat: add context file support 2026-01-16 17:01:44 +08:00
model_runtime feat: add context file support 2026-01-16 17:01:44 +08:00
moderation
ops refactor: use session factory instead of call db.session directly (#31198) 2026-01-21 13:43:06 +08:00
plugin Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-01-19 16:33:10 +08:00
prompt feat: add stream response 2026-01-13 14:13:43 +08:00
rag
repositories
sandbox fix(asset_download_service): suppress error output during download command execution 2026-01-23 17:06:11 +08:00
schemas
session chore: remove duplicate secret field in CliApiSession 2026-01-15 12:10:53 +08:00
skill fix(llm-skill): prompt tool call 2026-01-22 23:36:32 +08:00
tools fix: remove _try_resolve_user_from_request (#31360) 2026-01-22 16:13:10 +08:00
trigger
variables Merge branch 'main' into feat/pull-a-variable 2026-01-13 22:57:27 +08:00
virtual_environment refactor(storage): unified storage cache layer and preasign interface 2026-01-23 17:01:10 +08:00
workflow fix: assemble variable support nested node format 2026-01-23 17:22:43 +08:00
__init__.py
hosting_configuration.py
indexing_runner.py
model_manager.py
provider_manager.py