dify/api/services
Yunlu Wen a728e0ac69
feat: adding dify cli (#36348)
Co-authored-by: GareArc <garethcxy@dify.ai>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: L1nSn0w <l1nsn0w@qq.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: gigglewang <gigglewang@dify.ai>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Xiyuan Chen <52963600+GareArc@users.noreply.github.com>
2026-05-26 01:12:36 +00:00
..
agent feat: output declaration and inspector (#36618) 2026-05-25 10:08:58 +00:00
auth
document_indexing_proxy
enterprise feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
entities fix(api): fix invalid token error while changing email (#36412) 2026-05-20 05:51:15 +00:00
errors fix(errors): clean unnecessary | None in error classes (#36135) 2026-05-14 03:21:41 +00:00
openapi feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
plugin feat(plugin): cache plugin model providers by tenant (#36449) 2026-05-23 09:12:09 +00:00
rag_pipeline fix(api): use plain Session in RAG pipeline controllers to prevent closed-transaction error (#36392) 2026-05-24 03:50:59 +00:00
recommend_app fix: get recommend_app categories should not re-order it (#36161) 2026-05-14 06:36:28 +00:00
retention chore: Remove pyright in favor of pyrefly (#36154) 2026-05-14 05:49:08 +00:00
tools feat(plugin): cache plugin model providers by tenant (#36449) 2026-05-23 09:12:09 +00:00
trigger feat(plugin): cache plugin model providers by tenant (#36449) 2026-05-23 09:12:09 +00:00
workflow chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
__init__.py
account_service.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
advanced_prompt_template_service.py
agent_service.py
annotation_service.py chore: api para type (#35985) 2026-05-10 06:04:42 +00:00
api_based_extension_service.py
api_token_service.py
app_dsl_service.py refactor: cleanup duplicate code (#36173) 2026-05-14 10:34:31 +00:00
app_generate_service.py refactor: quota v3 integration (#35436) 2026-04-27 01:49:40 +00:00
app_model_config_service.py
app_service.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
app_task_service.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
async_workflow_service.py refactor: quota v3 integration (#35436) 2026-04-27 01:49:40 +00:00
attachment_service.py fix(api): close base64 file lookup sessions (#36308) 2026-05-18 07:13:12 +00:00
audio_service.py chore: api para type (#35985) 2026-05-10 06:04:42 +00:00
billing_service.py chore: seprate vector space quota query (#36514) 2026-05-22 09:26:17 +00:00
clear_free_plan_tenant_expired_logs.py fix: fix delete logs failed (#36151) 2026-05-14 08:02:31 +00:00
code_based_extension_service.py
conversation_service.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
conversation_variable_updater.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
credit_pool_service.py fix: credit pool access outside flask context (#36143) 2026-05-14 02:45:53 +00:00
dataset_service.py fix: normalize summary_index_setting None to fix preview error (#36626) 2026-05-25 13:42:45 +00:00
datasource_provider_service.py feat(plugin): cache plugin model providers by tenant (#36449) 2026-05-23 09:12:09 +00:00
dsl_version.py refactor: cleanup duplicate code (#36173) 2026-05-14 10:34:31 +00:00
end_user_service.py
external_knowledge_service.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
feature_service.py chore: seprate vector space quota query (#36514) 2026-05-22 09:26:17 +00:00
feedback_service.py
file_service.py fix(api): close base64 file lookup sessions (#36308) 2026-05-18 07:13:12 +00:00
hit_testing_service.py fix: knowledge hit-testing render failed. (#36106) 2026-05-13 07:31:38 +00:00
human_input_delivery_test_service.py chore(api): adapt Graphon 0.2.2 upgrade (#35377) 2026-04-18 11:16:24 +00:00
human_input_service.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
knowledge_service.py
message_service.py fix: suggested questions API crash on legacy conversation override configs (#36459) 2026-05-21 01:58:52 +00:00
metadata_service.py
model_load_balancing_service.py chore: Remove pyright in favor of pyrefly (#36154) 2026-05-14 05:49:08 +00:00
model_provider_service.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
oauth_device_flow.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
oauth_server.py
operation_service.py
ops_service.py
quota_service.py refactor: quota v3 integration (#35436) 2026-04-27 01:49:40 +00:00
recommended_app_service.py fix: add null check in get_recommend_app_detail before accessing result['id'] (#36153) 2026-05-14 06:42:22 +00:00
saved_message_service.py
summary_index_service.py refactor: migrate DocumentSegmentSummary to TypeBase (#34862) 2026-04-17 06:58:32 +00:00
tag_service.py fix: allow tag rename without type payload (#36182) 2026-05-15 01:29:17 +00:00
variable_truncator.py refactor: convert isinstance chains to match/case (#35902) (#35922) 2026-05-08 09:51:10 +00:00
vector_service.py chore: DocumentSegment to Typebase (#35635) 2026-05-12 07:02:17 +00:00
web_conversation_service.py
webapp_auth_service.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
website_service.py
workflow_app_service.py feat(plugin): cache plugin model providers by tenant (#36449) 2026-05-23 09:12:09 +00:00
workflow_collaboration_service.py
workflow_comment_service.py
workflow_draft_variable_service.py chore(api): upgrade graphon to v0.3.0 (#35469) 2026-05-09 07:30:03 +00:00
workflow_event_snapshot_service.py feat: add service api of HITL (#32826) 2026-04-24 06:37:10 +00:00
workflow_restore.py
workflow_run_service.py
workflow_service.py feat: wire workflow agent node runtime (#36437) 2026-05-20 12:39:45 +00:00
workspace_service.py