Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
reset
Method · 0.95
nudge
Method · 0.95
Calls
1
kill
Method · 0.45
Tested by
no test coverage detected