dify/api/services
tmimmanuel 04c0bf61fa
refactor: use EnumText in provider models (#33634)
2026-03-18 13:27:40 +09: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 fix: enterprise API error handling and license enforcement (#33044) 2026-03-15 20:59:41 -07: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: enterprise API error handling and license enforcement (#33044) 2026-03-15 20:59:41 -07:00
plugin fix: auto-activate credential when provider record exists without act… (#33503) 2026-03-17 17:27:11 +08:00
rag_pipeline refactor: use EnumText for dataset and replace string literals 4 (#33606) 2026-03-18 09:18:08 +09:00
recommend_app change all to httpx (#26119) 2025-10-10 23:41:16 +08:00
retention feat: add metrics to clean message and workflow-run task (#33143) 2026-03-17 13:55:28 +08:00
tools fix: fix mcp tool parameter extract (#33258) 2026-03-11 13:46:38 +08:00
trigger refactor(api): move workflow knowledge nodes and trigger nodes (#33445) 2026-03-15 15:24:59 +08:00
workflow refactor(api): move workflow knowledge nodes and trigger nodes (#33445) 2026-03-15 15:24:59 +08:00
__init__.py
account_service.py refactor: replace sa.String with EnumText in mapped_column for type s… (#33332) 2026-03-14 13:38:27 +09:00
advanced_prompt_template_service.py
agent_service.py refactor(api): Query API to select function_1 (#33565) 2026-03-17 23:29:16 +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
api_token_service.py fix: redis for api token (#31861) 2026-02-06 16:25:27 +08:00
app_dsl_service.py chore: change draft var to user scoped (#33066) 2026-03-16 14:04:41 +08: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): move workflow knowledge nodes and trigger nodes (#33445) 2026-03-15 15:24:59 +08: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(api): replace dict/Mapping with TypedDict in trigger.py and workflow.py (#33562) 2026-03-17 13:14:42 +09:00
attachment_service.py Feat/support multimodal embedding (#29115) 2025-12-09 14:41:46 +08:00
audio_service.py refactor(api): add TypedDict definitions to models/model.py (#32925) 2026-03-06 08:42:54 +09:00
billing_service.py feat: notification (#32192) 2026-03-11 18:29:53 +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: use EnumText for dataset and replace string literals 4 (#33606) 2026-03-18 09:18:08 +09:00
datasource_provider_service.py fix: use correct plugin_id for WaterCrawl datasource (#33182) 2026-03-10 13:32:40 +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 fix: enterprise API error handling and license enforcement (#33044) 2026-03-15 20:59:41 -07:00
feedback_service.py test: add comprehensive unit tests for FeedbackService (#28771) 2025-11-28 11:33:56 +08:00
file_service.py fix(api): allow punctuation in uploaded filenames (#33364) 2026-03-13 21:33:09 +08:00
hit_testing_service.py refactor: use EnumText for dataset and replace string literals 4 (#33606) 2026-03-18 09:18:08 +09:00
human_input_delivery_test_service.py feat: apply markdown rendering to HITL email, sanitize email subject and body (#32305) 2026-03-16 16:52:46 +08:00
human_input_service.py refactor: human input node decouple db (#32900) 2026-03-04 13:18:32 +08:00
knowledge_service.py rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
message_service.py refactor(api): move model_runtime into dify_graph (#32858) 2026-03-02 20:15:32 +08:00
metadata_service.py refactor: use EnumText for dataset and replace string literals 4 (#33606) 2026-03-18 09:18:08 +09:00
model_load_balancing_service.py refactor: use EnumText in provider models (#33634) 2026-03-18 13:27:40 +09: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 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 refactor: replace sa.String with EnumText in mapped_column for type s… (#33332) 2026-03-14 13:38:27 +09:00
summary_index_service.py refactor(api): replace dict with SummaryIndexSettingDict TypedDict in core/rag (#33633) 2026-03-18 13:26:49 +09: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): replace dict/Mapping with TypedDict in dataset models (#33550) 2026-03-17 10:33:29 +09:00
web_conversation_service.py refactor: replace sa.String with EnumText in mapped_column for type s… (#33332) 2026-03-14 13:38:27 +09:00
webapp_auth_service.py chore: case insensitive email (#29978) 2026-01-13 15:42:44 +08:00
website_service.py fix: use correct plugin_id for WaterCrawl datasource (#33182) 2026-03-10 13:32:40 +08: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 chore: change draft var to user scoped (#33066) 2026-03-16 14:04:41 +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 feat(api): Introduce workflow pause state management (#27298) 2025-10-30 14:41:09 +08:00
workflow_service.py chore: change draft var to user scoped (#33066) 2026-03-16 14:04:41 +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