Skip to content
5 changes: 5 additions & 0 deletions content/blog/2026-05-18-agent-guide/agent-loop.mmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
graph LR
User["User<br/>(role: user)"] -->|"prompt"| LLM["LLM<br/>(role: assistant)"]
LLM -->|"result"| User
LLM -->|"tool_calls: [...]"| Agent["Agent Tools<br/>(role: tool)"]
Agent -->|"tool result"| LLM
1 change: 1 addition & 0 deletions content/blog/2026-05-18-agent-guide/agent-loop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading