dify/api/services
2024-12-13 20:21:47 +08:00
..
auth chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
enterprise fix: remove url join (#9635) 2024-10-22 15:56:53 +08:00
entities Merge branch 'main' into fix/chore-fix 2024-11-11 14:00:53 +08:00
errors chore(lint): sort __all__ definitions (#11243) 2024-12-03 13:26:33 +08:00
plugin fix: deleted_tools 2024-11-25 23:22:17 +08:00
recommend_app chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
tools Merge branch 'fix/chore-fix' into dev/plugin-deploy 2024-12-12 19:16:31 +08:00
workflow refactor(core): Remove extra_config from File. (#10203) 2024-11-08 18:13:24 +08:00
__init__.py
account_service.py fix: unbound variable 2024-12-13 20:21:47 +08:00
advanced_prompt_template_service.py
agent_service.py refactor: rename agent to agent strategy 2024-12-12 18:27:31 +08:00
annotation_service.py chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
api_based_extension_service.py
app_dsl_service.py chore: reformat 2024-12-04 19:02:28 +08:00
app_generate_service.py Merge branch 'main' into fix/chore-fix 2024-12-04 15:34:39 +08:00
app_model_config_service.py
app_service.py chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
audio_service.py
billing_service.py
code_based_extension_service.py
conversation_service.py fix: timezone not imported in conversation service. (#11076) 2024-11-25 20:53:55 +08:00
dataset_service.py Merge branch 'main' into fix/chore-fix 2024-12-04 15:34:39 +08:00
external_knowledge_service.py chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
feature_service.py Merge branch 'main' into fix/chore-fix 2024-12-04 15:34:39 +08:00
file_service.py chore: bump minimum supported Python version to 3.11 (#10386) 2024-11-24 13:28:46 +08:00
hit_testing_service.py
knowledge_service.py Fix/agent external knowledge retrieval (#9241) 2024-10-11 19:21:03 +08:00
message_service.py
model_load_balancing_service.py Merge branch 'main' into fix/chore-fix 2024-11-25 15:37:19 +08:00
model_provider_service.py integrate model provider with plugin daemon 2024-10-30 18:56:52 -07:00
moderation_service.py
operation_service.py
ops_service.py
recommended_app_service.py refactor: Refactor the service of retrieval the recommend app (#9302) 2024-10-14 13:26:21 +08:00
saved_message_service.py
tag_service.py chore: avoid implicit optional in type annotations of method (#8727) 2024-10-09 14:36:43 +08:00
vector_service.py
web_conversation_service.py
website_service.py fix: refactor all 'or []' and 'or {}' logic to make code more clear (#10883) 2024-11-21 10:34:43 +08:00
workflow_app_service.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
workflow_run_service.py fix: workflow loads tool provider icon 2024-12-02 21:08:36 +08:00
workflow_service.py Merge branch 'main' into fix/chore-fix 2024-12-04 15:34:39 +08:00
workspace_service.py