iris-security-sdk 0.2.12__tar.gz → 0.2.14__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.
- {iris_security_sdk-0.2.12 → iris_security_sdk-0.2.14}/PKG-INFO +4 -4
- {iris_security_sdk-0.2.12 → iris_security_sdk-0.2.14}/README.md +1 -1
- {iris_security_sdk-0.2.12 → iris_security_sdk-0.2.14}/iris/__init__.py +9 -1
- {iris_security_sdk-0.2.12 → iris_security_sdk-0.2.14}/iris_security_sdk.egg-info/PKG-INFO +4 -4
- {iris_security_sdk-0.2.12 → iris_security_sdk-0.2.14}/pyproject.toml +3 -3
- {iris_security_sdk-0.2.12 → iris_security_sdk-0.2.14}/iris/_telemetry.py +0 -0
- {iris_security_sdk-0.2.12 → iris_security_sdk-0.2.14}/iris/_telemetry_config.py +0 -0
- {iris_security_sdk-0.2.12 → iris_security_sdk-0.2.14}/iris/hitl.py +0 -0
- {iris_security_sdk-0.2.12 → iris_security_sdk-0.2.14}/iris_security_sdk.egg-info/SOURCES.txt +0 -0
- {iris_security_sdk-0.2.12 → iris_security_sdk-0.2.14}/iris_security_sdk.egg-info/dependency_links.txt +0 -0
- {iris_security_sdk-0.2.12 → iris_security_sdk-0.2.14}/iris_security_sdk.egg-info/requires.txt +0 -0
- {iris_security_sdk-0.2.12 → iris_security_sdk-0.2.14}/iris_security_sdk.egg-info/top_level.txt +0 -0
- {iris_security_sdk-0.2.12 → iris_security_sdk-0.2.14}/setup.cfg +0 -0
- {iris_security_sdk-0.2.12 → iris_security_sdk-0.2.14}/tests/test_telemetry.py +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iris-security-sdk
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.14
|
|
4
4
|
Summary: IRIS — AI Agent Governance SDK. Govern AI agents locally.
|
|
5
5
|
Author-email: Gilbert Martin <gilbert@iris-security.io>
|
|
6
6
|
License: Apache-2.0
|
|
7
|
-
Project-URL: Homepage, https://
|
|
8
|
-
Project-URL: Repository, https://github.com/
|
|
7
|
+
Project-URL: Homepage, https://iris-security.github.io/iris-sdk/
|
|
8
|
+
Project-URL: Repository, https://github.com/IRIS-Security/iris-sdk
|
|
9
9
|
Keywords: ai-governance,policy-as-code,cedar,compliance,llm,ai-agents,langchain,anthropic,openai,colorado-ai-act,eu-ai-act,hipaa,fedramp,mcp,claude,iris,guardrails,responsible-ai
|
|
10
10
|
Classifier: Development Status :: 3 - Alpha
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
@@ -62,7 +62,7 @@ IRIS — AI Agent Governance SDK. Govern AI agents locally.
|
|
|
62
62
|
Discover, register, and govern AI agents with Cedar policy evaluation,
|
|
63
63
|
compliance bundles, and local-first governance.
|
|
64
64
|
|
|
65
|
-
Part of the [IRIS SDK](https://github.com/
|
|
65
|
+
Part of the [IRIS SDK](https://github.com/IRIS-Security/iris-sdk).
|
|
66
66
|
|
|
67
67
|
## Install
|
|
68
68
|
|
|
@@ -5,7 +5,7 @@ IRIS — AI Agent Governance SDK. Govern AI agents locally.
|
|
|
5
5
|
Discover, register, and govern AI agents with Cedar policy evaluation,
|
|
6
6
|
compliance bundles, and local-first governance.
|
|
7
7
|
|
|
8
|
-
Part of the [IRIS SDK](https://github.com/
|
|
8
|
+
Part of the [IRIS SDK](https://github.com/IRIS-Security/iris-sdk).
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
|
@@ -47,7 +47,11 @@ from iris_core.evidence.vault import EvidenceVault
|
|
|
47
47
|
from iris_core.cost.tracker import CostSummary, CostTracker, CostEntry
|
|
48
48
|
from iris_core.cost.pricing import PricingRegistry
|
|
49
49
|
|
|
50
|
-
__version__ = "0.2.
|
|
50
|
+
__version__ = "0.2.14"
|
|
51
|
+
|
|
52
|
+
AARM_CONFORMANCE = "Core" # R1-R6 satisfied
|
|
53
|
+
AARM_VERSION = "1.0"
|
|
54
|
+
AIUC1_ALIGNMENT = "Q1-2026"
|
|
51
55
|
__all__ = [
|
|
52
56
|
# Main classes
|
|
53
57
|
"IrisAgent",
|
|
@@ -74,6 +78,10 @@ __all__ = [
|
|
|
74
78
|
"CostSummary",
|
|
75
79
|
"CostEntry",
|
|
76
80
|
"PricingRegistry",
|
|
81
|
+
"AARM_CONFORMANCE",
|
|
82
|
+
"AARM_VERSION",
|
|
83
|
+
"AIUC1_ALIGNMENT",
|
|
84
|
+
"__version__",
|
|
77
85
|
"IrisViolationError",
|
|
78
86
|
"IrisCrisisDetectedError",
|
|
79
87
|
"IrisHITLRequiredError",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iris-security-sdk
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.14
|
|
4
4
|
Summary: IRIS — AI Agent Governance SDK. Govern AI agents locally.
|
|
5
5
|
Author-email: Gilbert Martin <gilbert@iris-security.io>
|
|
6
6
|
License: Apache-2.0
|
|
7
|
-
Project-URL: Homepage, https://
|
|
8
|
-
Project-URL: Repository, https://github.com/
|
|
7
|
+
Project-URL: Homepage, https://iris-security.github.io/iris-sdk/
|
|
8
|
+
Project-URL: Repository, https://github.com/IRIS-Security/iris-sdk
|
|
9
9
|
Keywords: ai-governance,policy-as-code,cedar,compliance,llm,ai-agents,langchain,anthropic,openai,colorado-ai-act,eu-ai-act,hipaa,fedramp,mcp,claude,iris,guardrails,responsible-ai
|
|
10
10
|
Classifier: Development Status :: 3 - Alpha
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
@@ -62,7 +62,7 @@ IRIS — AI Agent Governance SDK. Govern AI agents locally.
|
|
|
62
62
|
Discover, register, and govern AI agents with Cedar policy evaluation,
|
|
63
63
|
compliance bundles, and local-first governance.
|
|
64
64
|
|
|
65
|
-
Part of the [IRIS SDK](https://github.com/
|
|
65
|
+
Part of the [IRIS SDK](https://github.com/IRIS-Security/iris-sdk).
|
|
66
66
|
|
|
67
67
|
## Install
|
|
68
68
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "iris-security-sdk"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.14"
|
|
8
8
|
description = "IRIS — AI Agent Governance SDK. Govern AI agents locally."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{ name = "Gilbert Martin", email = "gilbert@iris-security.io" }]
|
|
@@ -63,8 +63,8 @@ dev = [
|
|
|
63
63
|
]
|
|
64
64
|
|
|
65
65
|
[project.urls]
|
|
66
|
-
Homepage = "https://
|
|
67
|
-
Repository = "https://github.com/
|
|
66
|
+
Homepage = "https://iris-security.github.io/iris-sdk/"
|
|
67
|
+
Repository = "https://github.com/IRIS-Security/iris-sdk"
|
|
68
68
|
|
|
69
69
|
[tool.setuptools.packages.find]
|
|
70
70
|
where = ["."]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iris_security_sdk-0.2.12 → iris_security_sdk-0.2.14}/iris_security_sdk.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{iris_security_sdk-0.2.12 → iris_security_sdk-0.2.14}/iris_security_sdk.egg-info/requires.txt
RENAMED
|
File without changes
|
{iris_security_sdk-0.2.12 → iris_security_sdk-0.2.14}/iris_security_sdk.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|