mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
Feature/Custom Function to Seq Agent (#3612)
* add custom function to seq agent * add seqExecuteFlow node
This commit is contained in:
@@ -205,7 +205,7 @@ class Agent_SeqAgents implements INode {
|
||||
constructor() {
|
||||
this.label = 'Agent'
|
||||
this.name = 'seqAgent'
|
||||
this.version = 4.0
|
||||
this.version = 4.1
|
||||
this.type = 'Agent'
|
||||
this.icon = 'seqAgent.png'
|
||||
this.category = 'Sequential Agents'
|
||||
@@ -291,9 +291,11 @@ class Agent_SeqAgents implements INode {
|
||||
optional: true
|
||||
},
|
||||
{
|
||||
label: 'Start | Agent | Condition | LLM | Tool Node',
|
||||
label: 'Sequential Node',
|
||||
name: 'sequentialNode',
|
||||
type: 'Start | Agent | Condition | LLMNode | ToolNode',
|
||||
type: 'Start | Agent | Condition | LLMNode | ToolNode | CustomFunction | ExecuteFlow',
|
||||
description:
|
||||
'Can be connected to one of the following nodes: Start, Agent, Condition, LLM Node, Tool Node, Custom Function, Execute Flow',
|
||||
list: true
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user