From d7d279b431dff7fdfde5b9b69432f73f30484af0 Mon Sep 17 00:00:00 2001 From: gad0n3 Date: Sun, 12 Jul 2026 12:23:47 +0630 Subject: [PATCH] Add Hermes Agent to ACP Registry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hermes Agent by Nous Research — personal AI agent with: - Cross-session memory and reusable skills - Browser automation and web search - Multi-agent delegation and cron scheduling - Ollama support for local LLM inference - ACP adapter for Zed, VS Code, and JetBrains Distribution: thin shell launcher that runs 'hermes acp' Launcher repo: https://github.com/gad0n3/hermes-acp-launcher Homepage: https://hermes-agent.nousresearch.com/docs --- hermes-agent/agent.json | 36 ++++++++++++++++++++++++++++++++++++ hermes-agent/icon.svg | 11 +++++++++++ 2 files changed, 47 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..fa36b46a --- /dev/null +++ b/hermes-agent/agent.json @@ -0,0 +1,36 @@ +{ + "id": "hermes-agent", + "name": "Hermes Agent", + "version": "0.18.2", + "description": "Nous Research's personal AI agent — memory, skills, browser, web, multi-agent delegation. ACP adapter for Zed, VS Code, JetBrains.", + "repository": "https://github.com/NousResearch/hermes-agent", + "website": "https://hermes-agent.nousresearch.com/docs", + "authors": [ + "Nous Research" + ], + "license": "Apache-2.0", + "distribution": { + "binary": { + "linux-aarch64": { + "archive": "https://github.com/gad0n3/hermes-acp-launcher/releases/download/v0.1.0/hermes-acp-launcher.tar.gz", + "cmd": "./hermes-acp", + "args": ["acp"] + }, + "linux-x86_64": { + "archive": "https://github.com/gad0n3/hermes-acp-launcher/releases/download/v0.1.0/hermes-acp-launcher.tar.gz", + "cmd": "./hermes-acp", + "args": ["acp"] + }, + "darwin-aarch64": { + "archive": "https://github.com/gad0n3/hermes-acp-launcher/releases/download/v0.1.0/hermes-acp-launcher.tar.gz", + "cmd": "./hermes-acp", + "args": ["acp"] + }, + "darwin-x86_64": { + "archive": "https://github.com/gad0n3/hermes-acp-launcher/releases/download/v0.1.0/hermes-acp-launcher.tar.gz", + "cmd": "./hermes-acp", + "args": ["acp"] + } + } + } +} diff --git a/hermes-agent/icon.svg b/hermes-agent/icon.svg new file mode 100644 index 00000000..1f1c40ce --- /dev/null +++ b/hermes-agent/icon.svg @@ -0,0 +1,11 @@ + + + + + + + + + + +