Mermaid with look: handDrawn — you write the graph as text, it auto-lays-out the
nodes and routes the arrows, and renders sketchy via rough.js. No hand-written SVG coordinates, none
of the default Mermaid four-square stiffness. The page stays clean sans; only the diagram is sketchy.
flowchart TD REQ([Request]):::io --> SUP[supervisor
route · decide]:::llm SUP --> BAZI[bazi_master
deterministic]:::core SUP --> LIU[liuyao_master
deterministic]:::core SUP -->|needs info| END([end]):::io BAZI --> OUT[output
assemble · archive]:::out LIU --> OUT END -.done.-> OUT classDef llm fill:#26203a,stroke:#9c6fd6,color:#ECEFF5; classDef core fill:#16271f,stroke:#3f9e72,color:#ECEFF5; classDef out fill:#2a2417,stroke:#b8923f,color:#ECEFF5; classDef io fill:#1B2233,stroke:#3a4256,color:#ECEFF5;