* Change structure to JSON-Lines * Add CALCULATE command * Inject data only into command arguments (not rebuild the entire graph) * Unescape strings in commands arguments before creating the commands * Add save graph as file * Improve instruction recognition system message * Remove StaticVar
* Change backward graph execution to forward * Execute next command nodes at the end of each command node * Fix natural language graph explanation system message * Add verbosity to instruction recognition functions
1.1.3
* Fix 1 bug: While executing a graph, when it was rebuilt, the results of the nodes were lost. Now, when rebuilding, the reached nodes will keep their results (status and data generated). Nodes that depend on unexecuted nodes will not execute.
1.1.2
* Escape newlines and double quotes in injected strings