cortexhub 0.1.8__py3-none-any.whl → 0.1.9__py3-none-any.whl
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.
- cortexhub/version.py +1 -1
- {cortexhub-0.1.8.dist-info → cortexhub-0.1.9.dist-info}/METADATA +5 -1
- {cortexhub-0.1.8.dist-info → cortexhub-0.1.9.dist-info}/RECORD +5 -5
- {cortexhub-0.1.8.dist-info → cortexhub-0.1.9.dist-info}/WHEEL +0 -0
- {cortexhub-0.1.8.dist-info → cortexhub-0.1.9.dist-info}/licenses/LICENSE +0 -0
cortexhub/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cortexhub
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.9
|
|
4
4
|
Summary: CortexHub Python SDK - Policy-as-Code for AI Agents
|
|
5
5
|
Project-URL: Homepage, https://cortexhub.ai
|
|
6
6
|
Project-URL: Documentation, https://docs.cortexhub.ai
|
|
@@ -22,6 +22,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
22
22
|
Requires-Python: <3.14,>=3.10
|
|
23
23
|
Requires-Dist: cedarpy>=4.0.0
|
|
24
24
|
Requires-Dist: detect-secrets>=1.5.0
|
|
25
|
+
Requires-Dist: en-core-web-sm>=3.8.0
|
|
25
26
|
Requires-Dist: httpx>=0.28.0
|
|
26
27
|
Requires-Dist: opentelemetry-api>=1.20.0
|
|
27
28
|
Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.20.0
|
|
@@ -81,6 +82,9 @@ pip install cortexhub[claude-agents] # Claude Agent SDK
|
|
|
81
82
|
pip install cortexhub[all]
|
|
82
83
|
```
|
|
83
84
|
|
|
85
|
+
Note: The SDK ships with the spaCy `en-core-web-sm` model for Presidio PII detection,
|
|
86
|
+
so it should not download the model at runtime.
|
|
87
|
+
|
|
84
88
|
## Quick Start
|
|
85
89
|
|
|
86
90
|
```python
|
|
@@ -5,7 +5,7 @@ cortexhub/config.py,sha256=kpwVMTRcSisJy8HHBL3ZBeQoMN3lE7zziRzEYaq92LI,941
|
|
|
5
5
|
cortexhub/errors.py,sha256=hsknLHaVCqk5MkpXvahxYIUshDt2VGZfbBWRronFvVM,3697
|
|
6
6
|
cortexhub/frameworks.py,sha256=WCPokPRVafLqe73MDbJasi8FyNHTM2T4wfaBg0LuWoM,2223
|
|
7
7
|
cortexhub/pipeline.py,sha256=5HalesMHy-39KOPtPGidih3YSrX2Xsc_Se0C6CyBaIM,3588
|
|
8
|
-
cortexhub/version.py,sha256=
|
|
8
|
+
cortexhub/version.py,sha256=qnb5C7RqlKyDnPaJr1FW3_mHxNyHubhN3dbxnAsOY4Y,68
|
|
9
9
|
cortexhub/adapters/__init__.py,sha256=Lb6RquGPGs4exdfSB6Qb6q6HyGczozuLWSaLCtgZdyo,130
|
|
10
10
|
cortexhub/adapters/base.py,sha256=_ODoJFLQLYnowse3MHQk8bN9KjE1oQr8QDNNlvPSwSs,4094
|
|
11
11
|
cortexhub/adapters/claude_agents.py,sha256=aOCAje8Rpio6X_mmqka8mHwdw4Xtw0_yKAsLS7jebXw,23260
|
|
@@ -33,7 +33,7 @@ cortexhub/policy/models.py,sha256=81NPX36yru0AZ22Wivytv3uxlwir4VsTN4MZgq4bdiA,38
|
|
|
33
33
|
cortexhub/policy/sync.py,sha256=7kAc3rd5WftipR8XKwvU8SwukIoY-0gcGW2fsf-ij_I,5999
|
|
34
34
|
cortexhub/telemetry/__init__.py,sha256=RSY38hHnYtbRURLoWAhbYYxYMtCItVYZBNN6Bfny8uA,1049
|
|
35
35
|
cortexhub/telemetry/otel.py,sha256=T2pC-K_S_KmrLvfcd3oHMbEwC5ibGZ-PXTZSY0xJgcQ,16633
|
|
36
|
-
cortexhub-0.1.
|
|
37
|
-
cortexhub-0.1.
|
|
38
|
-
cortexhub-0.1.
|
|
39
|
-
cortexhub-0.1.
|
|
36
|
+
cortexhub-0.1.9.dist-info/METADATA,sha256=qcwSGbO-D8gsJPWmjMkOMvFk54rxZsZS4Too_ECfYzc,8711
|
|
37
|
+
cortexhub-0.1.9.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
38
|
+
cortexhub-0.1.9.dist-info/licenses/LICENSE,sha256=R-lPsEVN69q2o19ge2_O9Vt9cJuGM557oEYX3XdnvIk,1066
|
|
39
|
+
cortexhub-0.1.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|