dify/api/core/tools
wangxiaolei d042cbc62e
fix: fix remove_leading_symbols remove [ (#34832)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-04-09 08:22:09 +00:00
..
__base refactor(api): continue decoupling dify_graph from API concerns (#33580) 2026-03-25 20:32:24 +08:00
builtin_tool refactor(api): use standalone graphon package (#34209) 2026-03-27 21:05:32 +00:00
custom_tool refactor(api): use standalone graphon package (#34209) 2026-03-27 21:05:32 +00:00
entities refactor: convert ToolProviderType if/elif to match/case (#30001) (#34794) 2026-04-09 05:48:40 +00:00
mcp_tool refactor(api): use standalone graphon package (#34209) 2026-03-27 21:05:32 +00:00
plugin_tool chore: use from __future__ import annotations (#30254) 2026-01-06 23:57:20 +09:00
utils fix: fix remove_leading_symbols remove [ (#34832) 2026-04-09 08:22:09 +00:00
workflow_as_tool refactor: migrate session.query to select API in core tools (#34814) 2026-04-09 05:44:49 +00:00
__init__.py improve: generalize tool parameter converter (#4786) 2024-06-03 21:26:58 +08:00
errors.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
signature.py refactor(api): continue decoupling dify_graph from API concerns (#33580) 2026-03-25 20:32:24 +08:00
tool_engine.py refactor(api): use standalone graphon package (#34209) 2026-03-27 21:05:32 +00:00
tool_file_manager.py refactor: migrate session.query to select API in core tools (#34814) 2026-04-09 05:44:49 +00:00
tool_label_manager.py refactor: core/tools, agent, callback_handler, encrypter, llm_generator, plugin, inner_api (#34205) 2026-03-28 10:14:43 +00:00
tool_manager.py refactor: convert ToolProviderType if/elif to match/case (#30001) (#34768) 2026-04-09 00:17:22 +00:00