From a541905b720564a768a1cded90ced32939941485 Mon Sep 17 00:00:00 2001 From: narawat Date: Wed, 29 Jul 2026 14:00:13 +0700 Subject: [PATCH] update --- learning/01-ARCHITECTURE_OVERVIEW.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/learning/01-ARCHITECTURE_OVERVIEW.md b/learning/01-ARCHITECTURE_OVERVIEW.md index 18bb59d..9f5921b 100644 --- a/learning/01-ARCHITECTURE_OVERVIEW.md +++ b/learning/01-ARCHITECTURE_OVERVIEW.md @@ -88,15 +88,15 @@ │ │ 1. Emit AgentStartEvent │ │ │ │ 2. Emit TurnStartEvent │ │ │ │ 3. Process prompts (emit MessageStart/End) │ │ - │ │ 4.┌────────────────────────────────────────────────┐ │ │ - │ │ │ while true: │ │ │ - │ │ │ │ Process steering/follow-up messages │ │ │ - │ │ │ │ Stream assistant response (LLM call) │ │ │ - │ │ │ │ Execute tool calls (parallel/sequential) │ │ │ - │ │ │ │ Emit TurnEndEvent │ │ │ - │ │ │ │ Check if should stop │ │ │ - │ │ │ │ Get next steering messages │ │ │ - │ │ └───┴────────────────────────────────────────────┘ │ │ + │ │ 4.┌────────────────────────────────────────────────┐ │ │ + │ │ │ while true: │ │ │ + │ │ │ │ Process steering/follow-up messages │ │ │ + │ │ │ │ Stream assistant response (LLM call) │ │ │ + │ │ │ │ Execute tool calls (parallel/sequential) │ │ │ + │ │ │ │ Emit TurnEndEvent │ │ │ + │ │ │ │ Check if should stop │ │ │ + │ │ │ │ Get next steering messages │ │ │ + │ │ └───┴────────────────────────────────────────────┘ │ │ │ └────────────────────────────────────────────────────────┘ │ └──────────────────────────────────────────────────────────────┘ │