MCPcopy Create free account
hub / github.com/agent0ai/agent-zero / _run

Method _run

helpers/defer.py:113–114  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111 self.kill_children()
112
113 async def _run(self):
114 return await self.func(*self.args, **self.kwargs)
115
116 def is_ready(self) -> bool:
117 return self._future.done() if self._future else False

Callers 1

_start_taskMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected