dify/api/core/app/apps
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
..
advanced_chat feat(workflow): support human input in loop and iteration (#39243) 2026-08-03 02:24:18 +00:00
agent_app Merge remote-tracking branch 'origin/main' into deploy/konwledge 2026-08-07 09:55:10 +08:00
agent_chat refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
chat refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
common chore(api): remove unreachable match suppressions (#39949) 2026-08-04 11:56:37 +00:00
completion test: use sqlite3 session in test_completion_completion_app_generator (#38723) 2026-07-30 02:45:54 +00:00
pipeline chore: more upload file size for paid user (#39967) 2026-08-06 03:23:16 +00:00
workflow chore: bump pyrefly version (#39876) 2026-08-03 05:59:01 +00:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
base_app_generate_response_converter.py feat: ee agent sandbox support (#38528) 2026-07-10 03:56:55 +00:00
base_app_generator.py feat(workflow): support human input in loop and iteration (#39243) 2026-08-03 02:24:18 +00:00
base_app_queue_manager.py fix(agent): bound streams and cancel zombie workflow runs (#39186) 2026-07-17 07:46:42 +00:00
base_app_runner.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
draft_variable_saver.py refactor: add missing @override decorator to remaining MCP, Jieba, embeddings, and misc subclasses (#36528) 2026-05-22 13:45:35 +00:00
exc.py refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00
message_based_app_generator.py refactor: explicit DB session propagation across backend paths (#38559) 2026-07-15 06:48:28 +00:00
message_based_app_queue_manager.py feat(workflow): support human input in loop and iteration (#39243) 2026-08-03 02:24:18 +00:00
message_generator.py feat: add service api of HITL (#32826) 2026-04-24 06:37:10 +00:00
streaming_utils.py feat: add service api of HITL (#32826) 2026-04-24 06:37:10 +00:00
workflow_app_runner.py refactor(workflow): move AgentNode events out of graphon (#39845) 2026-08-04 03:54:40 +00:00