dify/api/core/app
Stephen Zhou fde800e337
Merge remote-tracking branch 'origin/main' into deploy/konwledge
# Conflicts:
#	.github/dependabot.yml
#	.github/workflows/deploy-dev.yml
#	api/app_factory.py
#	api/core/indexing_runner.py
#	api/services/feature_service.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/service_api/app/test_conversation.py
#	api/tests/unit_tests/controllers/web/test_site.py
#	api/tests/unit_tests/core/rag/indexing/test_indexing_runner.py
#	api/tests/unit_tests/core/tools/test_base_tool.py
#	api/tests/unit_tests/extensions/otel/test_retrieval_tracing.py
#	api/tests/unit_tests/extensions/test_ext_login.py
#	api/tests/unit_tests/services/test_feature_service_deployment_edition.py
#	api/tests/unit_tests/services/test_feature_service_knowledge_fs.py
#	api/tests/unit_tests/services/test_feature_service_licensed_seats.py
2026-08-07 09:55:10 +08:00
..
app_config refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
apps Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-07 09:55:10 +08:00
entities refactor: introduce agent working environment architecture (#39480) 2026-07-28 13:16:05 +00:00
features refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
file_access refactor: add missing @override decorator to file access controller and workflow file runtime (#36495) 2026-05-21 19:39:51 +00:00
layers fix: preserve ResponseStreamFilter state across workflow pause/resume (#38540) 2026-07-09 01:05:47 +00:00
llm fix: handle unconfigured LLM workflow streams (#39741) 2026-07-29 06:07:24 +00:00
task_pipeline chore(api): remove unreachable match suppressions (#39949) 2026-08-04 11:56:37 +00:00
workflow feat(agent): separate CLI file URL audiences (#39952) 2026-08-04 13:14:02 +00:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00