chore: release v0.19.0 (2026.7.20) (#68175)
Publish to PyPI / Build distribution 📦 (push) Has been cancelled
Deploy Site / deploy-vercel (release) Has been cancelled
Deploy Site / deploy-docs (release) Has been cancelled
Docker Build, Test, and Publish / build (amd64, type=gha,scope=docker-amd64, type=gha,mode=max,scope=docker-amd64, linux/amd64, ubuntu-latest) (release) Has been cancelled
Docker Build, Test, and Publish / build (arm64, type=gha,scope=docker-arm64, type=gha,mode=max,scope=docker-arm64, linux/arm64, ubuntu-24.04-arm) (release) Has been cancelled
Publish to PyPI / Publish to PyPI (push) Has been cancelled
Publish to PyPI / Sign and attach to GitHub Release (push) Has been cancelled
Docker Build, Test, and Publish / merge (release) Has been cancelled

This commit is contained in:
Teknium
2026-07-20 11:35:21 -07:00
committed by GitHub
parent 18ca0e862c
commit 3ef6bbd201
18 changed files with 21 additions and 6 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"id": "hermes-agent",
"name": "Hermes Agent",
"version": "0.18.2",
"version": "0.19.0",
"description": "Self-improving open-source AI agent by Nous Research with ACP editor integration, persistent memory, skills, and rich tool support.",
"repository": "https://github.com/NousResearch/hermes-agent",
"website": "https://hermes-agent.nousresearch.com/docs/user-guide/features/acp",
@@ -9,7 +9,7 @@
"license": "MIT",
"distribution": {
"uvx": {
"package": "hermes-agent[acp]==0.18.2",
"package": "hermes-agent[acp]==0.19.0",
"args": ["hermes-acp"]
}
}
@@ -0,0 +1 @@
momomojo
+1
View File
@@ -0,0 +1 @@
ajzrva-sys
@@ -0,0 +1 @@
geoffreybutler94
+1
View File
@@ -0,0 +1 @@
gigakun3030
+1
View File
@@ -0,0 +1 @@
okisdev
@@ -0,0 +1 @@
DatTheMaster
@@ -0,0 +1 @@
frizikk
+1
View File
@@ -0,0 +1 @@
F4TB0Yz
@@ -0,0 +1 @@
kuangmi-bit
@@ -0,0 +1 @@
marcolivierlavoie
+1
View File
@@ -0,0 +1 @@
MarkVLK
+1
View File
@@ -0,0 +1 @@
sjiangtao2024
@@ -0,0 +1 @@
TurgutKural
+2 -2
View File
@@ -14,8 +14,8 @@ Provides subcommands for:
import os
import sys
__version__ = "0.18.2"
__release_date__ = "2026.7.7.2"
__version__ = "0.19.0"
__release_date__ = "2026.7.20"
def _ensure_utf8():
+1 -1
View File
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "hermes-agent"
version = "0.18.2"
version = "0.19.0"
description = "The self-improving AI agent — creates skills from experience, improves them during use, and runs anywhere"
readme = "README.md"
# Upper bound is load-bearing, not cosmetic. uv resolves the project's
+2
View File
@@ -49,6 +49,7 @@ IGNORED_PATTERNS = [
re.compile(r"^dependabot", re.IGNORECASE),
re.compile(r"^renovate", re.IGNORECASE),
re.compile(r"^Hermes\s+(Agent|Audit)$", re.IGNORECASE),
re.compile(r"^nousbot(-eng)?$", re.IGNORECASE),
re.compile(r"^Ubuntu$", re.IGNORECASE),
]
@@ -59,6 +60,7 @@ IGNORED_EMAILS = {
"cursoragent@cursor.com",
"hermes@nousresearch.com",
"hermes-audit@example.com",
"nousbot@nousresearch.com",
"hermes@habibilabs.dev",
"omx@oh-my-codex.dev",
"codex@openai.com",
Generated
+1 -1
View File
@@ -1516,7 +1516,7 @@ wheels = [
[[package]]
name = "hermes-agent"
version = "0.18.2"
version = "0.19.0"
source = { editable = "." }
dependencies = [
{ name = "certifi" },