Merge remote-tracking branch 'origin/demo' into feat/monitoringpage

This commit is contained in:
Storm
2026-01-13 12:39:25 +01:00
16 changed files with 332 additions and 28 deletions

View File

@@ -144,6 +144,11 @@ export function GoalReduce(node: Node, _nodes: Node[]) {
}
}
export const GoalTooltip = `
The goal node allows you to set goals that Pepper has to achieve
before moving to the next phase of your program`;
/**
* This function is called whenever a connection is made with this node type as the target
* @param _thisNode the node of this node type which function is called