From 048014189458a6b07f28ae1f05e83388352a4e23 Mon Sep 17 00:00:00 2001 From: 1xxalexx1 Date: Mon, 17 Aug 2026 20:52:17 +0200 Subject: [PATCH 1/2] feat: add Hermes Agent --- hermes-agent/agent.json | 17 +++++++++++++++++ hermes-agent/icon.svg | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 hermes-agent/agent.json create mode 100644 hermes-agent/icon.svg diff --git a/hermes-agent/agent.json b/hermes-agent/agent.json new file mode 100644 index 000000000..bdb986a48 --- /dev/null +++ b/hermes-agent/agent.json @@ -0,0 +1,17 @@ +{ + "id": "hermes-agent", + "name": "Hermes Agent", + "version": "0.20.2", + "description": "Self-improving open-source AI agent by Nous Research with ACP editor integration, persistent memory, skills, and multi-provider support.", + "repository": "https://github.com/NousResearch/hermes-agent", + "website": "https://hermes-agent.nousresearch.com/docs/user-guide/features/acp", + "authors": [ + "Nous Research" + ], + "license": "MIT", + "distribution": { + "npx": { + "package": "@nousresearch/hermes-agent@0.20.2" + } + } +} diff --git a/hermes-agent/icon.svg b/hermes-agent/icon.svg new file mode 100644 index 000000000..e93557510 --- /dev/null +++ b/hermes-agent/icon.svg @@ -0,0 +1,3 @@ + + + From 4e1723ee39c6c24ea3e56751e3aa705af1019f2f Mon Sep 17 00:00:00 2001 From: 1xxalexx1 Date: Mon, 17 Aug 2026 21:33:05 +0200 Subject: [PATCH 2/2] chore: track Hermes 0.20.3 launcher --- hermes-agent/agent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hermes-agent/agent.json b/hermes-agent/agent.json index bdb986a48..397b9fc1b 100644 --- a/hermes-agent/agent.json +++ b/hermes-agent/agent.json @@ -1,7 +1,7 @@ { "id": "hermes-agent", "name": "Hermes Agent", - "version": "0.20.2", + "version": "0.20.3", "description": "Self-improving open-source AI agent by Nous Research with ACP editor integration, persistent memory, skills, and multi-provider support.", "repository": "https://github.com/NousResearch/hermes-agent", "website": "https://hermes-agent.nousresearch.com/docs/user-guide/features/acp", @@ -11,7 +11,7 @@ "license": "MIT", "distribution": { "npx": { - "package": "@nousresearch/hermes-agent@0.20.2" + "package": "@nousresearch/hermes-agent@0.20.3" } } }