Merge remote-tracking branch 'origin/feat/add-inferred-belief-node' into feat/monitoringpage

This commit is contained in:
Pim Hutting
2026-01-16 15:39:20 +01:00
17 changed files with 805 additions and 102 deletions

View File

@@ -165,6 +165,7 @@ export function runProgramm() {
// when the program was sent to the backend successfully:
useProgramStore.getState().setProgramState(structuredClone(program));
}).catch(() => console.log("Failed to send program to the backend."));
console.log(program);
}
/**