mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix(tools): reap orphaned cloud browser daemons with hermes session prefix
This commit is contained in:
parent
6d58ec75ee
commit
89070b8f9f
1 changed files with 2 additions and 0 deletions
|
|
@ -582,6 +582,8 @@ def _reap_orphaned_browser_sessions():
|
|||
socket_dirs = glob.glob(pattern)
|
||||
# Also pick up CDP sessions
|
||||
socket_dirs += glob.glob(os.path.join(tmpdir, "agent-browser-cdp_*"))
|
||||
# Also pick up cloud-provider sessions (browser-use/browserbase/firecrawl)
|
||||
socket_dirs += glob.glob(os.path.join(tmpdir, "agent-browser-hermes_*"))
|
||||
|
||||
if not socket_dirs:
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue