dify/web/app/components/workflow/nodes/agent
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
..
components feat: add activation conditions for agent tools 2025-11-05 08:37:14 +00:00
default.ts feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
node.tsx feat: the frontend part of mcp (#22131) 2025-07-10 14:14:02 +08:00
panel.tsx CI: add TS indentation check via esLint (#24810) 2025-09-01 15:31:59 +08:00
types.ts feat: add activation conditions for agent tools 2025-11-05 08:37:14 +00:00
use-config.ts fix: immer version and ref in code base (#27130) 2025-10-20 14:49:26 +09:00
use-single-run-form-params.ts to RefObject (#25192) 2025-09-05 10:14:13 +08:00
utils.ts feat: add activation conditions for agent tools 2025-11-05 08:37:14 +00:00