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-02-20 23:40:42 -08:00
|
|
|
"agent-browser": "^0.13.0"
|
2026-01-29 22:36:07 +00:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18.0.0"
|
2026-01-29 22:23:17 +00:00
|
|
|
}
|
|
|
|
|
}
|