From f1a5d3b8c98482bcd0e21b6872a8aaf20edd6a5c Mon Sep 17 00:00:00 2001 From: Taras Date: Sun, 26 Apr 2026 15:30:05 +0300 Subject: [PATCH] feat: add Hermes Agent to registry Resolves: https://github.com/NousResearch/hermes-agent/issues/16028 --- hermes-agent/agent.json | 22 ++++++++++++++++++++++ hermes-agent/icon.svg | 3 +++ 2 files changed, 25 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 00000000..388f209a --- /dev/null +++ b/hermes-agent/agent.json @@ -0,0 +1,22 @@ +{ + "$schema": "../agent.schema.json", + "id": "hermes-agent", + "name": "Hermes Agent", + "version": "1.0.0", + "author": "Nous Research", + "description": "The agent that grows with you, by Nous Research.", + "homepage": "https://github.com/NousResearch/hermes-agent", + "repository": "https://github.com/NousResearch/hermes-agent", + "license": "Apache-2.0", + "icon": "icon.svg", + "capabilities": { + "supports_tools": true, + "supports_resources": true, + "supports_prompts": true + }, + "distribution": { + "npx": { + "package": "@nousresearch/hermes-agent" + } + } +} diff --git a/hermes-agent/icon.svg b/hermes-agent/icon.svg new file mode 100644 index 00000000..4759ea87 --- /dev/null +++ b/hermes-agent/icon.svg @@ -0,0 +1,3 @@ + + +