agent
agent copied to clipboard
Loader reuse existing nodes on reload
PR Description
This change optimizes the loader to avoid creating new nodes (declare + config) when they already exist in the graph. This optimization was already implemented for the componentNodes, this extends it to configNodes and declare nodes.