MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / isWaitingForInput

Method isWaitingForInput

apps/cli/src/agent/state-store.ts:168–170  ·  view source on GitHub ↗

* Quick check: Is the agent currently waiting for input?

()

Source from the content-addressed store, hash-verified

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?

Calls

no outgoing calls

Tested by

no test coverage detected