* Quick check: Is the agent currently waiting for input?
()
| 166 | * Quick check: Is the agent currently waiting for input? |
| 167 | */ |
| 168 | isWaitingForInput(): boolean { |
| 169 | return this.state.agentState.isWaitingForInput |
| 170 | } |
| 171 | |
| 172 | /** |
| 173 | * Quick check: Is the agent currently running? |
no outgoing calls
no test coverage detected