@atomicmemory/hermes-plugin 0.1.14 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +7 -3
- package/plugin.yaml +1 -1
- package/pyproject.toml +2 -2
package/README.md
CHANGED
|
@@ -52,7 +52,7 @@ hermes memory status
|
|
|
52
52
|
For source development, symlink the checkout instead:
|
|
53
53
|
|
|
54
54
|
```bash
|
|
55
|
-
cd /path/to/atomicmemory
|
|
55
|
+
cd /path/to/atomicmemory
|
|
56
56
|
mkdir -p "$HERMES_HOME/plugins"
|
|
57
57
|
ln -s "$(pwd)/plugins/hermes" "$HERMES_HOME/plugins/atomicmemory"
|
|
58
58
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atomicmemory/hermes-plugin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.16",
|
|
4
4
|
"description": "AtomicMemory native Hermes memory provider — Python SDK-backed, cross-tool memory by default.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/atomicstrata/atomicmemory
|
|
12
|
+
"url": "git+https://github.com/atomicstrata/atomicmemory.git",
|
|
13
13
|
"directory": "plugins/hermes"
|
|
14
14
|
},
|
|
15
15
|
"bin": {
|
|
@@ -31,5 +31,9 @@
|
|
|
31
31
|
],
|
|
32
32
|
"scripts": {
|
|
33
33
|
"test": "python3 -m unittest discover tests"
|
|
34
|
-
}
|
|
34
|
+
},
|
|
35
|
+
"bugs": {
|
|
36
|
+
"url": "https://github.com/atomicstrata/atomicmemory/issues"
|
|
37
|
+
},
|
|
38
|
+
"homepage": "https://github.com/atomicstrata/atomicmemory/tree/main/plugins/hermes#readme"
|
|
35
39
|
}
|
package/plugin.yaml
CHANGED
package/pyproject.toml
CHANGED
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "atomicmemory-hermes"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.16"
|
|
8
8
|
description = "AtomicMemory native Hermes memory provider."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -13,7 +13,7 @@ authors = [{ name = "Atomic Strata" }]
|
|
|
13
13
|
dependencies = ["atomicmemory>=1.0.1,<2.0.0"]
|
|
14
14
|
|
|
15
15
|
[project.urls]
|
|
16
|
-
Repository = "https://github.com/atomicstrata/atomicmemory
|
|
16
|
+
Repository = "https://github.com/atomicstrata/atomicmemory"
|
|
17
17
|
Documentation = "https://docs.atomicstrata.ai/integrations/coding-agents/hermes/local"
|
|
18
18
|
|
|
19
19
|
[project.entry-points."hermes_agent.plugins"]
|