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
ReasonResponse --> NeedAwaitResponse
NeedAwaitResponse -->|Quick response is unlikely| AnalyzeContext
NeedAwaitResponse -->|Quick response is unlikely| MakeNotes
NeedAwaitResponse -->|Input available on stdin| PrepareForDraft
NeedAwaitResponse -->|Quick response is likely| BusyWait
BusyWait --> NeedAwaitResponse
AnalyzeContext --> MakeNotes
MakeNotes --> End
MakeNotes --> AnalyzeContext
AnalyzeContext --> End
```