Communicate your work with diagrams in seconds with GenAI + Mermaid

Image generated WITH this tool!
uv syncexport OPENAI_API_KEY=<your_api_key>.env.sample for details.src/mermaid_agent/modules/llm_module.py: build_model() function.uv run main mer -p "Flowchart of ##setup instructions" -o "setup_diagram.png" -i "./README.md"uv run main mer -p "state diagram of process: build prompt, generate HQ examples, iterate, build dataset, fine-tune, test, iterate, prompt " -o "fine_tune_process.png"uv run main mer -p "pie chart title: 'Time Spent on Project Tasks', 'Coding': 40, 'Testing': 20, 'Documentation': 20, 'Meetings': 15, 'Learn AI Coding w/IndyDevDan': 5" -o "project_time_allocation.png"uv run main mer-iter -p "Flowchart of ##setup instructions" -o "setup_diagram.png" -i "./README.md" uv run main mer-bulk -p "Flowchart of ##setup instructions" -o "setup_diagram.png" -i "./README.md" -c 5 uv run main mer-bulk -p "pie chart title: 'Time Spent on Project Tasks', 'Coding', 'Testing', 'Documentation', 'Meetings', 'Learn AI Coding w/IndyDevDan'" -o "project_time_allocation.png" -c 5$ claude mcp add mermaid-js-ai-agent \
-- python -m otcore.mcp_server <graph>