mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-13 13:53:15 +08:00
os.kill(pid, SIGTERM) only signals the parent, leaving Chromium child
processes (renderer, GPU, etc.) orphaned. Reuse the existing
ProcessRegistry._terminate_host_pid() helper which walks the process
tree leaf-up via psutil, terminating children before the parent.
157 KiB
157 KiB