dify/api/core/tools
Stephen Zhou 574461604d
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	api/commands/system.py
#	api/controllers/console/init_validate.py
#	api/controllers/console/workspace/account.py
#	api/controllers/console/wraps.py
#	api/controllers/openapi/auth/data.py
#	api/core/hosting_configuration.py
#	api/core/provider_manager.py
#	api/core/rag/retrieval/dataset_retrieval.py
#	api/services/workspace_service.py
#	api/tasks/workflow_cfs_scheduler/entities.py
#	api/tests/test_containers_integration_tests/controllers/console/auth/test_password_reset.py
#	api/tests/test_containers_integration_tests/services/test_feature_service.py
#	api/tests/unit_tests/controllers/console/auth/test_account_activation.py
#	api/tests/unit_tests/controllers/openapi/auth/test_data.py
#	api/tests/unit_tests/controllers/service_api/app/test_hitl_service_api.py
#	api/tests/unit_tests/extensions/otel/test_retrieval_tracing.py
#	api/tests/unit_tests/services/test_feature_service_knowledge_fs.py
#	dev/start-worker
#	packages/contracts/console.ts
#	packages/contracts/package.json
#	packages/iconify-collections/custom-public/icons.json
#	web/app/components/workflow/__tests__/index.spec.tsx
#	web/app/components/workflow/index.tsx
#	web/features/new-rag/document-chunk-tree.tsx
#	web/service/fetch.spec.ts
2026-08-12 10:33:29 +08:00
..
__base fix: reconcile remaining main merge regressions 2026-08-11 10:45:17 +08:00
builtin_tool Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-12 10:33:29 +08:00
custom_tool fix: fix auth prefix duplicate (#38616) 2026-07-09 12:55:58 +00:00
entities fix: reconcile remaining main merge regressions 2026-08-11 10:45:17 +08:00
mcp_tool refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
plugin_tool refactor: thread explicit sessions through app retrieval paths (#38309) 2026-07-02 17:00:47 +00:00
utils chore: Remove redundant dataset context string conversions (#40189) 2026-08-08 18:26:52 +00:00
workflow_as_tool refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
__init__.py improve: generalize tool parameter converter (#4786) 2024-06-03 21:26:58 +08:00
errors.py refactor: use sessionmaker in api_tools_manage_service.py (#34892) 2026-04-17 05:07:12 +00:00
signature.py refactor(dify-agent): download Binding files through Agent Stub (#40143) 2026-08-07 14:56:52 +00:00
tool_engine.py refactor: thread explicit sessions through app retrieval paths (#38309) 2026-07-02 17:00:47 +00:00
tool_file_manager.py feat: daily sync (#38593) 2026-07-09 10:35:15 +00:00
tool_label_manager.py refactor: convert isinstance chains to match/case pattern (#36364) 2026-05-20 03:07:19 +00:00
tool_manager.py feat(workflow): support human input in loop and iteration (#39243) 2026-08-03 02:24:18 +00:00