dify/api/services
wdeveloper16 0841b4c663
refactor(api): migrate tools, account, workflow and plugin services to SQLAlchemy 2.0 (#34966)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-04-12 01:45:27 +00:00
..
auth
document_indexing_proxy
enterprise refactor(api): tighten types for Tenant.custom_config_dict and MCPToolProvider.headers (#34698) 2026-04-08 01:36:42 +00:00
entities refactor(api): deduplicate DSL shared entities into dsl_entities.py (#34762) 2026-04-09 06:04:18 +00:00
errors fix: enterprise API error handling and license enforcement (#33044) 2026-03-15 20:59:41 -07:00
plugin refactor(api): migrate tools, account, workflow and plugin services to SQLAlchemy 2.0 (#34966) 2026-04-12 01:45:27 +00:00
rag_pipeline refactor(api): migrate tools, account, workflow and plugin services to SQLAlchemy 2.0 (#34966) 2026-04-12 01:45:27 +00:00
recommend_app refactor(api): type recommend app database retrieval dicts with TypedDicts (#34873) 2026-04-10 00:32:24 +00:00
retention refactor(api): use sessionmaker in end user, retention & cleanup services (#34765) 2026-04-08 23:21:28 +00:00
tools refactor(services): migrate builtin_tools_manage_service to SQLAlchemy 2.0 select() API (#34973) 2026-04-12 01:25:51 +00:00
trigger refactor(services): migrate trigger_provider_service to SQLAlchemy 2.0 select() API (#34972) 2026-04-12 01:36:13 +00:00
workflow refactor: convert AppMode if/elif to match/case in service files (#30001) (#34562) 2026-04-05 10:22:11 +00:00
__init__.py
account_service.py refactor(api): migrate tools, account, workflow and plugin services to SQLAlchemy 2.0 (#34966) 2026-04-12 01:45:27 +00:00
advanced_prompt_template_service.py
agent_service.py
annotation_service.py
api_based_extension_service.py
api_token_service.py
app_dsl_service.py refactor: convert appmode misc if/elif to match/case (#30001) (#34869) 2026-04-10 00:35:12 +00:00
app_generate_service.py refactor(services): replace Union with | syntax in service layer (#34905) 2026-04-10 07:44:47 +00:00
app_model_config_service.py
app_service.py
app_task_service.py
async_workflow_service.py refactor(services): replace Union with | syntax in service layer (batch 2) (#34906) 2026-04-10 07:05:31 +00:00
attachment_service.py refactor: migrate session.query to select API in sync task and services (#34619) 2026-04-07 04:23:14 +00:00
audio_service.py
billing_service.py refactor: enhance billing info response handling (#34340) 2026-04-08 03:49:35 +00:00
clear_free_plan_tenant_expired_logs.py refactor(services): migrate dataset_service and clear_free_plan_tenant_expired_logs to SQLAlchemy 2.0 select() API (#34970) 2026-04-12 01:21:52 +00:00
code_based_extension_service.py
conversation_service.py
conversation_variable_updater.py
credit_pool_service.py refactor: use sessionmaker in small services 2 (#34696) 2026-04-08 05:06:50 +00:00
dataset_service.py refactor(services): migrate dataset_service and clear_free_plan_tenant_expired_logs to SQLAlchemy 2.0 select() API (#34970) 2026-04-12 01:21:52 +00:00
datasource_provider_service.py refactor(services): migrate datasource_provider_service to SQLAlchemy 2.0 select() API (#34974) 2026-04-12 01:23:24 +00:00
end_user_service.py refactor(api): use sessionmaker in end user, retention & cleanup services (#34765) 2026-04-08 23:21:28 +00:00
external_knowledge_service.py refactor(services): replace Union with | syntax in service layer (batch 2) (#34906) 2026-04-10 07:05:31 +00:00
feature_service.py refactor: enhance billing info response handling (#34340) 2026-04-08 03:49:35 +00:00
feedback_service.py
file_service.py refactor(services): replace Union with | syntax in service layer (#34905) 2026-04-10 07:44:47 +00:00
hit_testing_service.py refactor(api): remove duplicated RAG entities from services layer (#34689) 2026-04-07 23:36:59 +00:00
human_input_delivery_test_service.py
human_input_service.py
knowledge_service.py
message_service.py
metadata_service.py
model_load_balancing_service.py refactor(services): replace Union with | syntax in service layer (batch 2) (#34906) 2026-04-10 07:05:31 +00:00
model_provider_service.py
oauth_server.py refactor: use sessionmaker in small services 2 (#34696) 2026-04-08 05:06:50 +00:00
operation_service.py more httpx (#25651) 2025-09-22 23:07:09 +08:00
ops_service.py refactor(api): type OpsTraceProviderConfigMap with TracingProviderCon… (#34424) 2026-04-02 01:47:08 +00:00
recommended_app_service.py
saved_message_service.py
summary_index_service.py refactor(services): migrate summary_index_service to SQLAlchemy 2.0 select() API (#34971) 2026-04-12 01:37:16 +00:00
tag_service.py refactor: replace dict params with BaseModel payloads in TagService (#34422) 2026-04-07 04:20:02 +00:00
variable_truncator.py test: add unit tests for services and tasks part-4 (#33223) 2026-04-02 08:35:46 +00:00
vector_service.py refactor(api): remove duplicated RAG entities from services layer (#34689) 2026-04-07 23:36:59 +00:00
web_conversation_service.py
webapp_auth_service.py
website_service.py refactor(api): type crawl status dicts with CrawlStatusDict TypedDict (#34611) 2026-04-07 01:01:04 +00:00
workflow_app_service.py
workflow_draft_variable_service.py refactor(api): migrate tools, account, workflow and plugin services to SQLAlchemy 2.0 (#34966) 2026-04-12 01:45:27 +00:00
workflow_event_snapshot_service.py
workflow_restore.py
workflow_run_service.py
workflow_service.py refactor(api): migrate tools, account, workflow and plugin services to SQLAlchemy 2.0 (#34966) 2026-04-12 01:45:27 +00:00
workspace_service.py