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

@@ -40,6 +40,10 @@ type Emotion = { type: "emotion", id: string, value: string, label: "Emotion rec
export type BasicBeliefNode = Node<BasicBeliefNodeData>
// update the tooltip to reflect newly added connection options for a belief
export const BasicBeliefTooltip = `
A belief describes a condition that must be met
in order for a connected norm to be activated`;
/**
* This function is called whenever a connection is made with this node type as the target