Updated user_communication flowchart

This commit is contained in:
2025-04-19 20:55:04 +02:00
parent c1cef08941
commit a165772411

View File

@@ -55,11 +55,11 @@ flowchart TD
AddHistoryAgent --> ReasonResponse AddHistoryAgent --> ReasonResponse
ReasonResponse --> NeedAwaitResponse ReasonResponse --> NeedAwaitResponse
NeedAwaitResponse -->|Quick response is unlikely| AnalyzeContext NeedAwaitResponse -->|Quick response is unlikely| MakeNotes
NeedAwaitResponse -->|Input available on stdin| PrepareForDraft NeedAwaitResponse -->|Input available on stdin| PrepareForDraft
NeedAwaitResponse -->|Quick response is likely| BusyWait NeedAwaitResponse -->|Quick response is likely| BusyWait
BusyWait --> NeedAwaitResponse BusyWait --> NeedAwaitResponse
AnalyzeContext --> MakeNotes MakeNotes --> AnalyzeContext
MakeNotes --> End AnalyzeContext --> End
``` ```