Closed fire closed 1 year ago
Research implementing behave-graph as a Javascript library that can execute code.
.json
https://github.com/bhouston/behave-graph
Recording here. probably doesn't fit this repository.
[ { "type": "lifecycle/start" }, { "type": "action/log", "inputs": { "flow": { "links": [ { "node": 0, "socket": "flow" } ] }, "text": { "value": "Hello World!" } } } ]
https://github.com/bhouston/behave-graph/blob/main/src/lib/index.ts
Can I ECMAScript execute the above json with behave-graph today?
Closing due to lack of interest.
Research implementing behave-graph as a Javascript library that can execute code.
.json
https://github.com/bhouston/behave-graph
Recording here. probably doesn't fit this repository.
Example node graph
Example entry point.
https://github.com/bhouston/behave-graph/blob/main/src/lib/index.ts
Open questions
Can I ECMAScript execute the above json with behave-graph today?