feat: add Hermes AI agent stack#692
Conversation
Add a devfile stack for Hermes Agent by Nous Research. Bypasses s6-overlay entrypoint for OpenShift compatibility, seeds config on first boot, and starts the web dashboard automatically. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Warning Review limit reached
Next review available in: 56 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description of Changes
Add Hermes Agent as a devfile registry sample - a self-improving AI agent with tool-calling and 50+ integrations by Nous Research.
The stack runs the Hermes runtime in a sidecar container:
The official image uses s6-overlay which requires root, so the devfile bypasses it with a
command/argsoverride that sets up the environment and starts the dashboard directly.The editor (VS Code, ttyd, etc.) is chosen separately in the dashboard and injected into the
toolscontainer.Related Issue(s)
N/A
Acceptance Criteria
Have you read the devfile registry contributing guide and followed its instructions?
Does this repository's tests pass with your changes?
Does any documentation need to be updated with your changes?
Have you tested the changes with existing tools, i.e. Odo, Che, Console? (See devfile registry contributing guide on how to test changes)
Tests Performed
bash tests/validate_devfile_schemas.sh)odo initpassed locally with odo v3.16.1hermes setup,hermes status, andhermes doctorfrom the terminalrestart-dashboardcommand/opt/data)How To Test
hermes setupto configure your API keyNotes To Reviewer
command/argsoverride injects/etc/passwdforwhoami, activates the venv, seeds config on first boot, and starts the dashboard with--insecureflag--insecurebecause there is no auth provider registered in the workspace contextdocker.io/nousresearch/hermes-agent:v2026.6.5directly from DockerHubcookiesAuthEnabled: truefor authentication through the Che gatewaystarterProjects- the sample is a standalone agent, not a code project