dify/web/app/components/workflow/block-selector
GuanMu f263492c03 feat: add activation conditions for agent tools
- Implemented activation conditions for agent tools, allowing tools to be enabled based on specified conditions.
- Introduced new components for managing conditions, including ConditionAdd, ConditionList, ConditionItem, and ConditionOperator.
- Enhanced the AgentNode to process activation conditions when filtering tools.
- Updated the ToolSelector to include activation condition management.
- Added translations for new UI elements related to activation conditions.
- Refactored utility functions to support condition operators and default values based on variable types.
2025-11-05 08:37:14 +00:00
..
market-place-plugin feat: Introduce RAG tool recommendations and refactor related components for improved plugin management (#27259) 2025-10-28 10:22:16 +08:00
rag-tool-recommendations feat: Introduce RAG tool recommendations and refactor related components for improved plugin management (#27259) 2025-10-28 10:22:16 +08:00
tool fix(web): resolve TypeScript type errors in workflow components (#27086) 2025-10-18 23:09:00 +08:00
all-tools.tsx feat: Introduce RAG tool recommendations and refactor related components for improved plugin management (#27259) 2025-10-28 10:22:16 +08:00
blocks.tsx feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
constants.tsx feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
data-sources.tsx feat: enhance DataSources component with marketplace plugin integration and search filtering (#26810) 2025-10-13 10:43:51 +08:00
hooks.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
index-bar.tsx feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
index.tsx feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
main.tsx feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
tabs.tsx feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
tool-picker.tsx fix(web): resolve TypeScript type errors in workflow components (#27086) 2025-10-18 23:09:00 +08:00
tools.tsx feat: Introduce RAG tool recommendations and refactor related components for improved plugin management (#27259) 2025-10-28 10:22:16 +08:00
types.ts feat: add activation conditions for agent tools 2025-11-05 08:37:14 +00:00
use-check-vertical-scrollbar.ts feat: the frontend part of mcp (#22131) 2025-07-10 14:14:02 +08:00
use-sticky-scroll.ts fix(web): resolve TypeScript type errors in workflow components (#27086) 2025-10-18 23:09:00 +08:00
utils.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
view-type-select.tsx Chore: frontend infrastructure upgrade (#16420) 2025-03-21 17:41:03 +08:00