cortexhub 0.1.8__tar.gz → 0.1.9__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.
Files changed (40) hide show
  1. {cortexhub-0.1.8 → cortexhub-0.1.9}/PKG-INFO +5 -1
  2. {cortexhub-0.1.8 → cortexhub-0.1.9}/README.md +3 -0
  3. {cortexhub-0.1.8 → cortexhub-0.1.9}/pyproject.toml +2 -1
  4. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/version.py +1 -1
  5. {cortexhub-0.1.8 → cortexhub-0.1.9}/.gitignore +0 -0
  6. {cortexhub-0.1.8 → cortexhub-0.1.9}/LICENSE +0 -0
  7. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/__init__.py +0 -0
  8. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/adapters/__init__.py +0 -0
  9. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/adapters/base.py +0 -0
  10. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/adapters/claude_agents.py +0 -0
  11. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/adapters/crewai.py +0 -0
  12. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/adapters/langgraph.py +0 -0
  13. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/adapters/openai_agents.py +0 -0
  14. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/audit/__init__.py +0 -0
  15. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/audit/events.py +0 -0
  16. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/auto_protect.py +0 -0
  17. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/backend/__init__.py +0 -0
  18. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/backend/client.py +0 -0
  19. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/client.py +0 -0
  20. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/config.py +0 -0
  21. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/context/__init__.py +0 -0
  22. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/context/enricher.py +0 -0
  23. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/errors.py +0 -0
  24. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/frameworks.py +0 -0
  25. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/guardrails/__init__.py +0 -0
  26. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/guardrails/injection.py +0 -0
  27. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/guardrails/pii.py +0 -0
  28. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/guardrails/secrets.py +0 -0
  29. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/interceptors/__init__.py +0 -0
  30. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/interceptors/llm.py +0 -0
  31. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/interceptors/mcp.py +0 -0
  32. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/pipeline.py +0 -0
  33. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/policy/__init__.py +0 -0
  34. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/policy/effects.py +0 -0
  35. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/policy/evaluator.py +0 -0
  36. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/policy/loader.py +0 -0
  37. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/policy/models.py +0 -0
  38. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/policy/sync.py +0 -0
  39. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/telemetry/__init__.py +0 -0
  40. {cortexhub-0.1.8 → cortexhub-0.1.9}/src/cortexhub/telemetry/otel.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cortexhub
3
- Version: 0.1.8
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
@@ -18,6 +18,9 @@ pip install cortexhub[claude-agents] # Claude Agent SDK
18
18
  pip install cortexhub[all]
19
19
  ```
20
20
 
21
+ Note: The SDK ships with the spaCy `en-core-web-sm` model for Presidio PII detection,
22
+ so it should not download the model at runtime.
23
+
21
24
  ## Quick Start
22
25
 
23
26
  ```python
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "cortexhub"
3
- version = "0.1.8"
3
+ version = "0.1.9"
4
4
  description = "CortexHub Python SDK - Policy-as-Code for AI Agents"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10,<3.14"
@@ -37,6 +37,7 @@ dependencies = [
37
37
  "presidio-analyzer>=2.2.360",
38
38
  "presidio-anonymizer>=2.2.360",
39
39
  "detect-secrets>=1.5.0",
40
+ "en-core-web-sm>=3.8.0",
40
41
  # Utils
41
42
  "python-dotenv>=1.0.0",
42
43
  # Required by detect-secrets at runtime
@@ -1,3 +1,3 @@
1
1
  """Version information for CortexHub SDK."""
2
2
 
3
- __version__ = "0.1.5"
3
+ __version__ = "0.1.9"
File without changes
File without changes