2026-01-29 22:23:17 +00:00
|
|
|
{
|
|
|
|
|
"name": "hermes-agent",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "An AI agent with advanced tool-calling capabilities, featuring a flexible toolsets system for organizing and managing tools.",
|
2026-01-29 22:36:07 +00:00
|
|
|
"private": true,
|
2026-01-29 22:23:17 +00:00
|
|
|
"scripts": {
|
2026-01-29 22:36:07 +00:00
|
|
|
"postinstall": "echo '✅ Browser tools ready. Run: python run_agent.py --help'"
|
2026-01-29 22:23:17 +00:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/NousResearch/Hermes-Agent.git"
|
|
|
|
|
},
|
2026-01-29 22:36:07 +00:00
|
|
|
"license": "MIT",
|
2026-01-29 22:23:17 +00:00
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/NousResearch/Hermes-Agent/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/NousResearch/Hermes-Agent#readme",
|
|
|
|
|
"dependencies": {
|
2026-04-22 23:05:42 +05:30
|
|
|
"@askjo/camofox-browser": "^1.5.2",
|
|
|
|
|
"agent-browser": "^0.26.0"
|
2026-01-29 22:36:07 +00:00
|
|
|
},
|
2026-04-12 19:38:20 -07:00
|
|
|
"overrides": {
|
|
|
|
|
"lodash": "4.18.1"
|
|
|
|
|
},
|
2026-01-29 22:36:07 +00:00
|
|
|
"engines": {
|
2026-04-14 10:21:54 -07:00
|
|
|
"node": ">=20.0.0"
|
2026-01-29 22:23:17 +00:00
|
|
|
}
|
|
|
|
|
}
|