cortexhub 0.1.2__tar.gz → 0.1.3__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.
- cortexhub-0.1.3/LICENSE +21 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/PKG-INFO +2 -10
- {cortexhub-0.1.2 → cortexhub-0.1.3}/README.md +0 -9
- {cortexhub-0.1.2 → cortexhub-0.1.3}/pyproject.toml +3 -1
- {cortexhub-0.1.2 → cortexhub-0.1.3}/.gitignore +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/__init__.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/adapters/__init__.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/adapters/base.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/adapters/claude_agents.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/adapters/crewai.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/adapters/langgraph.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/adapters/openai_agents.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/audit/__init__.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/audit/events.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/auto_protect.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/backend/__init__.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/backend/client.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/client.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/config.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/context/__init__.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/context/enricher.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/errors.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/frameworks.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/guardrails/__init__.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/guardrails/injection.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/guardrails/pii.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/guardrails/secrets.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/interceptors/__init__.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/interceptors/llm.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/interceptors/mcp.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/pipeline.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/policy/__init__.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/policy/effects.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/policy/evaluator.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/policy/loader.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/policy/models.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/policy/sync.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/telemetry/__init__.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/telemetry/otel.py +0 -0
- {cortexhub-0.1.2 → cortexhub-0.1.3}/src/cortexhub/version.py +0 -0
cortexhub-0.1.3/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 CortexHub
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cortexhub
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
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
|
|
@@ -8,6 +8,7 @@ Project-URL: Repository, https://github.com/cortexhub/sdks
|
|
|
8
8
|
Project-URL: Issues, https://github.com/cortexhub/sdks/issues
|
|
9
9
|
Author-email: CortexHub <hello@cortexhub.ai>
|
|
10
10
|
License: MIT
|
|
11
|
+
License-File: LICENSE
|
|
11
12
|
Keywords: agents,ai,authorization,cedar,governance,policy
|
|
12
13
|
Classifier: Development Status :: 4 - Beta
|
|
13
14
|
Classifier: Intended Audience :: Developers
|
|
@@ -178,15 +179,6 @@ The SDK applies your configuration automatically:
|
|
|
178
179
|
# Only configured types are redacted
|
|
179
180
|
```
|
|
180
181
|
|
|
181
|
-
## Examples
|
|
182
|
-
|
|
183
|
-
Examples live in the separate `examples` repository
|
|
184
|
-
|
|
185
|
-
```bash
|
|
186
|
-
git clone git@github.com:cortexhub/examples.git
|
|
187
|
-
cd examples/langgraph # or crewai, openai-agents, claude-agents
|
|
188
|
-
```
|
|
189
|
-
|
|
190
182
|
## Important: Initialization Order
|
|
191
183
|
|
|
192
184
|
**Always initialize CortexHub FIRST**, before importing your framework:
|
|
@@ -118,15 +118,6 @@ The SDK applies your configuration automatically:
|
|
|
118
118
|
# Only configured types are redacted
|
|
119
119
|
```
|
|
120
120
|
|
|
121
|
-
## Examples
|
|
122
|
-
|
|
123
|
-
Examples live in the separate `examples` repository
|
|
124
|
-
|
|
125
|
-
```bash
|
|
126
|
-
git clone git@github.com:cortexhub/examples.git
|
|
127
|
-
cd examples/langgraph # or crewai, openai-agents, claude-agents
|
|
128
|
-
```
|
|
129
|
-
|
|
130
121
|
## Important: Initialization Order
|
|
131
122
|
|
|
132
123
|
**Always initialize CortexHub FIRST**, before importing your framework:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "cortexhub"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.3"
|
|
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"
|
|
@@ -95,11 +95,13 @@ build-backend = "hatchling.build"
|
|
|
95
95
|
|
|
96
96
|
[tool.hatch.build.targets.wheel]
|
|
97
97
|
packages = ["src/cortexhub"]
|
|
98
|
+
include = ["LICENSE"]
|
|
98
99
|
|
|
99
100
|
[tool.hatch.build.targets.sdist]
|
|
100
101
|
include = [
|
|
101
102
|
"/src",
|
|
102
103
|
"/README.md",
|
|
104
|
+
"/LICENSE",
|
|
103
105
|
]
|
|
104
106
|
|
|
105
107
|
[tool.pytest.ini_options]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|