atbash-hermes-plugin 0.1.8.dev0__tar.gz → 0.4.5.dev0__tar.gz
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.
- {atbash_hermes_plugin-0.1.8.dev0 → atbash_hermes_plugin-0.4.5.dev0}/PKG-INFO +7 -6
- {atbash_hermes_plugin-0.1.8.dev0 → atbash_hermes_plugin-0.4.5.dev0}/README.md +4 -3
- atbash_hermes_plugin-0.4.5.dev0/atbash_hermes_plugin/__init__.py +1052 -0
- {atbash_hermes_plugin-0.1.8.dev0 → atbash_hermes_plugin-0.4.5.dev0}/atbash_hermes_plugin.egg-info/PKG-INFO +7 -6
- {atbash_hermes_plugin-0.1.8.dev0 → atbash_hermes_plugin-0.4.5.dev0}/atbash_hermes_plugin.egg-info/SOURCES.txt +2 -1
- {atbash_hermes_plugin-0.1.8.dev0 → atbash_hermes_plugin-0.4.5.dev0}/atbash_hermes_plugin.egg-info/requires.txt +1 -1
- {atbash_hermes_plugin-0.1.8.dev0 → atbash_hermes_plugin-0.4.5.dev0}/pyproject.toml +3 -3
- atbash_hermes_plugin-0.4.5.dev0/tests/test_memory_poisoning.py +676 -0
- atbash_hermes_plugin-0.1.8.dev0/atbash_hermes_plugin/__init__.py +0 -512
- {atbash_hermes_plugin-0.1.8.dev0 → atbash_hermes_plugin-0.4.5.dev0}/LICENSE +0 -0
- {atbash_hermes_plugin-0.1.8.dev0 → atbash_hermes_plugin-0.4.5.dev0}/atbash_hermes_plugin.egg-info/dependency_links.txt +0 -0
- {atbash_hermes_plugin-0.1.8.dev0 → atbash_hermes_plugin-0.4.5.dev0}/atbash_hermes_plugin.egg-info/entry_points.txt +0 -0
- {atbash_hermes_plugin-0.1.8.dev0 → atbash_hermes_plugin-0.4.5.dev0}/atbash_hermes_plugin.egg-info/top_level.txt +0 -0
- {atbash_hermes_plugin-0.1.8.dev0 → atbash_hermes_plugin-0.4.5.dev0}/setup.cfg +0 -0
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: atbash-hermes-plugin
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.5.dev0
|
|
4
4
|
Summary: Atbash safety plugin for Hermes Agent
|
|
5
5
|
Author: atbash
|
|
6
6
|
License-Expression: LicenseRef-Atbash-Proprietary
|
|
7
7
|
Project-URL: Homepage, https://github.com/Atbash-Ai/atbash-hermes-plugin
|
|
8
8
|
Project-URL: Repository, https://github.com/Atbash-Ai/atbash-hermes-plugin
|
|
9
9
|
Keywords: atbash,hermes,hermes-agent,agent-safety,ai-safety,tool-guard,judge,policy
|
|
10
|
-
Requires-Python:
|
|
10
|
+
Requires-Python: <3.13,>=3.10
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
License-File: LICENSE
|
|
13
|
-
Requires-Dist: atbash-sdk==0.
|
|
13
|
+
Requires-Dist: atbash-sdk==0.4.5.dev0
|
|
14
14
|
Requires-Dist: httpx<1,>=0.27
|
|
15
15
|
Requires-Dist: opentelemetry-exporter-otlp-proto-http<2,>=1.29
|
|
16
16
|
Requires-Dist: opentelemetry-sdk<2,>=1.29
|
|
@@ -35,16 +35,17 @@ stopped before execution.
|
|
|
35
35
|
|
|
36
36
|
## Install
|
|
37
37
|
|
|
38
|
-
Install the plugin into the same Python environment that runs Hermes
|
|
38
|
+
Install the plugin into the same Python environment that runs Hermes.
|
|
39
|
+
This prerelease requires Python 3.10 through 3.12, matching `atbash-sdk==0.4.3.dev0`.
|
|
39
40
|
|
|
40
41
|
```bash
|
|
41
|
-
pip install --pre atbash-hermes-plugin==0.
|
|
42
|
+
pip install --pre atbash-hermes-plugin==0.4.3.dev0
|
|
42
43
|
```
|
|
43
44
|
|
|
44
45
|
If Hermes is installed in a virtual environment, use that environment's Python:
|
|
45
46
|
|
|
46
47
|
```bash
|
|
47
|
-
/path/to/hermes/venv/bin/python -m pip install --pre atbash-hermes-plugin==0.
|
|
48
|
+
/path/to/hermes/venv/bin/python -m pip install --pre atbash-hermes-plugin==0.4.3.dev0
|
|
48
49
|
```
|
|
49
50
|
|
|
50
51
|
## Configure Atbash
|
|
@@ -17,16 +17,17 @@ stopped before execution.
|
|
|
17
17
|
|
|
18
18
|
## Install
|
|
19
19
|
|
|
20
|
-
Install the plugin into the same Python environment that runs Hermes
|
|
20
|
+
Install the plugin into the same Python environment that runs Hermes.
|
|
21
|
+
This prerelease requires Python 3.10 through 3.12, matching `atbash-sdk==0.4.3.dev0`.
|
|
21
22
|
|
|
22
23
|
```bash
|
|
23
|
-
pip install --pre atbash-hermes-plugin==0.
|
|
24
|
+
pip install --pre atbash-hermes-plugin==0.4.3.dev0
|
|
24
25
|
```
|
|
25
26
|
|
|
26
27
|
If Hermes is installed in a virtual environment, use that environment's Python:
|
|
27
28
|
|
|
28
29
|
```bash
|
|
29
|
-
/path/to/hermes/venv/bin/python -m pip install --pre atbash-hermes-plugin==0.
|
|
30
|
+
/path/to/hermes/venv/bin/python -m pip install --pre atbash-hermes-plugin==0.4.3.dev0
|
|
30
31
|
```
|
|
31
32
|
|
|
32
33
|
## Configure Atbash
|