increment Agent node version

This commit is contained in:
Henry 2025-11-28 11:52:31 +00:00
parent 92d4d179ed
commit 3850974c6a
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class Agent_Agentflow implements INode {
constructor() {
this.label = 'Agent'
this.name = 'agentAgentflow'
this.version = 2.2
this.version = 3.0
this.type = 'Agent'
this.category = 'Agent Flows'
this.description = 'Dynamically choose and utilize tools during runtime, enabling multi-step reasoning'