Dynamically create/edit/deploy graphs with no code?

Deep diving into LanGraph for the first time. Really excited by all the features.

We want to rewrite our internal agentic platform to use LanGraph. I have only two main missing features and I was wondering if they are on the roadmap (or if a solution exists already):

  1. a no-code UI for creating/updating graphs. Even a json/yaml editor would be enough, but I need an editor which my team can use to create new graphs and update existing ones. I could custom make it but I get the feeling this would fit very well in the LanGraph (Platform?) offering.
  2. a way to update/add graphs to a deployed server (e.g. on the Platform) without requiring re-deployment (which takes several minutes). My team would typically create a new graph, test in dev, change it, test again, etc.

Thank you!

Hello, have you tried using the assistants feature with a custom config?

Hope this helps you