cortexhub 0.1.1__py3-none-any.whl → 0.1.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cortexhub
3
- Version: 0.1.1
3
+ Version: 0.1.2
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
@@ -107,21 +107,16 @@ from langgraph.prebuilt import create_react_agent
107
107
  ## Configuration
108
108
 
109
109
  ```bash
110
- # Required: API key for telemetry
110
+ # Required: API key
111
111
  export CORTEXHUB_API_KEY=ch_live_...
112
112
 
113
- # Optional: Backend URL (defaults to production)
114
- export CORTEXHUB_API_URL=https://api.cortexhub.ai
115
-
116
- # Optional: provider keys for your framework or examples
117
- export OPENAI_API_KEY=sk-...
118
113
  ```
119
114
 
120
115
  ## Features
121
116
 
122
- - **Policy Enforcement** - Cedar-based policies, local evaluation
123
- - **PII Detection** - Presidio-powered, 50+ entity types, configurable
124
- - **Secrets Detection** - detect-secrets integration, 30+ secret types
117
+ - **Policy Enforcement** - Cloud configuration, local evaluation
118
+ - **PII Detection** - 50+ entity types, configurable
119
+ - **Secrets Detection** - 30+ secret types
125
120
  - **Configurable Guardrails** - Select specific PII/secret types to redact
126
121
  - **Custom Patterns** - Add company-specific regex patterns
127
122
  - **OpenTelemetry** - Industry-standard observability
@@ -185,12 +180,11 @@ The SDK applies your configuration automatically:
185
180
 
186
181
  ## Examples
187
182
 
188
- Examples live in the separate `cortexhub-examples` repository (the SDK package
189
- itself does not ship example scripts).
183
+ Examples live in the separate `examples` repository
190
184
 
191
185
  ```bash
192
- git clone git@github.com:cortexhub/cortexhub-examples.git
193
- cd cortexhub-examples/langgraph # or crewai, openai-agents, claude-agents
186
+ git clone git@github.com:cortexhub/examples.git
187
+ cd examples/langgraph # or crewai, openai-agents, claude-agents
194
188
  ```
195
189
 
196
190
  ## Important: Initialization Order
@@ -33,6 +33,6 @@ 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.1.dist-info/METADATA,sha256=lul2lIUKl6SQVg_j0JHUsp9ZZXZjfMzgjBdaEt3ry0M,8281
37
- cortexhub-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
38
- cortexhub-0.1.1.dist-info/RECORD,,
36
+ cortexhub-0.1.2.dist-info/METADATA,sha256=3EVsgCoB_TDvAoyqwYZx6zGTCKJQPXkXg5vnLjH1yfs,7948
37
+ cortexhub-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
38
+ cortexhub-0.1.2.dist-info/RECORD,,