dify/api/services
hj24 05ab107e73
feat: add export app messages (#32990)
2026-03-07 11:27:15 +08:00
..
auth fix: fix firecrawl url concat (#30008) 2025-12-24 09:40:32 +08:00
document_indexing_proxy
enterprise feat(enterprise): auto-join newly registered accounts to the default workspace (#32308) 2026-03-01 16:53:09 +08:00
entities fix: Add the missing validation of doc_form in the service API. (#32892) 2026-03-03 15:54:43 +08:00
errors fix: consolidate duplicate InvokeRateLimitError definitions (#30229) 2025-12-28 03:03:42 +09:00
plugin fix: clear stale provider credentials during plugin uninstall (#32380) 2026-02-19 10:28:01 +08:00
rag_pipeline refactor: pass KnowledgeConfiguration directly instead of dict (#32732) 2026-03-06 22:15:32 +09:00
recommend_app
retention feat: add export app messages (#32990) 2026-03-07 11:27:15 +08:00
tools refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
trigger refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00
workflow refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
__init__.py
account_service.py fix(api): decouple enterprise default-workspace join from personal workspace creation (#32938) 2026-03-04 14:16:23 +08:00
advanced_prompt_template_service.py
agent_service.py
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
api_token_service.py fix: redis for api token (#31861) 2026-02-06 16:25:27 +08:00
app_dsl_service.py refactor(api): add TypedDict definitions to models/model.py (#32925) 2026-03-06 08:42:54 +09:00
app_generate_service.py feat: support redis xstream (#32586) 2026-03-04 13:18:55 +08:00
app_model_config_service.py refactor(api): add TypedDict definitions to models/model.py (#32925) 2026-03-06 08:42:54 +09:00
app_service.py refactor(api): add TypedDict definitions to models/model.py (#32925) 2026-03-06 08:42:54 +09:00
app_task_service.py refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +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
audio_service.py refactor(api): add TypedDict definitions to models/model.py (#32925) 2026-03-06 08:42:54 +09: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(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
code_based_extension_service.py
conversation_service.py refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00
conversation_variable_updater.py refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00
credit_pool_service.py feat: credit pool (#30720) 2026-01-08 13:17:30 +08:00
dataset_service.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
datasource_provider_service.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
end_user_service.py feat: Service API - add end-user lookup endpoint (#32015) 2026-02-09 14:01:22 +08:00
external_knowledge_service.py refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00
feature_service.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
feedback_service.py
file_service.py refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00
hit_testing_service.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
human_input_delivery_test_service.py refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00
human_input_service.py refactor: human input node decouple db (#32900) 2026-03-04 13:18:32 +08:00
knowledge_service.py
message_service.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +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 refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
model_provider_service.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
oauth_server.py
operation_service.py
ops_service.py
recommended_app_service.py feat: app trial (#26281) 2026-01-22 15:42:54 +08:00
saved_message_service.py
summary_index_service.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +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 refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00
vector_service.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
web_conversation_service.py
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 refactor(dify_graph): introduce run_context and delegate child engine creation (#32964) 2026-03-05 14:31:28 +08:00
workflow_draft_variable_service.py refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00
workflow_event_snapshot_service.py refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00
workflow_run_service.py
workflow_service.py refactor(dify_graph): introduce run_context and delegate child engine creation (#32964) 2026-03-05 14:31:28 +08:00
workspace_service.py fix: When the user is a non-sandbox user and has a paid balance, the … (#32173) 2026-02-10 12:08:23 +08:00