Refactor of visual programming page to fully match the CB's program schema. Includes overhaul of UI elements for plan creation. #38

Merged
9828273 merged 23 commits from refactor/nodes-match-functionality into demo 2026-01-07 15:19:47 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 08374ac2c2 - Show all commits

View File

@@ -436,8 +436,8 @@ describe('NormNode', () => {
norm: 'Never harm humans',
critical: false,
condition: {
id: "belief-1",
keyword: "help"
id: "belief-1",
keyword: ""
},
});
});

View File

@@ -95,7 +95,7 @@ describe('TriggerNode', () => {
id: 'trigger-1',
condition: {
id: "belief-1",
keyword: "help",
keyword: "",
},
plan: {
name: "Default Plan",