dify/api/services
NFish d186daa131
E-300 (#19726)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Hash Brown <hi@xzd.me>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: GareArc <chen4851@purdue.edu>
Co-authored-by: Byron.wang <byron@dify.ai>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
Co-authored-by: KVOJJJin <jzongcode@gmail.com>
Co-authored-by: Alexi.F <654973939@qq.com>
Co-authored-by: Xiyuan Chen <52963600+GareArc@users.noreply.github.com>
Co-authored-by: kautsar_masuara <61046989+izon-masuara@users.noreply.github.com>
Co-authored-by: achmad-kautsar <achmad.kautsar@insignia.co.id>
Co-authored-by: Xin Zhang <sjhpzx@gmail.com>
Co-authored-by: kelvintsim <83445753+kelvintsim@users.noreply.github.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Zixuan Cheng <61724187+Theysua@users.noreply.github.com>
2025-05-20 12:07:50 +08:00
..
auth feat: Integrate WaterCrawl.dev as a new knowledge base provider (#16396) 2025-04-07 12:43:23 +08:00
enterprise E-300 (#19726) 2025-05-20 12:07:50 +08:00
entities Chore/code format and Repair commit_id 3254018d more deleted codes and Fix naming error ambiguity between workflow_run_id and workflow_id (#17075) 2025-03-29 14:15:53 +08:00
errors E-300 (#19726) 2025-05-20 12:07:50 +08:00
plugin Enhance Code Consistency Across Repository with `.editorconfig` (#19023) 2025-04-29 18:04:33 +08:00
recommend_app feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
tools refactor: rename plugin manager to plugin client and rename path from manager to impl (#18876) 2025-04-27 14:22:25 +08:00
workflow feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
__init__.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
account_service.py E-300 (#19726) 2025-05-20 12:07:50 +08:00
advanced_prompt_template_service.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
agent_service.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
annotation_service.py chore: all model.query replace to db.session.query (#19521) 2025-05-12 15:19:41 +08:00
api_based_extension_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
app_dsl_service.py chore: Updates version numbers to 1.4.0 and related services (#19731) 2025-05-15 16:03:16 +08:00
app_generate_service.py feat: tenant app invocations limiter (#16221) 2025-03-19 17:24:02 +08:00
app_model_config_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
app_service.py E-300 (#19726) 2025-05-20 12:07:50 +08:00
audio_service.py Fix wrong allowed extensions (#16893) 2025-03-27 15:42:12 +08:00
billing_service.py Feat/education api (#17168) 2025-04-01 02:45:34 -04:00
clear_free_plan_tenant_expired_logs.py fix: optimize query for expired workflow runs by adding date filter and limiting results (#16491) 2025-03-22 11:17:21 +08:00
code_based_extension_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
conversation_service.py Resolves #18536 Retreive conversation variables (#18581) 2025-04-25 11:52:25 +08:00
dataset_service.py Resolve Python Logger library warnings (#19791) 2025-05-16 14:31:54 +08:00
external_knowledge_service.py fix: replace all dataset.Model.query to db.session.query(Model) (#19509) 2025-05-12 13:52:33 +08:00
feature_service.py E-300 (#19726) 2025-05-20 12:07:50 +08:00
file_service.py feat(workflow): domain model for workflow node execution (#19430) 2025-05-17 00:56:16 +08:00
hit_testing_service.py fix: metadata filtering condition variable unassigned; fix External K… (#19208) 2025-05-07 14:52:09 +08:00
knowledge_service.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
message_service.py add endpoint of get feedbacks (#18697) 2025-05-13 10:35:14 +08:00
metadata_service.py fix: replace all dataset.Model.query to db.session.query(Model) (#19509) 2025-05-12 13:52:33 +08:00
model_load_balancing_service.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
model_provider_service.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
moderation_service.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
operation_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
ops_service.py fix create_tracing_app_config error (#19884) 2025-05-19 10:09:21 +08:00
recommended_app_service.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
saved_message_service.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
tag_service.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
vector_service.py fix(vector_service): Fixes type hinting and removes unnecessary ignores (#19574) 2025-05-13 11:29:02 +08:00
web_conversation_service.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
webapp_auth_service.py E-300 (#19726) 2025-05-20 12:07:50 +08:00
website_service.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
workflow_app_service.py feat(workflow): domain model for workflow node execution (#19430) 2025-05-17 00:56:16 +08:00
workflow_run_service.py fix: correct type mismatch in WorkflowService node execution handling (#19846) 2025-05-17 12:31:27 +08:00
workflow_service.py fix: correct type mismatch in WorkflowService node execution handling (#19846) 2025-05-17 12:31:27 +08:00
workspace_service.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00