From 5747874c235089e2e6d9e3a881c096721f62d65d Mon Sep 17 00:00:00 2001 From: David Metcalfe Date: Sat, 22 Aug 2026 22:32:37 -0700 Subject: [PATCH] feat: add hermes-agent to registry Hermes Agent is a self-improving AI agent by Nous Research with native ACP support via the acp_adapter module. It supports Terminal Auth (interactive setup) and Agent Auth (provider credentials). Distribution: PyPI (uvx) with hermes-agent[acp] extra. Entry point: hermes-acp Repository: https://github.com/NousResearch/hermes-agent Website: https://hermes-agent.nousresearch.com --- hermes-agent/agent.json | 16 ++++++++++++++++ hermes-agent/icon.svg | 3 +++ 2 files changed, 19 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..d1b1fd5b6 --- /dev/null +++ b/hermes-agent/agent.json @@ -0,0 +1,16 @@ +{ + "id": "hermes-agent", + "name": "Hermes Agent", + "version": "0.19.0", + "description": "The self-improving AI agent — creates skills from experience, improves them during use, and runs anywhere", + "repository": "https://github.com/NousResearch/hermes-agent", + "website": "https://hermes-agent.nousresearch.com", + "authors": ["Nous Research"], + "license": "MIT", + "distribution": { + "uvx": { + "package": "hermes-agent[acp]==0.19.0", + "args": ["hermes-acp"] + } + } +} diff --git a/hermes-agent/icon.svg b/hermes-agent/icon.svg new file mode 100644 index 000000000..63e4c35fb --- /dev/null +++ b/hermes-agent/icon.svg @@ -0,0 +1,3 @@ + + +