Skip to content

Add feature: hermes-agent.nousresearch.com#173

Merged
sebst merged 4 commits intomainfrom
copilot/add-feature-hermes-agent
Mar 23, 2026
Merged

Add feature: hermes-agent.nousresearch.com#173
sebst merged 4 commits intomainfrom
copilot/add-feature-hermes-agent

Conversation

Copy link
Contributor

Copilot AI commented Mar 23, 2026

Adds a devcontainer feature for Hermes Agent — the self-improving AI agent by Nous Research — installing the hermes CLI via the official install script.

Changes

  • src/hermes-agent.nousresearch.com/ — Feature definition using curl install method; runs the upstream script as the remote user with --skip-setup to avoid interactive prompts during container build
  • test/hermes-agent.nousresearch.com/test.sh — Smoke test: hermes --version
  • README.md — Feature table entry added alphabetically between helix-editor.com and icholy/ttygif

Install method

# Runs as $_REMOTE_USER during container build
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh \
  | bash -s -- --skip-setup

Binary lands at ~/.local/bin/hermes. Prerequisites (curl, ca-certificates, git) installed via apt before the curl invocation.

Original prompt

This section details on the original issue you should resolve

<issue_title>Add Feature "hermes-agent.nousresearch.com"</issue_title>
<issue_description>GitHub nousresearch/hermes-agent

Use create feature skill</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Add feature hermes-agent.nousresearch.com Add feature: hermes-agent.nousresearch.com Mar 23, 2026
Copilot AI requested a review from sebst March 23, 2026 11:13
@sebst sebst marked this pull request as ready for review March 23, 2026 11:59
Copy link
Member

@sebst sebst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests fail

Copy link
Contributor Author

Copilot AI commented Mar 23, 2026

tests fail

Fixed in 87ef0a4. The hermes installer downloads Node.js as a .tar.xz archive, but xz-utils (the decompressor) was missing from the base container. Added it to the apt prerequisites.

Copilot AI requested a review from sebst March 23, 2026 12:05
@sebst sebst merged commit d134f49 into main Mar 23, 2026
7 checks passed
@sebst sebst deleted the copilot/add-feature-hermes-agent branch March 23, 2026 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Feature "hermes-agent.nousresearch.com"

2 participants