Replies: 2 comments 7 replies
-
I was thinking about this method of add/removing nodes as a solution for dynamic parallelism: #770 |
Beta Was this translation helpful? Give feedback.
6 replies
-
I worked on this and actually created a basic version of it https://gist.github.com/rvndbalaji/2f50bf3d2fc635bf2f36f71c724e3347 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Like we have graph.add_node and graph.compile we should have graph.recompile which can be called after graph.add_node to add agent nodes dynamically at runtime. There should be a graph.remove_node to remove nodes. It will help manage graph size as the complexity increases. What are your thoughts?
Beta Was this translation helpful? Give feedback.
All reactions