* Check if there is an active task.
()
| 229 | * Check if there is an active task. |
| 230 | */ |
| 231 | hasActiveTask(): boolean { |
| 232 | return this.store.getCurrentState() !== AgentLoopState.NO_TASK |
| 233 | } |
| 234 | |
| 235 | /** |
| 236 | * Get all messages in the current task. |
no test coverage detected