FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
31.35k stars 16.31k forks source link

[FEATURE] Pin tool bar #2941

Open LuisFX opened 3 months ago

LuisFX commented 3 months ago

Add feature to pin the tool bar for multiple tool selections before designing flow Most times while designing flows, it makes sense adding a few boilerplate nodes to the graph to represent the initial flow. As when when designing a sequential flow it would be much more fluent to add the following nodes before working on the flow (minimum): start, end, agent, state, agent memory and an llm.

Other requirements also require the use of several dependent nodes to be useful, so adding all the nodes prior to hooking them up, would streamline the work and ease the mental distance to get the work done.

Crispin-Courtenay commented 3 months ago

I wonder if this could be solved in a flow chart program such as Lucid Chart or Whimsical, for that matter, Node-RED has much of the same functionality.