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

Method kill_process

agent.py:233–235  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

231
232 @extension.extensible
233 def kill_process(self):
234 if self.task:
235 self.task.kill()
236
237 @extension.extensible
238 def reset(self):

Callers 2

resetMethod · 0.95
nudgeMethod · 0.95

Calls 1

killMethod · 0.45

Tested by

no test coverage detected