dify/api/tests/unit_tests/core
Novice 89b76d6c33
Merge commit '657eeb65' into sandboxed-agent-rebase
Made-with: Cursor

# Conflicts:
#	api/core/agent/cot_chat_agent_runner.py
#	api/core/agent/fc_agent_runner.py
#	api/core/memory/token_buffer_memory.py
#	api/core/variables/segments.py
#	api/core/workflow/file/file_manager.py
#	api/core/workflow/nodes/agent/agent_node.py
#	api/core/workflow/nodes/llm/llm_utils.py
#	api/core/workflow/nodes/parameter_extractor/parameter_extractor_node.py
#	api/core/workflow/workflow_entry.py
#	api/factories/variable_factory.py
#	api/pyproject.toml
#	api/services/variable_truncator.py
#	api/uv.lock
#	web/app/components/app/app-publisher/index.tsx
#	web/app/components/app/overview/settings/index.tsx
#	web/app/components/apps/app-card.tsx
#	web/app/components/apps/index.tsx
#	web/app/components/apps/list.tsx
#	web/app/components/base/chat/chat-with-history/header-in-mobile.tsx
#	web/app/components/base/features/new-feature-panel/conversation-opener/modal.tsx
#	web/app/components/base/features/new-feature-panel/file-upload/setting-content.tsx
#	web/app/components/base/features/new-feature-panel/moderation/moderation-setting-modal.tsx
#	web/app/components/base/features/new-feature-panel/text-to-speech/param-config-content.tsx
#	web/app/components/base/message-log-modal/index.tsx
#	web/app/components/base/switch/index.tsx
#	web/app/components/base/tab-slider-plain/index.tsx
#	web/app/components/explore/try-app/app-info/index.tsx
#	web/app/components/plugins/plugin-detail-panel/tool-selector/components/reasoning-config-form.tsx
#	web/app/components/workflow/nodes/llm/components/json-schema-config-modal/visual-editor/edit-card/required-switch.tsx
#	web/app/components/workflow/nodes/llm/panel.tsx
#	web/contract/router.ts
#	web/eslint-suppressions.json
#	web/i18n/fa-IR/workflow.json
2026-03-19 17:38:56 +08:00
..
agent test: update unit tests for system message handling and workflow collaboration serices 2026-03-19 17:19:56 +08:00
app Merge commit '657eeb65' into sandboxed-agent-rebase 2026-03-19 17:38:56 +08:00
app_assets refactor: unify download item types and eliminate extension-based branching 2026-03-10 17:12:15 +08:00
datasource fix: handle missing credential_id (#30051) 2025-12-24 11:21:51 +08:00
file Merge commit '657eeb65' into sandboxed-agent-rebase 2026-03-19 17:38:56 +08:00
helper feat(refactoring): Support Structured Logging (JSON) (#30170) 2026-01-04 11:46:46 +08:00
llm_generator/output_parser feat: implement file structured output 2026-02-05 00:11:39 +08:00
logging feat(refactoring): Support Structured Logging (JSON) (#30170) 2026-01-04 11:46:46 +08:00
mcp feat: implement RFC-compliant OAuth discovery with dynamic scope selection for MCP providers (#28294) 2025-11-20 11:18:16 +08:00
model_runtime fix: Drain non-stream plugin chunk iterator (#31564) 2026-01-30 16:54:56 +08:00
moderation Feat/ implement test script of content moderation (#28923) 2025-11-30 12:43:58 +08:00
ops fix(ops): correct LangSmith dotted_order timestamp format (#30022) 2025-12-23 19:00:17 +08:00
plugin feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
prompt refactor(workflow-file): move core.file to core.workflow.file (#32252) 2026-02-16 22:38:19 +08:00
rag refactor: decouple database operations from knowledge retrieval nodes (#31981) 2026-02-09 13:56:55 +08:00
repositories feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
sandbox refactor: unify download item types and eliminate extension-based branching 2026-03-10 17:12:15 +08:00
schemas fix: fix use fastopenapi lead user is anonymouse (#32236) 2026-02-11 15:53:51 +08:00
skill refactor: redesign skill compilation and document assembly process 2026-03-10 17:12:14 +08:00
tools fix(api): include file marker for workflow tool file outputs (#32114) 2026-02-10 16:51:12 +08:00
variables Merge commit '657eeb65' into sandboxed-agent-rebase 2026-03-19 17:38:56 +08:00
virtual_environment refactor: a lot of optimization and enhancement 2026-03-12 18:23:16 +08:00
workflow Merge commit '657eeb65' into sandboxed-agent-rebase 2026-03-19 17:38:56 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
test_file.py refactor(workflow-file): move core.file to core.workflow.file (#32252) 2026-02-16 22:38:19 +08:00
test_model_manager.py fix RetrievalMethod StrEnum (#26768) 2025-10-13 10:29:37 +08:00
test_provider_configuration.py chore: remove icon_large of models (#30466) 2026-01-03 02:35:17 +09:00
test_provider_manager.py more typed orm (#28519) 2025-11-24 10:50:20 +08:00
test_trigger_debug_event_selectors.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00