chore: update agent-browser dependency and clean up stale daemon processes

- Upgraded the agent-browser dependency from version 0.7.6 to 0.13.0 in package.json.
- Added functionality to kill stale agent-browser daemon processes in browser_tool.py to prevent orphaned instances from previous runs.
This commit is contained in:
teknium1
2026-02-20 23:40:42 -08:00
parent 70dd3a16dc
commit c48817f69b
2 changed files with 31 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
},
"homepage": "https://github.com/NousResearch/Hermes-Agent#readme",
"dependencies": {
"agent-browser": "^0.7.6"
"agent-browser": "^0.13.0"
},
"engines": {
"node": ">=18.0.0"