digipair 0.121.15 → 0.122.0
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/assets/digipairs/studio/tool-tasks.json +0 -144
- package/assets/digipairs/studio/tools.json +0 -149
- package/assets/digipairs/studio/worker-tasks.json +0 -144
- package/assets/digipairs/studio/workers.json +0 -171
- package/assets/templates/tool-library/fallback.json +1 -1
- package/package.json +38 -38
- package/src/app/assets/digipairs/studio/tool-tasks.json +0 -144
- package/src/app/assets/digipairs/studio/tools.json +0 -149
- package/src/app/assets/digipairs/studio/worker-tasks.json +0 -144
- package/src/app/assets/digipairs/studio/workers.json +0 -171
- package/src/app/assets/templates/tool-library/fallback.json +1 -1
|
@@ -846,150 +846,6 @@
|
|
|
846
846
|
}
|
|
847
847
|
]
|
|
848
848
|
},
|
|
849
|
-
{
|
|
850
|
-
"library": "web",
|
|
851
|
-
"element": "br"
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"library": "web",
|
|
855
|
-
"element": "br"
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"library": "web",
|
|
859
|
-
"element": "h4",
|
|
860
|
-
"properties": {
|
|
861
|
-
"textContent": "Role agent network"
|
|
862
|
-
}
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"library": "web",
|
|
866
|
-
"element": "div",
|
|
867
|
-
"properties": {
|
|
868
|
-
"textContent": "No role agent associated"
|
|
869
|
-
},
|
|
870
|
-
"conditions": {
|
|
871
|
-
"if": "FEEL: count(variables.roleTools) <= 0"
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"library": "web",
|
|
876
|
-
"element": "div",
|
|
877
|
-
"pins": [
|
|
878
|
-
{
|
|
879
|
-
"library": "@digipair/skill-web-spectrum",
|
|
880
|
-
"element": "sp-card",
|
|
881
|
-
"pins": [
|
|
882
|
-
{
|
|
883
|
-
"library": "web",
|
|
884
|
-
"element": "img",
|
|
885
|
-
"properties": {
|
|
886
|
-
"src": "FEEL: item.metadata.avatar",
|
|
887
|
-
"style": "height: 60px;",
|
|
888
|
-
"slot": "preview"
|
|
889
|
-
}
|
|
890
|
-
}
|
|
891
|
-
],
|
|
892
|
-
"properties": {
|
|
893
|
-
"style": "overflow: hidden;\nmargin: 5px;",
|
|
894
|
-
"id": "{{item.infos.id}}",
|
|
895
|
-
"horizontal": true,
|
|
896
|
-
"subheading": "{{item.infos.name}}"
|
|
897
|
-
}
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
"library": "@digipair/skill-web-spectrum",
|
|
901
|
-
"element": "sp-overlay",
|
|
902
|
-
"pins": [
|
|
903
|
-
{
|
|
904
|
-
"library": "@digipair/skill-web-spectrum",
|
|
905
|
-
"element": "sp-popover",
|
|
906
|
-
"pins": [
|
|
907
|
-
{
|
|
908
|
-
"library": "@digipair/skill-web-spectrum",
|
|
909
|
-
"element": "sp-menu",
|
|
910
|
-
"pins": [
|
|
911
|
-
{
|
|
912
|
-
"library": "@digipair/skill-web-spectrum",
|
|
913
|
-
"element": "sp-menu-item",
|
|
914
|
-
"properties": {
|
|
915
|
-
"textContent": "Delete"
|
|
916
|
-
},
|
|
917
|
-
"events": {
|
|
918
|
-
"click": [
|
|
919
|
-
{
|
|
920
|
-
"library": "@digipair/skill-web",
|
|
921
|
-
"element": "executeFactory",
|
|
922
|
-
"properties": {
|
|
923
|
-
"execute": [
|
|
924
|
-
{
|
|
925
|
-
"library": "@digipair/skill-basic",
|
|
926
|
-
"element": "setVariable",
|
|
927
|
-
"properties": {
|
|
928
|
-
"name": "tool",
|
|
929
|
-
"value": "FEEL: item.infos"
|
|
930
|
-
}
|
|
931
|
-
},
|
|
932
|
-
{
|
|
933
|
-
"library": "@digipair/skill-editor",
|
|
934
|
-
"element": "digipair",
|
|
935
|
-
"properties": {
|
|
936
|
-
"digipair": "FEEL: request.params[1]"
|
|
937
|
-
}
|
|
938
|
-
},
|
|
939
|
-
{
|
|
940
|
-
"library": "@digipair/skill-basic",
|
|
941
|
-
"element": "transform",
|
|
942
|
-
"properties": {
|
|
943
|
-
"value": "FEEL: context merge(\n previous, \n { \n roles: context(\n get entries(previous.roles)[item.key != \"digipair:\" + variables.tool.id]\n )\n }\n)"
|
|
944
|
-
}
|
|
945
|
-
},
|
|
946
|
-
{
|
|
947
|
-
"library": "@digipair/skill-editor",
|
|
948
|
-
"element": "setDigipair",
|
|
949
|
-
"properties": {
|
|
950
|
-
"digipair": "FEEL: request.params[1]",
|
|
951
|
-
"value": "FEEL: previous"
|
|
952
|
-
}
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"library": "@digipair/skill-git",
|
|
956
|
-
"element": "commit",
|
|
957
|
-
"conditions": {
|
|
958
|
-
"if": "FEEL: privates.GIT_COMMIT = true"
|
|
959
|
-
}
|
|
960
|
-
},
|
|
961
|
-
{
|
|
962
|
-
"library": "@digipair/skill-git",
|
|
963
|
-
"element": "push",
|
|
964
|
-
"conditions": {
|
|
965
|
-
"if": "FEEL: privates.GIT_PUSH = true"
|
|
966
|
-
}
|
|
967
|
-
}
|
|
968
|
-
]
|
|
969
|
-
}
|
|
970
|
-
},
|
|
971
|
-
{
|
|
972
|
-
"library": "@digipair/skill-web-interact",
|
|
973
|
-
"element": "reload"
|
|
974
|
-
}
|
|
975
|
-
]
|
|
976
|
-
}
|
|
977
|
-
}
|
|
978
|
-
]
|
|
979
|
-
}
|
|
980
|
-
]
|
|
981
|
-
}
|
|
982
|
-
],
|
|
983
|
-
"properties": {
|
|
984
|
-
"trigger": "{{item.infos.id}}@click",
|
|
985
|
-
"placement": "left-end"
|
|
986
|
-
}
|
|
987
|
-
}
|
|
988
|
-
],
|
|
989
|
-
"conditions": {
|
|
990
|
-
"each": "FEEL:variables.roleTools"
|
|
991
|
-
}
|
|
992
|
-
},
|
|
993
849
|
{
|
|
994
850
|
"library": "@digipair/skill-web-spectrum",
|
|
995
851
|
"element": "sp-action-group",
|
|
@@ -302,155 +302,6 @@
|
|
|
302
302
|
}
|
|
303
303
|
]
|
|
304
304
|
},
|
|
305
|
-
{
|
|
306
|
-
"library": "web",
|
|
307
|
-
"element": "h4",
|
|
308
|
-
"properties": {
|
|
309
|
-
"textContent": "Role tools agents"
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"library": "web",
|
|
314
|
-
"element": "div",
|
|
315
|
-
"properties": {
|
|
316
|
-
"textContent": "You haven't created a role-tool yet? What are you waiting for?"
|
|
317
|
-
},
|
|
318
|
-
"conditions": {
|
|
319
|
-
"if": "FEEL:count(variables.digipairRoleTools) <= 0"
|
|
320
|
-
}
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"library": "web",
|
|
324
|
-
"element": "div",
|
|
325
|
-
"pins": [
|
|
326
|
-
{
|
|
327
|
-
"library": "@digipair/skill-web-spectrum",
|
|
328
|
-
"element": "sp-card",
|
|
329
|
-
"pins": [
|
|
330
|
-
{
|
|
331
|
-
"library": "web",
|
|
332
|
-
"element": "img",
|
|
333
|
-
"properties": {
|
|
334
|
-
"src": "FEEL:item.metadata.avatar",
|
|
335
|
-
"style": "height: 60px;",
|
|
336
|
-
"slot": "preview"
|
|
337
|
-
}
|
|
338
|
-
}
|
|
339
|
-
],
|
|
340
|
-
"properties": {
|
|
341
|
-
"style": "overflow: hidden;\nmargin: 5px;\ncursor: pointer;",
|
|
342
|
-
"id": "{{item.infos.id}}",
|
|
343
|
-
"horizontal": true,
|
|
344
|
-
"subheading": "{{item.infos.name}}"
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"library": "@digipair/skill-web-spectrum",
|
|
349
|
-
"element": "sp-overlay",
|
|
350
|
-
"pins": [
|
|
351
|
-
{
|
|
352
|
-
"library": "@digipair/skill-web-spectrum",
|
|
353
|
-
"element": "sp-popover",
|
|
354
|
-
"pins": [
|
|
355
|
-
{
|
|
356
|
-
"library": "@digipair/skill-web-spectrum",
|
|
357
|
-
"element": "sp-menu",
|
|
358
|
-
"pins": [
|
|
359
|
-
{
|
|
360
|
-
"library": "@digipair/skill-web-spectrum",
|
|
361
|
-
"element": "sp-menu-item",
|
|
362
|
-
"properties": {
|
|
363
|
-
"textContent": "Settings",
|
|
364
|
-
"href": "/studio/tool-edit/{{item.infos.id}}"
|
|
365
|
-
}
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"library": "@digipair/skill-web-spectrum",
|
|
369
|
-
"element": "sp-menu-item",
|
|
370
|
-
"properties": {
|
|
371
|
-
"textContent": "Task list",
|
|
372
|
-
"href": "/studio/tool-tasks/{{item.infos.id}}"
|
|
373
|
-
}
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"library": "@digipair/skill-web-spectrum",
|
|
377
|
-
"element": "sp-menu-item",
|
|
378
|
-
"properties": {
|
|
379
|
-
"textContent": "Remove"
|
|
380
|
-
},
|
|
381
|
-
"events": {
|
|
382
|
-
"click": [
|
|
383
|
-
{
|
|
384
|
-
"library": "@digipair/skill-web-notification",
|
|
385
|
-
"element": "confirm",
|
|
386
|
-
"properties": {
|
|
387
|
-
"message": "Are you sure you want to delete \"{{item.infos.name}}\" ?",
|
|
388
|
-
"ok": [
|
|
389
|
-
{
|
|
390
|
-
"library": "@digipair/skill-web",
|
|
391
|
-
"element": "executeFactory",
|
|
392
|
-
"properties": {
|
|
393
|
-
"execute": [
|
|
394
|
-
{
|
|
395
|
-
"library": "@digipair/skill-basic",
|
|
396
|
-
"element": "setVariable",
|
|
397
|
-
"properties": {
|
|
398
|
-
"name": "reasonings",
|
|
399
|
-
"execute": [
|
|
400
|
-
{
|
|
401
|
-
"library": "@digipair/skill-editor",
|
|
402
|
-
"element": "reasonings",
|
|
403
|
-
"properties": {
|
|
404
|
-
"digipair": "{{item.infos.id}}"
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
]
|
|
408
|
-
}
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
"library": "@digipair/skill-editor",
|
|
412
|
-
"element": "removeDigipair",
|
|
413
|
-
"properties": {
|
|
414
|
-
"digipair": "{{item.infos.id}}"
|
|
415
|
-
}
|
|
416
|
-
}
|
|
417
|
-
]
|
|
418
|
-
}
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"library": "@digipair/skill-web-interact",
|
|
422
|
-
"element": "reload"
|
|
423
|
-
}
|
|
424
|
-
]
|
|
425
|
-
}
|
|
426
|
-
}
|
|
427
|
-
]
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"library": "@digipair/skill-web-spectrum",
|
|
432
|
-
"element": "sp-menu-item",
|
|
433
|
-
"properties": {
|
|
434
|
-
"textContent": "Talk",
|
|
435
|
-
"href": "/{{item.infos.id}}/chat",
|
|
436
|
-
"target": "_blank"
|
|
437
|
-
}
|
|
438
|
-
}
|
|
439
|
-
]
|
|
440
|
-
}
|
|
441
|
-
]
|
|
442
|
-
}
|
|
443
|
-
],
|
|
444
|
-
"properties": {
|
|
445
|
-
"trigger": "{{item.infos.id}}@click",
|
|
446
|
-
"placement": "left-end"
|
|
447
|
-
}
|
|
448
|
-
}
|
|
449
|
-
],
|
|
450
|
-
"conditions": {
|
|
451
|
-
"each": "FEEL: variables.digipairRoleTools"
|
|
452
|
-
}
|
|
453
|
-
},
|
|
454
305
|
{
|
|
455
306
|
"library": "web",
|
|
456
307
|
"element": "br"
|
|
@@ -846,150 +846,6 @@
|
|
|
846
846
|
}
|
|
847
847
|
]
|
|
848
848
|
},
|
|
849
|
-
{
|
|
850
|
-
"library": "web",
|
|
851
|
-
"element": "br"
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"library": "web",
|
|
855
|
-
"element": "br"
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"library": "web",
|
|
859
|
-
"element": "h4",
|
|
860
|
-
"properties": {
|
|
861
|
-
"textContent": "Role agent network"
|
|
862
|
-
}
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"library": "web",
|
|
866
|
-
"element": "div",
|
|
867
|
-
"properties": {
|
|
868
|
-
"textContent": "No role agent associated"
|
|
869
|
-
},
|
|
870
|
-
"conditions": {
|
|
871
|
-
"if": "FEEL: count(variables.roleTools) <= 0"
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"library": "web",
|
|
876
|
-
"element": "div",
|
|
877
|
-
"pins": [
|
|
878
|
-
{
|
|
879
|
-
"library": "@digipair/skill-web-spectrum",
|
|
880
|
-
"element": "sp-card",
|
|
881
|
-
"pins": [
|
|
882
|
-
{
|
|
883
|
-
"library": "web",
|
|
884
|
-
"element": "img",
|
|
885
|
-
"properties": {
|
|
886
|
-
"src": "FEEL: item.metadata.avatar",
|
|
887
|
-
"style": "height: 60px;",
|
|
888
|
-
"slot": "preview"
|
|
889
|
-
}
|
|
890
|
-
}
|
|
891
|
-
],
|
|
892
|
-
"properties": {
|
|
893
|
-
"style": "overflow: hidden;\nmargin: 5px;",
|
|
894
|
-
"id": "{{item.infos.id}}",
|
|
895
|
-
"horizontal": true,
|
|
896
|
-
"subheading": "{{item.infos.name}}"
|
|
897
|
-
}
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
"library": "@digipair/skill-web-spectrum",
|
|
901
|
-
"element": "sp-overlay",
|
|
902
|
-
"pins": [
|
|
903
|
-
{
|
|
904
|
-
"library": "@digipair/skill-web-spectrum",
|
|
905
|
-
"element": "sp-popover",
|
|
906
|
-
"pins": [
|
|
907
|
-
{
|
|
908
|
-
"library": "@digipair/skill-web-spectrum",
|
|
909
|
-
"element": "sp-menu",
|
|
910
|
-
"pins": [
|
|
911
|
-
{
|
|
912
|
-
"library": "@digipair/skill-web-spectrum",
|
|
913
|
-
"element": "sp-menu-item",
|
|
914
|
-
"properties": {
|
|
915
|
-
"textContent": "Delete"
|
|
916
|
-
},
|
|
917
|
-
"events": {
|
|
918
|
-
"click": [
|
|
919
|
-
{
|
|
920
|
-
"library": "@digipair/skill-web",
|
|
921
|
-
"element": "executeFactory",
|
|
922
|
-
"properties": {
|
|
923
|
-
"execute": [
|
|
924
|
-
{
|
|
925
|
-
"library": "@digipair/skill-basic",
|
|
926
|
-
"element": "setVariable",
|
|
927
|
-
"properties": {
|
|
928
|
-
"name": "tool",
|
|
929
|
-
"value": "FEEL: item.infos"
|
|
930
|
-
}
|
|
931
|
-
},
|
|
932
|
-
{
|
|
933
|
-
"library": "@digipair/skill-editor",
|
|
934
|
-
"element": "digipair",
|
|
935
|
-
"properties": {
|
|
936
|
-
"digipair": "FEEL: request.params[1]"
|
|
937
|
-
}
|
|
938
|
-
},
|
|
939
|
-
{
|
|
940
|
-
"library": "@digipair/skill-basic",
|
|
941
|
-
"element": "transform",
|
|
942
|
-
"properties": {
|
|
943
|
-
"value": "FEEL: context merge(\n previous, \n { \n roles: context(\n get entries(previous.roles)[item.key != \"digipair:\" + variables.tool.id]\n )\n }\n)"
|
|
944
|
-
}
|
|
945
|
-
},
|
|
946
|
-
{
|
|
947
|
-
"library": "@digipair/skill-editor",
|
|
948
|
-
"element": "setDigipair",
|
|
949
|
-
"properties": {
|
|
950
|
-
"digipair": "FEEL: request.params[1]",
|
|
951
|
-
"value": "FEEL: previous"
|
|
952
|
-
}
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"library": "@digipair/skill-git",
|
|
956
|
-
"element": "commit",
|
|
957
|
-
"conditions": {
|
|
958
|
-
"if": "FEEL: privates.GIT_COMMIT = true"
|
|
959
|
-
}
|
|
960
|
-
},
|
|
961
|
-
{
|
|
962
|
-
"library": "@digipair/skill-git",
|
|
963
|
-
"element": "push",
|
|
964
|
-
"conditions": {
|
|
965
|
-
"if": "FEEL: privates.GIT_PUSH = true"
|
|
966
|
-
}
|
|
967
|
-
}
|
|
968
|
-
]
|
|
969
|
-
}
|
|
970
|
-
},
|
|
971
|
-
{
|
|
972
|
-
"library": "@digipair/skill-web-interact",
|
|
973
|
-
"element": "reload"
|
|
974
|
-
}
|
|
975
|
-
]
|
|
976
|
-
}
|
|
977
|
-
}
|
|
978
|
-
]
|
|
979
|
-
}
|
|
980
|
-
]
|
|
981
|
-
}
|
|
982
|
-
],
|
|
983
|
-
"properties": {
|
|
984
|
-
"trigger": "{{item.infos.id}}@click",
|
|
985
|
-
"placement": "left-end"
|
|
986
|
-
}
|
|
987
|
-
}
|
|
988
|
-
],
|
|
989
|
-
"conditions": {
|
|
990
|
-
"each": "FEEL: variables.roleTools"
|
|
991
|
-
}
|
|
992
|
-
},
|
|
993
849
|
{
|
|
994
850
|
"library": "@digipair/skill-web-spectrum",
|
|
995
851
|
"element": "sp-action-group",
|
|
@@ -481,177 +481,6 @@
|
|
|
481
481
|
"library": "web",
|
|
482
482
|
"element": "br"
|
|
483
483
|
},
|
|
484
|
-
{
|
|
485
|
-
"library": "web",
|
|
486
|
-
"element": "h4",
|
|
487
|
-
"properties": {
|
|
488
|
-
"textContent": "Local AI roles agents"
|
|
489
|
-
}
|
|
490
|
-
},
|
|
491
|
-
{
|
|
492
|
-
"library": "web",
|
|
493
|
-
"element": "div",
|
|
494
|
-
"properties": {
|
|
495
|
-
"textContent": "You haven't created a local AI role agent yet? What are you waiting for?"
|
|
496
|
-
},
|
|
497
|
-
"conditions": {
|
|
498
|
-
"if": "FEEL: count(variables.digipairRoleWorkers[item.metadata.remote != true]) <= 0"
|
|
499
|
-
}
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"library": "web",
|
|
503
|
-
"element": "div",
|
|
504
|
-
"pins": [
|
|
505
|
-
{
|
|
506
|
-
"library": "@digipair/skill-web-spectrum",
|
|
507
|
-
"element": "sp-card",
|
|
508
|
-
"pins": [
|
|
509
|
-
{
|
|
510
|
-
"library": "web",
|
|
511
|
-
"element": "img",
|
|
512
|
-
"properties": {
|
|
513
|
-
"src": "FEEL: item.metadata.avatar",
|
|
514
|
-
"style": "height: 60px;",
|
|
515
|
-
"slot": "preview"
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
],
|
|
519
|
-
"properties": {
|
|
520
|
-
"style": "overflow: hidden;\nmargin: 5px;",
|
|
521
|
-
"id": "{{item.infos.id}}",
|
|
522
|
-
"horizontal": true,
|
|
523
|
-
"subheading": "{{item.infos.name}}"
|
|
524
|
-
}
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"library": "@digipair/skill-web-spectrum",
|
|
528
|
-
"element": "sp-overlay",
|
|
529
|
-
"pins": [
|
|
530
|
-
{
|
|
531
|
-
"library": "@digipair/skill-web-spectrum",
|
|
532
|
-
"element": "sp-popover",
|
|
533
|
-
"pins": [
|
|
534
|
-
{
|
|
535
|
-
"library": "@digipair/skill-web-spectrum",
|
|
536
|
-
"element": "sp-menu",
|
|
537
|
-
"pins": [
|
|
538
|
-
{
|
|
539
|
-
"library": "@digipair/skill-web-spectrum",
|
|
540
|
-
"element": "sp-menu-item",
|
|
541
|
-
"properties": {
|
|
542
|
-
"textContent": "Settings",
|
|
543
|
-
"href": "/studio/worker-edit/{{item.infos.id}}"
|
|
544
|
-
}
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"library": "@digipair/skill-web-spectrum",
|
|
548
|
-
"element": "sp-menu-item",
|
|
549
|
-
"properties": {
|
|
550
|
-
"textContent": "Task list",
|
|
551
|
-
"href": "/studio/worker-tasks/{{item.infos.id}}"
|
|
552
|
-
}
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"library": "@digipair/skill-web-spectrum",
|
|
556
|
-
"element": "sp-menu-item",
|
|
557
|
-
"properties": {
|
|
558
|
-
"textContent": "Delete"
|
|
559
|
-
},
|
|
560
|
-
"events": {
|
|
561
|
-
"click": [
|
|
562
|
-
{
|
|
563
|
-
"library": "@digipair/skill-web-notification",
|
|
564
|
-
"element": "confirm",
|
|
565
|
-
"properties": {
|
|
566
|
-
"message": "Are you sure you want to delete \"{{item.infos.name}}\" ?",
|
|
567
|
-
"ok": [
|
|
568
|
-
{
|
|
569
|
-
"library": "@digipair/skill-web",
|
|
570
|
-
"element": "executeFactory",
|
|
571
|
-
"properties": {
|
|
572
|
-
"execute": [
|
|
573
|
-
{
|
|
574
|
-
"library": "@digipair/skill-basic",
|
|
575
|
-
"element": "setVariable",
|
|
576
|
-
"properties": {
|
|
577
|
-
"name": "reasonings",
|
|
578
|
-
"execute": [
|
|
579
|
-
{
|
|
580
|
-
"library": "@digipair/skill-editor",
|
|
581
|
-
"element": "reasonings",
|
|
582
|
-
"properties": {
|
|
583
|
-
"digipair": "{{item.infos.id}}"
|
|
584
|
-
}
|
|
585
|
-
}
|
|
586
|
-
]
|
|
587
|
-
}
|
|
588
|
-
},
|
|
589
|
-
{
|
|
590
|
-
"library": "@digipair/skill-editor",
|
|
591
|
-
"element": "removeDigipair",
|
|
592
|
-
"properties": {
|
|
593
|
-
"digipair": "{{item.infos.id}}"
|
|
594
|
-
}
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
"library": "@digipair/skill-git",
|
|
598
|
-
"element": "commit",
|
|
599
|
-
"conditions": {
|
|
600
|
-
"if": "FEEL: privates.GIT_COMMIT = true"
|
|
601
|
-
}
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"library": "@digipair/skill-git",
|
|
605
|
-
"element": "push",
|
|
606
|
-
"conditions": {
|
|
607
|
-
"if": "FEEL: privates.GIT_PUSH = true"
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
|
-
]
|
|
611
|
-
}
|
|
612
|
-
},
|
|
613
|
-
{
|
|
614
|
-
"library": "@digipair/skill-web-interact",
|
|
615
|
-
"element": "reload"
|
|
616
|
-
}
|
|
617
|
-
]
|
|
618
|
-
}
|
|
619
|
-
}
|
|
620
|
-
]
|
|
621
|
-
}
|
|
622
|
-
},
|
|
623
|
-
{
|
|
624
|
-
"library": "@digipair/skill-web-spectrum",
|
|
625
|
-
"element": "sp-menu-item",
|
|
626
|
-
"properties": {
|
|
627
|
-
"textContent": "Parler",
|
|
628
|
-
"href": "/{{item.infos.id}}/chat",
|
|
629
|
-
"target": "_blank"
|
|
630
|
-
}
|
|
631
|
-
}
|
|
632
|
-
]
|
|
633
|
-
}
|
|
634
|
-
]
|
|
635
|
-
}
|
|
636
|
-
],
|
|
637
|
-
"properties": {
|
|
638
|
-
"trigger": "{{item.infos.id}}@click",
|
|
639
|
-
"placement": "left-end"
|
|
640
|
-
}
|
|
641
|
-
}
|
|
642
|
-
],
|
|
643
|
-
"conditions": {
|
|
644
|
-
"each": "FEEL: variables.digipairRoleWorkers[item.metadata.remote != true]"
|
|
645
|
-
}
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"library": "web",
|
|
649
|
-
"element": "br"
|
|
650
|
-
},
|
|
651
|
-
{
|
|
652
|
-
"library": "web",
|
|
653
|
-
"element": "br"
|
|
654
|
-
},
|
|
655
484
|
{
|
|
656
485
|
"library": "@digipair/skill-web-spectrum",
|
|
657
486
|
"element": "sp-action-group",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"library": "@digipair/skill-tool",
|
|
11
11
|
"element": "execute",
|
|
12
12
|
"properties": {
|
|
13
|
-
"execute": "FEEL: [{\n \"library\": \"<%= library %>\",\n \"element\": request.reasoning,\n \"
|
|
13
|
+
"execute": "FEEL: [{\n \"library\": \"<%= library %>\",\n \"element\": request.reasoning,\n \"_properties\": request.body\n}]"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
]
|