All Tools
P
Dev ToolsFreeOpen Source
PLANTUML
UML and sequence diagrams from plain text
LGPL-3.0
ABOUT
Sequence diagrams of agent tool calls and class diagrams of training code rot in slide decks. PlantUML stores the diagram as text next to the code, so PRs can review the design and CI can emit PNG or SVG whenever the description changes.
INSTALL
brew install plantumlINTEGRATION GUIDE
1. Document agent tool-calling sequences as text that CI renders to SVG
2. Keep component diagrams of a RAG stack versioned beside the services
3. Generate class diagrams from Java or C++ model-serving code during review
4. Embed PlantUML in Markdown so architecture docs stay compilable
TAGS
diagramsumldocumentationjavaarchitecture