dify/api/core
weiguang li 14251b249d
fix(api): include file marker for workflow tool file outputs (#32114)
2026-02-10 16:51:12 +08:00
..
agent
app feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
base
callback_handler
datasource refactor: replace request.args.get with Pydantic BaseModel validation (#31104) 2026-01-27 10:48:42 +08:00
db
entities feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
errors
extension
external_data_tool
file refactor(typing): Fixup typing A2 - workflow engine & nodes (#31723) 2026-01-31 18:00:56 +09:00
helper feat: use static manifest for pre-caching all plugin manifests before checking updates (#31942) 2026-02-05 18:58:17 +08:00
llm_generator fix: summary index bug (#31810) 2026-02-02 09:45:17 +08:00
logging
mcp chore(typing): reduce ty excludes for A1 (#31721) 2026-01-30 02:38:57 +08:00
memory
model_runtime fix(i18n): improve Chinese translation of Max Tokens (#31771) 2026-01-30 20:19:35 +08:00
moderation
ops feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
plugin feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
prompt
rag refactor: decouple database operations from knowledge retrieval nodes (#31981) 2026-02-09 13:56:55 +08:00
repositories feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
schemas refactor(typing): Fixup typing A2 - workflow engine & nodes (#31723) 2026-01-31 18:00:56 +09:00
tools fix(api): include file marker for workflow tool file outputs (#32114) 2026-02-10 16:51:12 +08:00
trigger fix(redis): Redis Cluster eval errors by adding hash tags to trigger debug keys (#31701) 2026-01-30 16:05:02 +08:00
variables chore: Remove redundant double space in variable type description (core/variables/variables.py) (#32002) 2026-02-05 21:44:31 +08:00
workflow feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
__init__.py
hosting_configuration.py
indexing_runner.py refactor: port api/controllers/console/datasets/datasets_document.py api/controllers/service_api/app/annotation.py api/core/app/app_config/easy_ui_based_app/agent/manager.py api/core/app/apps/pipeline/pipeline_generator.py api/core/workflow/nodes/knowledge_retrieval/knowledge_retrieval_node.py to match case (#31832) 2026-02-02 19:07:30 +09:00
model_manager.py
provider_manager.py