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

feat: added an inferred belief node to the editor

See merge request ics/sp/2025/n25b/pepperplus-ui!42
This commit was merged in pull request #42.
This commit is contained in:
Twirre
2026-01-23 12:57:35 +00:00
17 changed files with 847 additions and 30 deletions

View File

@@ -164,6 +164,7 @@ function runProgram() {
// 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);
}
/**