From 94559d81935ae023121edb918e893823ba217012 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 18 Dec 2025 17:19:39 +0000 Subject: [PATCH 1/5] Add docs on standalong FF Assistant --- docs/user/assistant.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/user/assistant.md b/docs/user/assistant.md index 135b089bad..a472b19ea3 100644 --- a/docs/user/assistant.md +++ b/docs/user/assistant.md @@ -1,12 +1,15 @@ --- -navTitle: FlowFuse Assistant +navTitle: FlowFuse Expert Assistant --- -# FlowFuse Assistant Plugin +# FlowFuse Expert Assistant Plugin The FlowFuse Assistant brings the power of AI to the Node-RED editor and FlowFuse. Hosted Instances running within FlowFuse Cloud will include the **FlowFuse Assistant**, a plugin that helps you work faster and smarter. +You can also install the FlowFuse Expert Assistant plugin into your own Node-RED instances outside of FlowFuse. This +requires a FlowFuse Cloud account, but for the current release, it doesn't not require a paid subscription to use. + ## Assistant Features Overview The Assistant currently supports the following features: @@ -167,6 +170,13 @@ The FlowFuse Assistant plugin also adds a code lens to the FlowFuse Dashboard `u to generate CSS and HTML directly within the code editor. It is aware of the context of the node and will generate suitable CSS and HTML components for Vuetify and the FlowFuse Dashboard. +## Using the FlowFuse Expert Assistant in your own Node-RED + +To install the plugin, use the Node-RED Palette Manager and install the package `@flowfuse/nr-assistant` and restart Node-RED. + +Once installed, you'll see the FlowFuse Expert icon in the header. Click on it and follow the option to connect to your FlowFuse Cloud +account. Once connected, you will be able to use all of the Assistant features. + ## Data Privacy No data from FlowFuse is used by third-party AI service providers for training models. From defdde0a643f10630baa9b98e4a5c89f4d38cbc1 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 18 Dec 2025 17:31:56 +0000 Subject: [PATCH 2/5] Update docs/user/assistant.md Co-authored-by: Greg Stoutenburg <87526457+gstout52@users.noreply.github.com> --- docs/user/assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/assistant.md b/docs/user/assistant.md index a472b19ea3..c066fe61a9 100644 --- a/docs/user/assistant.md +++ b/docs/user/assistant.md @@ -4,7 +4,7 @@ navTitle: FlowFuse Expert Assistant # FlowFuse Expert Assistant Plugin -The FlowFuse Assistant brings the power of AI to the Node-RED editor and FlowFuse. Hosted Instances running +The FlowFuse Expert brings the power of AI to the Node-RED editor and FlowFuse. Hosted Instances running within FlowFuse Cloud will include the **FlowFuse Assistant**, a plugin that helps you work faster and smarter. You can also install the FlowFuse Expert Assistant plugin into your own Node-RED instances outside of FlowFuse. This From 3330d3826276b2ece0d19d96e8fe0944a411917a Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 18 Dec 2025 17:32:12 +0000 Subject: [PATCH 3/5] Update docs/user/assistant.md Co-authored-by: Greg Stoutenburg <87526457+gstout52@users.noreply.github.com> --- docs/user/assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/assistant.md b/docs/user/assistant.md index c066fe61a9..7f980e60d6 100644 --- a/docs/user/assistant.md +++ b/docs/user/assistant.md @@ -2,7 +2,7 @@ navTitle: FlowFuse Expert Assistant --- -# FlowFuse Expert Assistant Plugin +# FlowFuse Expert Plugin The FlowFuse Expert brings the power of AI to the Node-RED editor and FlowFuse. Hosted Instances running within FlowFuse Cloud will include the **FlowFuse Assistant**, a plugin that helps you work faster and smarter. From 9c0ac070280fb15d158467660748ef90b27351fe Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 18 Dec 2025 17:32:20 +0000 Subject: [PATCH 4/5] Update docs/user/assistant.md Co-authored-by: Greg Stoutenburg <87526457+gstout52@users.noreply.github.com> --- docs/user/assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/assistant.md b/docs/user/assistant.md index 7f980e60d6..d518efdc73 100644 --- a/docs/user/assistant.md +++ b/docs/user/assistant.md @@ -7,7 +7,7 @@ navTitle: FlowFuse Expert Assistant The FlowFuse Expert brings the power of AI to the Node-RED editor and FlowFuse. Hosted Instances running within FlowFuse Cloud will include the **FlowFuse Assistant**, a plugin that helps you work faster and smarter. -You can also install the FlowFuse Expert Assistant plugin into your own Node-RED instances outside of FlowFuse. This +You can also install the FlowFuse Expert plugin into your own Node-RED instances outside of FlowFuse. This requires a FlowFuse Cloud account, but for the current release, it doesn't not require a paid subscription to use. ## Assistant Features Overview From b3f83c84b28eea5f5b584ded2e6daf7ae429b292 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 18 Dec 2025 17:32:28 +0000 Subject: [PATCH 5/5] Update docs/user/assistant.md Co-authored-by: Greg Stoutenburg <87526457+gstout52@users.noreply.github.com> --- docs/user/assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/assistant.md b/docs/user/assistant.md index d518efdc73..a02dbf2195 100644 --- a/docs/user/assistant.md +++ b/docs/user/assistant.md @@ -170,7 +170,7 @@ The FlowFuse Assistant plugin also adds a code lens to the FlowFuse Dashboard `u to generate CSS and HTML directly within the code editor. It is aware of the context of the node and will generate suitable CSS and HTML components for Vuetify and the FlowFuse Dashboard. -## Using the FlowFuse Expert Assistant in your own Node-RED +## Using the FlowFuse Expert in your own Node-RED To install the plugin, use the Node-RED Palette Manager and install the package `@flowfuse/nr-assistant` and restart Node-RED.