MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / start

Method start

scripts/dashboard.py:455–460  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

453 self._loaded = True
454
455 def start(self) -> None:
456 if self._thread and self._thread.is_alive():
457 return
458 self._watching = True
459 self._thread = threading.Thread(target=self._watch_loop, daemon=True)
460 self._thread.start()
461
462 def stop(self) -> None:
463 self._watching = False

Callers 10

subscribeMethod · 0.45
trigger_shutdownFunction · 0.45
get_stateFunction · 0.45
mainFunction · 0.45
run_agentFunction · 0.45
run_agentFunction · 0.45
mainFunction · 0.45
api_generateFunction · 0.45

Calls

no outgoing calls

Tested by 2