Skip to content

hermes-agent v0.9.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 12:58
3e2c9dc

πŸ‘©πŸ»β€πŸ’» A Helm chart to run Hermes Agent on Kubernetes, community-powered, lightweight

Run Hermes Agent β€” a multi-provider LLM agent framework β€” on Kubernetes. Configure any provider Hermes supports (OpenAI, Anthropic, Gemini, OpenRouter, NVIDIA, or any OpenAI-compatible proxy such as LiteLLM/vLLM) entirely via values.yaml, with a built-in helm test health check.


AppVersion: v2026.7.7.2 β€” the Hermes Agent image this chart version deploys.

Install

Latest (Helm repo)

helm repo add hermes-agent https://jyje.github.io/hermes-agent-helm
helm repo update
helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

This version (v0.9.0)

helm upgrade --install hermes-agent hermes-agent/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.9.0 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

OCI

helm upgrade --install hermes-agent oci://ghcr.io/jyje/hermes-agent-helm/hermes-agent \
  --namespace hermes-agent --create-namespace \
  --version 0.9.0 \
  --set-string env.OPENAI_API_KEY='sk-...' \
  --wait

Changelog

Features

  • ✨ feat(examples): add a leader-orchestrated team deployment example (774e135) β€” @jyje

Bug Fixes

  • πŸ› οΈ fix(skills/git-commit-helper): sync with latest canonical policy (25eaee0) β€” @jyje
  • πŸ› οΈ fix(dependabot): add missing prefix-development for gitmoji convention (5e810d3) β€” @jyje
  • πŸ› οΈ fix(ci): drop the push trigger from validate-chart (1fd28dc) β€” @jyje

Documentation

  • πŸ“„ docs(readme): add a contributing section with the contributor grid (34b0622) β€” @jyje
  • πŸ“„ docs(teams): document leader-orchestrated teams and the git-backed wiki vault (93b4b97) β€” @jyje

Miscellaneous

  • ⬆️ dep(image): bump hermes-agent image to v2026.7.7.2 (#60) (a26137f) β€” @jyje-bot[bot]