From 24d99a345dc2ee83bba94438991568f0fff6f1b5 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Thu, 26 Feb 2026 16:21:16 +0800 Subject: [PATCH] feat: [Intelligent Agent] Workflow intelligent agent adds workflow component search/location function --- ui/src/workflow/common/NodeSearch.vue | 169 ++++++++++++++++++++++++++ ui/src/workflow/index.vue | 41 +++++++ 2 files changed, 210 insertions(+) create mode 100644 ui/src/workflow/common/NodeSearch.vue diff --git a/ui/src/workflow/common/NodeSearch.vue b/ui/src/workflow/common/NodeSearch.vue new file mode 100644 index 00000000000..121c6b2cae7 --- /dev/null +++ b/ui/src/workflow/common/NodeSearch.vue @@ -0,0 +1,169 @@ + + + + + diff --git a/ui/src/workflow/index.vue b/ui/src/workflow/index.vue index 1e50d44eae4..80359cd0732 100644 --- a/ui/src/workflow/index.vue +++ b/ui/src/workflow/index.vue @@ -3,6 +3,7 @@ +