- Implemented Agent-based Data Collection Nodes

- Added More Dark Theming throughout Borealis
- Added API Data Collector Node
- Added Image Viewer Node
- Added Agent Deployment Script (Powershell)
This commit is contained in:
2025-04-04 03:23:01 -06:00
parent dca79b8556
commit a75c472c98
14 changed files with 693 additions and 222 deletions

View File

@ -1,80 +0,0 @@
{
"nodes": [
{
"id": "node-1743304886846",
"type": "custom",
"position": {
"x": 214.63333129882812,
"y": 146.66666666666666
},
"data": {
"label": "Custom Node",
"content": "Placeholder"
},
"width": 160,
"height": 72
},
{
"id": "node-1743304888268",
"type": "custom",
"position": {
"x": 621.2999979654948,
"y": 276.6666666666667
},
"data": {
"label": "Custom Node",
"content": "Placeholder"
},
"width": 160,
"height": 72
},
{
"id": "node-1743304891251",
"type": "custom",
"position": {
"x": 814.6333312988281,
"y": 65.33333333333334
},
"data": {
"label": "Custom Node",
"content": "Placeholder"
},
"width": 160,
"height": 72,
"selected": true,
"positionAbsolute": {
"x": 814.6333312988281,
"y": 65.33333333333334
},
"dragging": false
}
],
"edges": [
{
"source": "node-1743304886846",
"sourceHandle": null,
"target": "node-1743304888268",
"targetHandle": null,
"type": "smoothstep",
"animated": true,
"style": {
"strokeDasharray": "6 3",
"stroke": "#58a6ff"
},
"id": "reactflow__edge-node-1743304886846-node-1743304888268"
},
{
"source": "node-1743304886846",
"sourceHandle": null,
"target": "node-1743304891251",
"targetHandle": null,
"type": "smoothstep",
"animated": true,
"style": {
"strokeDasharray": "6 3",
"stroke": "#58a6ff"
},
"id": "reactflow__edge-node-1743304886846-node-1743304891251"
}
]
}

View File

@ -1,86 +0,0 @@
{
"nodes": [
{
"id": "node-1743545354663",
"type": "dataNode",
"position": {
"x": 177.26666259765625,
"y": 122.66666666666667
},
"data": {
"label": "Data Node",
"content": "Placeholder Node"
},
"width": 160,
"height": 63
},
{
"id": "node-1743545357071",
"type": "dataNode",
"position": {
"x": 506.59999593098956,
"y": 232
},
"data": {
"label": "Data Node",
"content": "Placeholder Node"
},
"width": 160,
"height": 63,
"selected": true,
"positionAbsolute": {
"x": 506.59999593098956,
"y": 232
},
"dragging": false
},
{
"id": "node-1743545361694",
"type": "ExportToCSVNode",
"position": {
"x": 187.2666625976562,
"y": 316.66666666666663
},
"data": {
"label": "Export to CSV",
"content": "Placeholder Node"
},
"width": 160,
"height": 63,
"selected": false,
"positionAbsolute": {
"x": 187.2666625976562,
"y": 316.66666666666663
},
"dragging": false
}
],
"edges": [
{
"source": "node-1743545354663",
"sourceHandle": null,
"target": "node-1743545357071",
"targetHandle": null,
"type": "smoothstep",
"animated": true,
"style": {
"strokeDasharray": "6 3",
"stroke": "#58a6ff"
},
"id": "reactflow__edge-node-1743545354663-node-1743545357071"
},
{
"source": "node-1743545354663",
"sourceHandle": null,
"target": "node-1743545361694",
"targetHandle": null,
"type": "smoothstep",
"animated": true,
"style": {
"strokeDasharray": "6 3",
"stroke": "#58a6ff"
},
"id": "reactflow__edge-node-1743545354663-node-1743545361694"
}
]
}