@uipath/apollo-react 4.1.1 → 4.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/canvas/components/AgentCanvas/agent-flow.manifest.cjs +9 -9
- package/dist/canvas/components/AgentCanvas/agent-flow.manifest.js +9 -9
- package/dist/canvas/components/AgentCanvas/nodes/AgentNode.cjs +1 -1
- package/dist/canvas/components/AgentCanvas/nodes/AgentNode.js +1 -1
- package/dist/canvas/components/CodedAgent/coded-agent.manifest.cjs +1 -1
- package/dist/canvas/components/CodedAgent/coded-agent.manifest.js +1 -1
- package/dist/canvas/components/HierarchicalCanvas/HierarchicalCanvasWithControls.cjs +4 -4
- package/dist/canvas/components/HierarchicalCanvas/HierarchicalCanvasWithControls.js +4 -4
- package/dist/canvas/components/Toolbar/EdgeToolbar/useEdgeToolbarState.cjs +1 -1
- package/dist/canvas/components/Toolbar/EdgeToolbar/useEdgeToolbarState.js +1 -1
- package/dist/canvas/utils/manifest-resolver.cjs +1 -1
- package/dist/canvas/utils/manifest-resolver.js +1 -1
- package/package.json +3 -3
|
@@ -42,7 +42,7 @@ const agentFlowCategories = [
|
|
|
42
42
|
sortOrder: 1,
|
|
43
43
|
color: 'linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%)',
|
|
44
44
|
colorDark: 'linear-gradient(135deg, #1B5E20 0%, #2E7D32 100%)',
|
|
45
|
-
icon: '
|
|
45
|
+
icon: 'bot',
|
|
46
46
|
tags: [
|
|
47
47
|
'agent',
|
|
48
48
|
'ai',
|
|
@@ -76,7 +76,7 @@ const conversationalAgentManifest = {
|
|
|
76
76
|
display: {
|
|
77
77
|
label: 'Conversational Agent',
|
|
78
78
|
description: 'An agent that can engage in conversations',
|
|
79
|
-
icon: '
|
|
79
|
+
icon: 'bot-message-square',
|
|
80
80
|
shape: 'rectangle'
|
|
81
81
|
},
|
|
82
82
|
handleConfiguration: [
|
|
@@ -133,7 +133,7 @@ const autonomousAgentManifest = {
|
|
|
133
133
|
display: {
|
|
134
134
|
label: 'Autonomous Agent',
|
|
135
135
|
description: 'An agent that can work independently',
|
|
136
|
-
icon: '
|
|
136
|
+
icon: 'bot',
|
|
137
137
|
shape: 'rectangle'
|
|
138
138
|
},
|
|
139
139
|
handleConfiguration: [
|
|
@@ -190,7 +190,7 @@ const contextResourceManifest = {
|
|
|
190
190
|
display: {
|
|
191
191
|
label: 'Context',
|
|
192
192
|
description: 'Context information for agents',
|
|
193
|
-
icon:
|
|
193
|
+
icon: 'file-text',
|
|
194
194
|
shape: 'circle'
|
|
195
195
|
},
|
|
196
196
|
handleConfiguration: [
|
|
@@ -219,7 +219,7 @@ const toolResourceManifest = {
|
|
|
219
219
|
display: {
|
|
220
220
|
label: 'Tool',
|
|
221
221
|
description: 'A tool or function for agents to use',
|
|
222
|
-
icon: '
|
|
222
|
+
icon: 'wrench',
|
|
223
223
|
shape: 'circle'
|
|
224
224
|
},
|
|
225
225
|
handleConfiguration: [
|
|
@@ -248,7 +248,7 @@ const mcpResourceManifest = {
|
|
|
248
248
|
display: {
|
|
249
249
|
label: 'MCP Resource',
|
|
250
250
|
description: 'Model Context Protocol resource',
|
|
251
|
-
icon: '
|
|
251
|
+
icon: 'network',
|
|
252
252
|
shape: 'circle'
|
|
253
253
|
},
|
|
254
254
|
handleConfiguration: [
|
|
@@ -277,7 +277,7 @@ const escalationResourceManifest = {
|
|
|
277
277
|
display: {
|
|
278
278
|
label: 'Escalation',
|
|
279
279
|
description: 'Escalation point for human intervention',
|
|
280
|
-
icon: '
|
|
280
|
+
icon: 'user',
|
|
281
281
|
shape: 'circle'
|
|
282
282
|
},
|
|
283
283
|
handleConfiguration: [
|
|
@@ -306,7 +306,7 @@ const memoryResourceManifest = {
|
|
|
306
306
|
display: {
|
|
307
307
|
label: 'Memory Space',
|
|
308
308
|
description: 'Memory storage for agent state',
|
|
309
|
-
icon: 'memory',
|
|
309
|
+
icon: 'memory-stick',
|
|
310
310
|
shape: 'circle'
|
|
311
311
|
},
|
|
312
312
|
handleConfiguration: [
|
|
@@ -336,7 +336,7 @@ const a2aResourceManifest = {
|
|
|
336
336
|
display: {
|
|
337
337
|
label: 'A2A Resource',
|
|
338
338
|
description: 'Agent-to-Agent Protocol resource',
|
|
339
|
-
icon: '
|
|
339
|
+
icon: 'network',
|
|
340
340
|
shape: 'circle'
|
|
341
341
|
},
|
|
342
342
|
handleConfiguration: [
|
|
@@ -5,7 +5,7 @@ const agentFlowCategories = [
|
|
|
5
5
|
sortOrder: 1,
|
|
6
6
|
color: 'linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%)',
|
|
7
7
|
colorDark: 'linear-gradient(135deg, #1B5E20 0%, #2E7D32 100%)',
|
|
8
|
-
icon: '
|
|
8
|
+
icon: 'bot',
|
|
9
9
|
tags: [
|
|
10
10
|
'agent',
|
|
11
11
|
'ai',
|
|
@@ -39,7 +39,7 @@ const conversationalAgentManifest = {
|
|
|
39
39
|
display: {
|
|
40
40
|
label: 'Conversational Agent',
|
|
41
41
|
description: 'An agent that can engage in conversations',
|
|
42
|
-
icon: '
|
|
42
|
+
icon: 'bot-message-square',
|
|
43
43
|
shape: 'rectangle'
|
|
44
44
|
},
|
|
45
45
|
handleConfiguration: [
|
|
@@ -96,7 +96,7 @@ const autonomousAgentManifest = {
|
|
|
96
96
|
display: {
|
|
97
97
|
label: 'Autonomous Agent',
|
|
98
98
|
description: 'An agent that can work independently',
|
|
99
|
-
icon: '
|
|
99
|
+
icon: 'bot',
|
|
100
100
|
shape: 'rectangle'
|
|
101
101
|
},
|
|
102
102
|
handleConfiguration: [
|
|
@@ -153,7 +153,7 @@ const contextResourceManifest = {
|
|
|
153
153
|
display: {
|
|
154
154
|
label: 'Context',
|
|
155
155
|
description: 'Context information for agents',
|
|
156
|
-
icon:
|
|
156
|
+
icon: 'file-text',
|
|
157
157
|
shape: 'circle'
|
|
158
158
|
},
|
|
159
159
|
handleConfiguration: [
|
|
@@ -182,7 +182,7 @@ const toolResourceManifest = {
|
|
|
182
182
|
display: {
|
|
183
183
|
label: 'Tool',
|
|
184
184
|
description: 'A tool or function for agents to use',
|
|
185
|
-
icon: '
|
|
185
|
+
icon: 'wrench',
|
|
186
186
|
shape: 'circle'
|
|
187
187
|
},
|
|
188
188
|
handleConfiguration: [
|
|
@@ -211,7 +211,7 @@ const mcpResourceManifest = {
|
|
|
211
211
|
display: {
|
|
212
212
|
label: 'MCP Resource',
|
|
213
213
|
description: 'Model Context Protocol resource',
|
|
214
|
-
icon: '
|
|
214
|
+
icon: 'network',
|
|
215
215
|
shape: 'circle'
|
|
216
216
|
},
|
|
217
217
|
handleConfiguration: [
|
|
@@ -240,7 +240,7 @@ const escalationResourceManifest = {
|
|
|
240
240
|
display: {
|
|
241
241
|
label: 'Escalation',
|
|
242
242
|
description: 'Escalation point for human intervention',
|
|
243
|
-
icon: '
|
|
243
|
+
icon: 'user',
|
|
244
244
|
shape: 'circle'
|
|
245
245
|
},
|
|
246
246
|
handleConfiguration: [
|
|
@@ -269,7 +269,7 @@ const memoryResourceManifest = {
|
|
|
269
269
|
display: {
|
|
270
270
|
label: 'Memory Space',
|
|
271
271
|
description: 'Memory storage for agent state',
|
|
272
|
-
icon: 'memory',
|
|
272
|
+
icon: 'memory-stick',
|
|
273
273
|
shape: 'circle'
|
|
274
274
|
},
|
|
275
275
|
handleConfiguration: [
|
|
@@ -299,7 +299,7 @@ const a2aResourceManifest = {
|
|
|
299
299
|
display: {
|
|
300
300
|
label: 'A2A Resource',
|
|
301
301
|
description: 'Agent-to-Agent Protocol resource',
|
|
302
|
-
icon: '
|
|
302
|
+
icon: 'network',
|
|
303
303
|
shape: 'circle'
|
|
304
304
|
},
|
|
305
305
|
handleConfiguration: [
|
|
@@ -335,7 +335,7 @@ const AgentNodeComponent = /*#__PURE__*/ (0, external_react_namespaceObject.memo
|
|
|
335
335
|
if ('0.0.1' === suggestionGroupVersion) return null;
|
|
336
336
|
const rejectAction = {
|
|
337
337
|
id: 'reject-suggestion',
|
|
338
|
-
icon: '
|
|
338
|
+
icon: 'x',
|
|
339
339
|
label: suggestTranslations.reject,
|
|
340
340
|
disabled: false,
|
|
341
341
|
onAction: ()=>handleActOnSuggestion(suggestionId, 'reject')
|
|
@@ -307,7 +307,7 @@ const AgentNodeComponent = /*#__PURE__*/ memo((props)=>{
|
|
|
307
307
|
if ('0.0.1' === suggestionGroupVersion) return null;
|
|
308
308
|
const rejectAction = {
|
|
309
309
|
id: 'reject-suggestion',
|
|
310
|
-
icon: '
|
|
310
|
+
icon: 'x',
|
|
311
311
|
label: suggestTranslations.reject,
|
|
312
312
|
disabled: false,
|
|
313
313
|
onAction: ()=>handleActOnSuggestion(suggestionId, 'reject')
|
|
@@ -85,7 +85,7 @@ const workflowCategories = [
|
|
|
85
85
|
sortOrder: 0,
|
|
86
86
|
color: 'linear-gradient(135deg, #FAFAFB 0%, #ECEDEF 100%)',
|
|
87
87
|
colorDark: 'linear-gradient(135deg, #526069 0%, rgba(50, 60, 66, 0.6) 100%)',
|
|
88
|
-
icon: '
|
|
88
|
+
icon: 'boxes',
|
|
89
89
|
tags: [
|
|
90
90
|
'basic',
|
|
91
91
|
'fundamental'
|
|
@@ -140,7 +140,7 @@ const workflowManifests = [
|
|
|
140
140
|
sortOrder: 1,
|
|
141
141
|
display: {
|
|
142
142
|
label: 'Start',
|
|
143
|
-
icon: '
|
|
143
|
+
icon: 'circle-play',
|
|
144
144
|
shape: 'circle'
|
|
145
145
|
},
|
|
146
146
|
handleConfiguration: [
|
|
@@ -168,7 +168,7 @@ const workflowManifests = [
|
|
|
168
168
|
sortOrder: 2,
|
|
169
169
|
display: {
|
|
170
170
|
label: 'End',
|
|
171
|
-
icon: '
|
|
171
|
+
icon: 'circle-stop',
|
|
172
172
|
shape: 'circle'
|
|
173
173
|
},
|
|
174
174
|
handleConfiguration: [
|
|
@@ -233,7 +233,7 @@ const workflowManifests = [
|
|
|
233
233
|
sortOrder: 20,
|
|
234
234
|
display: {
|
|
235
235
|
label: 'Decision',
|
|
236
|
-
icon: '
|
|
236
|
+
icon: 'split',
|
|
237
237
|
shape: 'square'
|
|
238
238
|
},
|
|
239
239
|
handleConfiguration: [
|
|
@@ -57,7 +57,7 @@ const workflowCategories = [
|
|
|
57
57
|
sortOrder: 0,
|
|
58
58
|
color: 'linear-gradient(135deg, #FAFAFB 0%, #ECEDEF 100%)',
|
|
59
59
|
colorDark: 'linear-gradient(135deg, #526069 0%, rgba(50, 60, 66, 0.6) 100%)',
|
|
60
|
-
icon: '
|
|
60
|
+
icon: 'boxes',
|
|
61
61
|
tags: [
|
|
62
62
|
'basic',
|
|
63
63
|
'fundamental'
|
|
@@ -112,7 +112,7 @@ const workflowManifests = [
|
|
|
112
112
|
sortOrder: 1,
|
|
113
113
|
display: {
|
|
114
114
|
label: 'Start',
|
|
115
|
-
icon: '
|
|
115
|
+
icon: 'circle-play',
|
|
116
116
|
shape: 'circle'
|
|
117
117
|
},
|
|
118
118
|
handleConfiguration: [
|
|
@@ -140,7 +140,7 @@ const workflowManifests = [
|
|
|
140
140
|
sortOrder: 2,
|
|
141
141
|
display: {
|
|
142
142
|
label: 'End',
|
|
143
|
-
icon: '
|
|
143
|
+
icon: 'circle-stop',
|
|
144
144
|
shape: 'circle'
|
|
145
145
|
},
|
|
146
146
|
handleConfiguration: [
|
|
@@ -205,7 +205,7 @@ const workflowManifests = [
|
|
|
205
205
|
sortOrder: 20,
|
|
206
206
|
display: {
|
|
207
207
|
label: 'Decision',
|
|
208
|
-
icon: '
|
|
208
|
+
icon: 'split',
|
|
209
209
|
shape: 'square'
|
|
210
210
|
},
|
|
211
211
|
handleConfiguration: [
|
|
@@ -32,7 +32,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
32
32
|
const external_collapse_cjs_namespaceObject = require("./collapse.cjs");
|
|
33
33
|
function resolveDisplay(manifestDisplay, context) {
|
|
34
34
|
if (!manifestDisplay) return {
|
|
35
|
-
icon: '
|
|
35
|
+
icon: 'circle-question-mark',
|
|
36
36
|
shape: 'square',
|
|
37
37
|
label: context?.display?.label || 'Unknown Node'
|
|
38
38
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getCollapsedShape } from "./collapse.js";
|
|
2
2
|
function resolveDisplay(manifestDisplay, context) {
|
|
3
3
|
if (!manifestDisplay) return {
|
|
4
|
-
icon: '
|
|
4
|
+
icon: 'circle-question-mark',
|
|
5
5
|
shape: 'square',
|
|
6
6
|
label: context?.display?.label || 'Unknown Node'
|
|
7
7
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/apollo-react",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.2",
|
|
4
4
|
"description": "Apollo Design System - React component library with Material UI theming",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -201,8 +201,8 @@
|
|
|
201
201
|
"use-sync-external-store": "^1.2.0",
|
|
202
202
|
"zod": "^4.3.5",
|
|
203
203
|
"zustand": "^5.0.9",
|
|
204
|
-
"@uipath/apollo-
|
|
205
|
-
"@uipath/apollo-
|
|
204
|
+
"@uipath/apollo-wind": "2.1.1",
|
|
205
|
+
"@uipath/apollo-core": "5.9.0"
|
|
206
206
|
},
|
|
207
207
|
"devDependencies": {
|
|
208
208
|
"@tailwindcss/cli": "^4.1.17",
|