From 0ed8be5daa9c35b532ab5d8c286b720352ce5243 Mon Sep 17 00:00:00 2001 From: narawat Date: Tue, 28 Jul 2026 11:09:22 +0700 Subject: [PATCH] update --- docs/agent_loop_diagram.md | 48 +++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/agent_loop_diagram.md b/docs/agent_loop_diagram.md index 8546488..0c5311f 100644 --- a/docs/agent_loop_diagram.md +++ b/docs/agent_loop_diagram.md @@ -217,30 +217,30 @@ Here's a cleaned-up version with proper alignment: │ │ AssistantMessage (finalized) │ │ │ │ │ │ │ ▼ │ -│ │ check tool_calls? │ -│ │ │ │ │ -│ │ │ │ │ -│ │ YES NO │ -│ │ │ │ │ -│ │ ▼ │ │ -│ │ execute tools │ │ -│ │ │ │ │ -│ │ ▼ │ │ -│ │ emit ToolResultMessage│ │ -│ │ │ │ │ -│ │ └─────┬─────┘ │ -│ │ │ │ -│ │ ▼ │ -│ │ append to context.messages │ -│ │ │ │ -│ │ ▼ │ -│ │ next turn │ -│ │ │ │ -│ │ ▼ │ -│ │ check pending/follow-up │ -│ │ │ │ -│ │ ▼ │ -│ └────────────────────┴──────────────────────────────────────────────────────────────────────────────────►│ +│ │ check tool_calls? │ +│ │ │ │ │ +│ │ │ │ │ +│ │ YES NO │ +│ │ │ │ │ +│ │ ▼ │ │ +│ │ execute tools │ │ +│ │ │ │ │ +│ │ ▼ │ │ +│ │ emit ToolResultMessage│ │ +│ │ │ │ │ +│ │ └─────┬─────┘ │ +│ │ │ │ +│ │ ▼ │ +│ │ append to context.messages │ +│ │ │ │ +│ │ ▼ │ +│ │ next turn │ +│ │ │ │ +│ │ ▼ │ +│ │ check pending/follow-up │ +│ │ │ │ +│ │ ▼ │ +│ └───────────────────────────────────────┴───────────────────────────────────────────────────────────────►│ │ (loop back to main loop or end) │ │ │ └─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘