chore(acp): bump registry manifest to 0.14.0 matching pyproject

This commit is contained in:
teknium1
2026-05-17 12:44:11 -07:00
committed by Teknium
parent 822e92edb3
commit e66a3e86ef

View File

@@ -1,7 +1,7 @@
{ {
"id": "hermes-agent", "id": "hermes-agent",
"name": "Hermes Agent", "name": "Hermes Agent",
"version": "0.13.0", "version": "0.14.0",
"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.13.0", "package": "hermes-agent[acp]==0.14.0",
"args": ["hermes-acp"] "args": ["hermes-acp"]
} }
} }