dify/api/core
takatost db9b0ee985 Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
#	api/core/app/apps/advanced_chat/app_generator.py
#	api/core/app/apps/advanced_chat/app_runner.py
#	api/core/app/apps/advanced_chat/generate_task_pipeline.py
#	api/core/app/apps/base_app_runner.py
#	api/core/app/apps/workflow/app_runner.py
#	api/core/app/apps/workflow/generate_task_pipeline.py
#	api/core/app/task_pipeline/workflow_cycle_state_manager.py
#	api/core/workflow/entities/node_entities.py
#	api/core/workflow/nodes/llm/llm_node.py
#	api/core/workflow/workflow_engine_manager.py
#	api/tests/integration_tests/workflow/nodes/test_llm.py
#	api/tests/integration_tests/workflow/nodes/test_parameter_extractor.py
#	api/tests/unit_tests/core/workflow/nodes/test_answer.py
#	api/tests/unit_tests/core/workflow/nodes/test_if_else.py
#	api/tests/unit_tests/core/workflow/nodes/test_variable_assigner.py
2024-08-16 01:19:29 +08:00
..
agent Fix increase_usage of total_price in agent_runner (#6688) 2024-08-04 14:42:22 +08:00
app Merge branch 'refs/heads/main' into feat/workflow-parallel-support 2024-08-16 01:19:29 +08:00
callback_handler feat: update ops trace (#7102) 2024-08-09 15:22:16 +08:00
embedding Compatible with unique index conflicts (#3183) 2024-04-09 02:16:19 +08:00
entities refactor(*): Update hard-code '[__HIDDEN__]' to the constant. (#7048) 2024-08-07 17:30:56 +08:00
errors feat: app rate limit (#5844) 2024-07-10 21:31:35 +08:00
extension feat(*): Swtich to dify_config. (#6025) 2024-07-06 12:05:13 +08:00
external_data_tool FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
file chore(api/core): Improve FileVar's type hint and imports. (#7290) 2024-08-15 12:43:18 +08:00
helper Revert "feat: support pinning, including, and excluding for Model Providers and Tools" (#7324) 2024-08-15 23:51:00 +08:00
llm_generator feat: update ops trace (#7102) 2024-08-09 15:22:16 +08:00
memory fix: next suggest question logic problem (#6451) 2024-07-19 20:26:11 +08:00
model_runtime Merge branch 'refs/heads/main' into feat/workflow-parallel-support 2024-08-16 01:19:29 +08:00
moderation Merge branch 'refs/heads/main' into feat/workflow-parallel-support 2024-08-13 17:05:39 +08:00
ops feat: update ops trace (#7102) 2024-08-09 15:22:16 +08:00
prompt chore(api/core): Improve FileVar's type hint and imports. (#7290) 2024-08-15 12:43:18 +08:00
rag Fix SQL parser Error in MyScale vdb. (#7255) 2024-08-14 16:41:18 +08:00
tools Merge branch 'refs/heads/main' into feat/workflow-parallel-support 2024-08-16 01:19:29 +08:00
workflow Merge branch 'refs/heads/main' into feat/workflow-parallel-support 2024-08-16 01:19:29 +08:00
__init__.py feat: add api-based extension & external data tool & moderation backend (#1403) 2023-11-06 19:36:16 +08:00
hosting_configuration.py Add azure gpt4omini (#6862) 2024-08-01 12:57:52 +08:00
indexing_runner.py refactor(api): Switch to dify_config (#6750) 2024-07-30 11:15:26 +08:00
model_manager.py fix(api/core/model_manager.py): Avoid mutation during iteration. (#6536) 2024-07-22 22:58:22 +08:00
provider_manager.py chore: apply flake8-comprehensions Ruff rules to improve collection comprehensions (#5652) 2024-06-27 11:21:31 +08:00