Merge branch 'demo' into feat/add-inferred-belief-node

# Conflicts:
#	src/pages/VisProgPage/VisProg.module.css
#	src/pages/VisProgPage/visualProgrammingUI/NodeRegistry.ts
This commit is contained in:
JGerla
2026-01-14 13:48:57 +01:00
16 changed files with 324 additions and 27 deletions

View File

@@ -113,6 +113,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