dify/api/core/tools
2026-04-11 00:37:10 +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(api): type ToolInvokeMeta.to_dict with TypedDict (#34942) 2026-04-11 00:37:10 +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(api): replace assert isinstance with proper runtime type checks in message transformers (#34865) 2026-04-10 03:19:52 +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(services): replace Union with | syntax in service layer (batch 2) (#34906) 2026-04-10 07:05:31 +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(tools): replace redundant dict[str, str] with EmojiIconDict (#34786) 2026-04-10 18:53:05 +08:00