Merge branch 'demo' into feat/recursive-goal-making

This commit is contained in:
Björn Otgaar
2026-01-13 12:33:27 +01:00
16 changed files with 332 additions and 28 deletions

View File

@@ -118,6 +118,10 @@ export function PhaseReduce(node: Node, nodes: Node[]) {
return result;
}
export const PhaseTooltip = `
A phase is a single stage of the program, during a phase Pepper will behave
in accordance with any connected norms, goals and triggers`;
/**
* This function is called whenever a connection is made with this node type as the target (phase)
* @param _thisNode the node of this node type which function is called