This commit is contained in:
2026-07-29 14:00:13 +07:00
parent a0787c2316
commit a541905b72
+9 -9
View File
@@ -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 │ │
│ │ └───┴────────────────────────────────────────────┘ │
│ └────────────────────────────────────────────────────────┘ │
└──────────────────────────────────────────────────────────────┘