dify/api/services
Novice cccff6768a
Merge commit '9c339239' into sandboxed-agent-rebase
Made-with: Cursor

# Conflicts:
#	api/README.md
#	api/controllers/console/app/workflow_draft_variable.py
#	api/core/agent/cot_agent_runner.py
#	api/core/agent/fc_agent_runner.py
#	api/core/app/apps/advanced_chat/app_runner.py
#	api/core/plugin/backwards_invocation/model.py
#	api/core/prompt/advanced_prompt_transform.py
#	api/core/workflow/nodes/base/node.py
#	api/core/workflow/nodes/llm/llm_utils.py
#	api/core/workflow/nodes/llm/node.py
#	api/core/workflow/nodes/parameter_extractor/parameter_extractor_node.py
#	api/core/workflow/nodes/question_classifier/question_classifier_node.py
#	api/core/workflow/runtime/graph_runtime_state.py
#	api/extensions/storage/base_storage.py
#	api/factories/variable_factory.py
#	api/pyproject.toml
#	api/services/variable_truncator.py
#	api/uv.lock
#	web/app/account/oauth/authorize/page.tsx
#	web/app/components/app/configuration/config-var/config-modal/field.tsx
#	web/app/components/base/alert.tsx
#	web/app/components/base/chat/chat/answer/human-input-content/executed-action.tsx
#	web/app/components/base/chat/chat/answer/more.tsx
#	web/app/components/base/chat/chat/answer/operation.tsx
#	web/app/components/base/chat/chat/answer/workflow-process.tsx
#	web/app/components/base/chat/chat/citation/index.tsx
#	web/app/components/base/chat/chat/citation/popup.tsx
#	web/app/components/base/chat/chat/citation/progress-tooltip.tsx
#	web/app/components/base/chat/chat/citation/tooltip.tsx
#	web/app/components/base/chat/chat/question.tsx
#	web/app/components/base/chat/embedded-chatbot/inputs-form/index.tsx
#	web/app/components/base/chat/embedded-chatbot/inputs-form/view-form-dropdown.tsx
#	web/app/components/base/markdown-blocks/form.tsx
#	web/app/components/base/prompt-editor/plugins/hitl-input-block/component-ui.tsx
#	web/app/components/base/tag-management/panel.tsx
#	web/app/components/base/tag-management/trigger.tsx
#	web/app/components/header/account-setting/index.tsx
#	web/app/components/header/account-setting/members-page/transfer-ownership-modal/index.tsx
#	web/app/components/header/account-setting/model-provider-page/provider-added-card/index.tsx
#	web/app/signin/utils/post-login-redirect.ts
#	web/eslint-suppressions.json
#	web/package.json
#	web/pnpm-lock.yaml
2026-03-23 09:00:45 +08:00
..
auth fix: fix firecrawl url concat (#30008) 2025-12-24 09:40:32 +08:00
document_indexing_proxy feat: enable tenant isolation on duplicate document indexing tasks (#29080) 2025-12-08 17:54:57 +08:00
enterprise feat(enterprise): auto-join newly registered accounts to the default workspace (#32308) 2026-03-01 16:53:09 +08:00
entities feat: Add summary index for knowledge. (#31625) 2026-01-29 13:47:35 +08:00
errors feat(app-assets): add file download functionality with pre-signed URLs and enhance asset management 2026-01-15 17:20:10 +08:00
plugin fix: clear stale provider credentials during plugin uninstall (#32380) 2026-02-19 10:28:01 +08:00
rag_pipeline refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
recommend_app change all to httpx (#26119) 2025-10-10 23:41:16 +08:00
retention fix: update index to optimize message clean performance (#32238) 2026-02-11 16:07:52 +08:00
sandbox fix: namespace sandbox temp paths by sandbox ID to prevent cross-session collisions 2026-03-11 19:19:17 +08:00
tools Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 17:00:56 +08:00
trigger Merge commit '9c339239' into sandboxed-agent-rebase 2026-03-23 09:00:45 +08:00
workflow Merge commit '9c339239' into sandboxed-agent-rebase 2026-03-23 09:00:45 +08:00
__init__.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
account_service.py feat(enterprise): auto-join newly registered accounts to the default workspace (#32308) 2026-03-01 16:53:09 +08:00
advanced_prompt_template_service.py chore: adopt StrEnum and auto() for some string-typed enums (#25129) 2025-09-12 21:14:26 +08:00
agent_service.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
annotation_service.py refactor: port api/controllers/console/app/annotation.py api/controllers/console/explore/trial.py api/controllers/console/workspace/account.py api/controllers/console/workspace/members.py api/controllers/service_api/app/annotation.py to basemodel (#31833) 2026-02-03 09:59:00 +08:00
api_based_extension_service.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
api_token_service.py fix: redis for api token (#31861) 2026-02-06 16:25:27 +08:00
app_asset_package_service.py refactor: unify download item types and eliminate extension-based branching 2026-03-10 17:12:15 +08:00
app_asset_service.py refactor: unify download item types and eliminate extension-based branching 2026-03-10 17:12:15 +08:00
app_bundle_service.py refactor: unify download item types and eliminate extension-based branching 2026-03-10 17:12:15 +08:00
app_dsl_service.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
app_generate_service.py fix: fix chat assistant response mode blocking is not work (#32394) 2026-03-02 14:05:04 +08:00
app_model_config_service.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
app_runtime_upgrade_service.py feat: implement app runtime upgrade feature to clone and convert classic runtime apps to sandboxed mode 2026-03-17 13:54:16 +08:00
app_service.py refactor(workflow): inject credential/model access ports into LLM nodes (#32569) 2026-02-27 14:36:41 +08:00
app_task_service.py refactor(workflow): inject redis into graph engine manager (#32622) 2026-02-27 13:29:52 +08:00
asset_content_service.py feat: add DB inline content cache for app asset draft files 2026-03-10 17:12:14 +08:00
async_workflow_service.py refactor: remove unnecessary type: async_workflow_service.py (#32081) 2026-02-08 03:26:30 +09:00
attachment_service.py Feat/support multimodal embedding (#29115) 2025-12-09 14:41:46 +08:00
audio_service.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
billing_service.py fix: billing account deletion (#31556) 2026-01-27 11:18:23 +08:00
clear_free_plan_tenant_expired_logs.py refactor: replace hardcoded user plan strings with CloudPlan enum (#27675) 2025-11-03 11:51:09 +08:00
code_based_extension_service.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
conversation_service.py fix(api): enforce ownership check for conversation delete (#32686) 2026-03-01 17:53:37 +08:00
conversation_variable_updater.py refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
credit_pool_service.py feat: credit pool (#30720) 2026-01-08 13:17:30 +08:00
dataset_service.py refactor(workflow): inject credential/model access ports into LLM nodes (#32569) 2026-02-27 14:36:41 +08:00
datasource_provider_service.py chore: update the error message (#29325) 2025-12-09 15:29:04 +08:00
end_user_service.py feat: Service API - add end-user lookup endpoint (#32015) 2026-02-09 15:39:16 +08:00
external_knowledge_service.py fix(api): refactors the SQL LIKE pattern escaping logic to use a centralized utility function, ensuring consistent and secure handling of special characters across all database queries. (#30450) 2026-01-06 09:56:30 +08:00
feature_service.py feat: add Creators Platform helper for DSL upload and OAuth redirect (Vibe Kanban) (#32232) 2026-02-11 21:10:48 +08:00
feedback_service.py test: add comprehensive unit tests for FeedbackService (#28771) 2025-11-28 11:33:56 +08:00
file_service.py refactor(workflow-file): move core.file to core.workflow.file (#32252) 2026-02-16 22:38:19 +08:00
hit_testing_service.py fix: hit-test failed when attachment id is not exist (#29563) 2025-12-12 13:45:00 +08:00
human_input_delivery_test_service.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
human_input_service.py fix(api): excessive high CPU usage caused by RedisClientWrapper (#32212) 2026-02-11 09:49:29 +08:00
knowledge_service.py rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
llm_generation_service.py chore: remove unused changes 2025-12-10 15:04:19 +08:00
message_service.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
metadata_service.py fix: metadata batch edit silently fails due to split transactions and swallowed exceptions (#32041) 2026-02-12 12:59:59 +08:00
model_load_balancing_service.py chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
model_provider_service.py chore: remove icon_large of models (#30466) 2026-01-03 02:35:17 +09:00
oauth_server.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
operation_service.py more httpx (#25651) 2025-09-22 23:07:09 +08:00
ops_service.py feat: MLflow tracing (#26093) 2025-11-22 13:53:58 +08:00
recommended_app_service.py feat: app trial (#26281) 2026-01-22 15:42:54 +08:00
saved_message_service.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
skill_service.py feat: update LLM node skills API to extract tool dependencies and change endpoint to POST 2026-03-11 14:41:33 +08:00
storage_ticket_service.py fix: agentbox using nginx for traffic proxy 2026-02-15 11:31:22 +08:00
summary_index_service.py fix: summary index bug (#31810) 2026-02-02 09:45:17 +08:00
tag_service.py fix: "refactor: port api/controllers/console/tag/tags.py to ov3" (#31887) 2026-02-03 22:18:53 +08:00
variable_truncator.py Merge commit '9c339239' into sandboxed-agent-rebase 2026-03-23 09:00:45 +08:00
vector_service.py Feat/support multimodal embedding (#29115) 2025-12-09 14:41:46 +08:00
web_conversation_service.py use deco to avoid current_user (#26077) 2025-10-16 15:45:51 +09:00
webapp_auth_service.py chore: case insensitive email (#29978) 2026-01-13 15:42:44 +08:00
website_service.py chore: use from __future__ import annotations (#30254) 2026-01-06 23:57:20 +09:00
workflow_app_service.py feat: archive workflow run logs backend (#31310) 2026-01-23 13:11:56 +08:00
workflow_collaboration_service.py fix: make sure restart server not get ghost online user 2026-02-07 09:48:07 +08:00
workflow_comment_service.py feat: mentioned user email can directly open app 2026-02-14 15:08:20 +08:00
workflow_draft_variable_service.py refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
workflow_event_snapshot_service.py fix(api): excessive high CPU usage caused by RedisClientWrapper (#32212) 2026-02-11 09:49:29 +08:00
workflow_run_service.py refactor(llm node): tool call tool result entity 2025-12-17 10:30:21 +08:00
workflow_service.py Merge commit '9c339239' into sandboxed-agent-rebase 2026-03-23 09:00:45 +08:00
workspace_service.py fix: When the user is a non-sandbox user and has a paid balance, the … (#32173) 2026-02-10 15:36:40 +08:00