Hi,
I’ve started the LangGraph essentials academy course. I’ve noticed LangGraph has built-in capabilities for generating state graphs using mermaid.
I’m working on a personal project where I planned on adding an agent that creates diagrams using PlantUML. I’ve noticed that most of the diagrams I’m interested in, are also available with mermaid. and I wondered would it be possible to add functionality for an agent to generate diagrams using mermaid (instead of PlantUML for my use-case)?
It would be a nice feature of having an agent generating diagrams in general based on user’s query for LangGraph/LangChain. it could work as a tool (like SQL toolkit) or maybe a middleware (like TodoListMiddleware).
I also wonder what are the community’s thought is, do people using LangChain/LangGraph are interested in a feature of drawing diagrams?