Commit a2451e2
authored
feat(agentflow) - create array input component and add test cases (#5887)
* feat(agentflow): Add array input component with field visibility
- Add ArrayInput component for managing lists of structured data
- Implement field visibility engine with show/hide conditions
- Add minItems constraint support for array inputs
- Add comprehensive test coverage for ArrayInput and EditNodeDialog
- Update NodeInputHandler to support array type inputs
- Update types to include array-related input parameters
* Move show/hide field logic into EditNodeDialog
* FIx build issue
* Fix gemini comments
* Fix comments
* Lint error fix1 parent 73b0b15 commit a2451e2
12 files changed
Lines changed: 844 additions & 20 deletions
File tree
- packages
- agentflow
- examples/src/demos
- src
- atoms
- core/types
- features
- canvas/components
- node-editor
- components
- nodes/agentflow/ConditionAgent
- src
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
102 | 134 | | |
103 | 135 | | |
104 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments