Feat: Add variable aggregator node #10427 (#11070)

### What problem does this PR solve?

Feat: Add variable aggregator node #10427

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-11-06 16:18:00 +08:00
committed by GitHub
parent 23b81eae77
commit e18c408759
12 changed files with 137 additions and 12 deletions

View File

@ -110,6 +110,7 @@ export enum Operator {
Placeholder = 'Placeholder',
DataOperations = 'DataOperations',
VariableAssigner = 'VariableAssigner',
VariableAggregator = 'VariableAggregator',
File = 'File', // pipeline
Parser = 'Parser',
Tokenizer = 'Tokenizer',