flowchart TD
U["👤 User"] --> |prompt| L["🧠 LLM"]
L --> |tool call| T["🔧 Tools"]
T --> |result| L
L --> |response| U
style L fill:#447099,stroke:#33567a,color:#fff
style T fill:#ee6331,stroke:#c84e1f,color:#fff
style U fill:#0e3b5c,stroke:#082638,color:#fff