Compare commits

...

2 Commits

Author SHA1 Message Date
ton a0787c2316 update 2026-07-29 13:52:02 +07:00
ton 8fd72f8d37 ีupdate 2026-07-29 13:50:00 +07:00
8 changed files with 288 additions and 288 deletions
+1 -1
View File
@@ -207,7 +207,7 @@
│ │ follow_up_queue: [] │ │
│ └───────────────────────────────────────────────────────────────────────────────────────────────────────────┘ │
│ │
│ LLM SEES (convert_to_llm() filters):
│ LLM SEES (convert_to_llm() filters):
│ ┌─────────────────────────────────────────────────────────────────────────────────────────────────┐ │
│ │ Messages passed to LLM API: │ │
│ │ [UserMessage("What is Julia?"), AssistantMessage("Julia is...")] │ │
+3 -3
View File
@@ -88,7 +88,7 @@
│ │ 1. Emit AgentStartEvent │ │
│ │ 2. Emit TurnStartEvent │ │
│ │ 3. Process prompts (emit MessageStart/End) │ │
│ │ 4. ┌──────────────────────────────────────────────┐ │ │
│ │ 4.┌────────────────────────────────────────────────┐ │ │
│ │ │ while true: │ │ │
│ │ │ │ Process steering/follow-up messages │ │ │
│ │ │ │ Stream assistant response (LLM call) │ │ │
@@ -136,7 +136,7 @@
│ │ runLoop() - Main Event Loop │ │
│ └────────────────────────────────────────────────────────────┘ │
│ │ │
└──────────────────────────────┼───────────────────────────────────────
└──────────────────────────────┼─────────────────────────────────────┘
│ Loop Iteration
@@ -224,7 +224,7 @@
│ │ Loop continues until termination condition met │ │
│ └────────────────────────────────────────────────────────────┘ │
│ │ │
└──────────────────────────────┼───────────────────────────────────────
└──────────────────────────────┼─────────────────────────────────────┘
┌────────────────────────────────────────────────────────────────────┐