dify/api/core
2024-11-14 20:53:35 +08:00
..
agent refactor(core): Remove extra_config from File. (#10203) 2024-11-08 18:13:24 +08:00
app Feat/iteration single run time (#10512) 2024-11-11 14:47:52 +08:00
callback_handler feat: output the execution results of tool should only in debug mode (#9104) 2024-10-09 12:53:55 +08:00
entities feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
errors chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
extension chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
external_data_tool chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
file Revert "fix the error of unable to retrieve url from file" (#10511) 2024-11-11 08:56:19 +08:00
helper refactor(code_executor): update input type annotations to use Mapping for better type safety (#10478) 2024-11-11 13:10:39 +08:00
llm_generator feat: add code generator (#9051) 2024-10-22 21:57:54 +08:00
memory refactor(core): Remove extra_config from File. (#10203) 2024-11-08 18:13:24 +08:00
model_runtime feat: add vlm models from siliconflow (#10704) 2024-11-14 20:53:35 +08:00
moderation chore(lint): Use logging.exception instead of logging.error (#10415) 2024-11-07 21:13:02 +08:00
ops fix(ops_tracing): enhance error handle in celery tasks. (#10401) 2024-11-08 14:43:47 +08:00
prompt refactor(core): Remove extra_config from File. (#10203) 2024-11-08 18:13:24 +08:00
rag add the index field for elasticsearch (#10592) 2024-11-12 21:43:16 +08:00
tools fixed the Base URL usage issue in Podcast Generator tool verification (#10697) 2024-11-14 17:24:42 +08:00
variables feat(variable-handling): enhance variable and segment conversion (#10483) 2024-11-12 21:51:09 +08:00
workflow fix: non utf8 code decode close #10691 (#10698) 2024-11-14 17:29:49 +08:00
__init__.py chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
hosting_configuration.py refactor: use dify_config to replace legacy usage of flask app's config (#9089) 2024-10-22 11:01:32 +08:00
indexing_runner.py fix: handle KeyError when accessing rules in CleanProcessor.clean (#10258) 2024-11-05 14:47:15 +08:00
model_manager.py chore: use DEBUG in dify_config instead of parsing raw system environment variable in place (#10437) 2024-11-08 09:34:11 +08:00
provider_manager.py chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00