fix(agent-loop): reclassify pending tool calls
This commit is contained in:
@@ -822,8 +822,8 @@ function renderLifecycle(): string {
|
||||
` Session-->>SDK: ${mermaidCode('session/event')} ${mermaidCode('assistant/chunk')}*`,
|
||||
` Driver->>Hooks: ${mermaidCode('agent/step-result')} waterfall`,
|
||||
` Driver->>Session: ${mermaidCode('assistant/message')}`,
|
||||
' Driver->>Tools: group calls by executionMode',
|
||||
' loop bounded rolling pool until group drains',
|
||||
' Driver->>Tools: classify next call by executionMode',
|
||||
' loop bounded rolling pool with reclassification before replenishing',
|
||||
' opt capacity available for an unstarted call',
|
||||
` Driver->>Session: ${mermaidCode('tool/call')} pending audit`,
|
||||
' Driver->>Tools: ordered pre / pooled dispatch',
|
||||
|
||||
Reference in New Issue
Block a user