mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-22 16:25:58 +00:00
chore: release v0.19.0 (2026.7.20) (#68175)
This commit is contained in:
parent
18ca0e862c
commit
3ef6bbd201
18 changed files with 21 additions and 6 deletions
|
|
@ -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"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
1
contributors/emails/agent@agents-Mac-mini.local
Normal file
1
contributors/emails/agent@agents-Mac-mini.local
Normal file
|
|
@ -0,0 +1 @@
|
|||
momomojo
|
||||
1
contributors/emails/ajzrva@gmail.com
Normal file
1
contributors/emails/ajzrva@gmail.com
Normal file
|
|
@ -0,0 +1 @@
|
|||
ajzrva-sys
|
||||
1
contributors/emails/geoffreybutler94@gmail.com
Normal file
1
contributors/emails/geoffreybutler94@gmail.com
Normal file
|
|
@ -0,0 +1 @@
|
|||
geoffreybutler94
|
||||
1
contributors/emails/gigakun@agentmail.to
Normal file
1
contributors/emails/gigakun@agentmail.to
Normal file
|
|
@ -0,0 +1 @@
|
|||
gigakun3030
|
||||
1
contributors/emails/git@hode.co.uk
Normal file
1
contributors/emails/git@hode.co.uk
Normal file
|
|
@ -0,0 +1 @@
|
|||
okisdev
|
||||
1
contributors/emails/hermesagent424@gmail.com
Normal file
1
contributors/emails/hermesagent424@gmail.com
Normal file
|
|
@ -0,0 +1 @@
|
|||
DatTheMaster
|
||||
1
contributors/emails/jakub.wolniewicz@gmail.com
Normal file
1
contributors/emails/jakub.wolniewicz@gmail.com
Normal file
|
|
@ -0,0 +1 @@
|
|||
frizikk
|
||||
1
contributors/emails/jfduarte09@gmail.com
Normal file
1
contributors/emails/jfduarte09@gmail.com
Normal file
|
|
@ -0,0 +1 @@
|
|||
F4TB0Yz
|
||||
1
contributors/emails/kuangmi@deeparchi.com
Normal file
1
contributors/emails/kuangmi@deeparchi.com
Normal file
|
|
@ -0,0 +1 @@
|
|||
kuangmi-bit
|
||||
1
contributors/emails/marcolivier@gmail.com
Normal file
1
contributors/emails/marcolivier@gmail.com
Normal file
|
|
@ -0,0 +1 @@
|
|||
marcolivierlavoie
|
||||
1
contributors/emails/markvlcek@gmail.com
Normal file
1
contributors/emails/markvlcek@gmail.com
Normal file
|
|
@ -0,0 +1 @@
|
|||
MarkVLK
|
||||
1
contributors/emails/siage@139.com
Normal file
1
contributors/emails/siage@139.com
Normal file
|
|
@ -0,0 +1 @@
|
|||
sjiangtao2024
|
||||
1
contributors/emails/turgut.kural@gmail.com
Normal file
1
contributors/emails/turgut.kural@gmail.com
Normal file
|
|
@ -0,0 +1 @@
|
|||
TurgutKural
|
||||
|
|
@ -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():
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -1516,7 +1516,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "hermes-agent"
|
||||
version = "0.18.2"
|
||||
version = "0.19.0"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "certifi" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue