MCPcopy Create free account
hub / github.com/Roy3838/Observer / isAgentLoopRunning

Function isAgentLoopRunning

app/src/utils/main_loop.ts:448–450  ·  view source on GitHub ↗
(agentId: string)

Source from the content-addressed store, hash-verified

446 * Check if an agent's loop is currently running
447 */
448export function isAgentLoopRunning(agentId: string): boolean {
449 return activeLoops[agentId]?.isRunning === true;
450}
451
452/**
453 * Get all currently running agent IDs

Callers 3

handleCommandMethod · 0.90
registry.tsFile · 0.90
executeAgentIterationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected