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

@@ -114,6 +114,10 @@ export function NormReduce(node: Node, nodes: Node[]) {
return result
}
export const NormTooltip = `
A norm describes a behavioral rule Pepper must follow during the connected phase(-s),
for example: "respond using formal language"`;
/**
* 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