chore: release v0.18.2 (2026.7.7.2) (#60651)
parent
c30c9753b6
commit
9de9c25f62
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "hermes-agent",
|
"id": "hermes-agent",
|
||||||
"name": "Hermes Agent",
|
"name": "Hermes Agent",
|
||||||
"version": "0.18.1",
|
"version": "0.18.2",
|
||||||
"description": "Self-improving open-source AI agent by Nous Research with ACP editor integration, persistent memory, skills, and rich tool support.",
|
"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",
|
"repository": "https://github.com/NousResearch/hermes-agent",
|
||||||
"website": "https://hermes-agent.nousresearch.com/docs/user-guide/features/acp",
|
"website": "https://hermes-agent.nousresearch.com/docs/user-guide/features/acp",
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"distribution": {
|
"distribution": {
|
||||||
"uvx": {
|
"uvx": {
|
||||||
"package": "hermes-agent[acp]==0.18.1",
|
"package": "hermes-agent[acp]==0.18.2",
|
||||||
"args": ["hermes-acp"]
|
"args": ["hermes-acp"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,8 @@ Provides subcommands for:
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
__version__ = "0.18.1"
|
__version__ = "0.18.2"
|
||||||
__release_date__ = "2026.7.7"
|
__release_date__ = "2026.7.7.2"
|
||||||
|
|
||||||
|
|
||||||
def _ensure_utf8():
|
def _ensure_utf8():
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "hermes-agent"
|
name = "hermes-agent"
|
||||||
version = "0.18.1"
|
version = "0.18.2"
|
||||||
description = "The self-improving AI agent — creates skills from experience, improves them during use, and runs anywhere"
|
description = "The self-improving AI agent — creates skills from experience, improves them during use, and runs anywhere"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
# Upper bound is load-bearing, not cosmetic. uv resolves the project's
|
# Upper bound is load-bearing, not cosmetic. uv resolves the project's
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue