* Check if the store has been initialized with extension state.
()
| 159 | * Check if the store has been initialized with extension state. |
| 160 | */ |
| 161 | isInitialized(): boolean { |
| 162 | return this.state.isInitialized |
| 163 | } |
| 164 | |
| 165 | /** |
| 166 | * Quick check: Is the agent currently waiting for input? |
no outgoing calls
no test coverage detected