strathon 1.2.0__tar.gz → 1.2.2__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.
- {strathon-1.2.0/src/strathon.egg-info → strathon-1.2.2}/PKG-INFO +1 -1
- {strathon-1.2.0 → strathon-1.2.2}/pyproject.toml +1 -1
- strathon-1.2.2/src/strathon/_version.py +1 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/client.py +1 -1
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/heartbeat.py +1 -1
- {strathon-1.2.0 → strathon-1.2.2/src/strathon.egg-info}/PKG-INFO +1 -1
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_smoke.py +1 -1
- strathon-1.2.0/src/strathon/_version.py +0 -1
- {strathon-1.2.0 → strathon-1.2.2}/LICENSE +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/NOTICE +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/README.md +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/setup.cfg +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/__init__.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/config.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/exceptions.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/exporter/__init__.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/exporter/otlp.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/__init__.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/anthropic.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/autogen.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/claude_agent.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/crewai.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/google_adk.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/langchain.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/langgraph.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/openai.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/openai_agents.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/pydantic_ai.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/intervention/__init__.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/intervention/hooks.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/policy/__init__.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/policy/approval.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/policy/enforcer.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/policy/expression.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/policy/halt_enforcer.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/policy/steer.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/policy/throttle.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/policy/types.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon/py.typed +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon.egg-info/SOURCES.txt +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon.egg-info/dependency_links.txt +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon.egg-info/requires.txt +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/src/strathon.egg-info/top_level.txt +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_allow_list_mode.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_approval_sdk.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_crewai.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_crewai_intervention.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_enforcement_matrix.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_fail_closed.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_framework_upgrades.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_google_adk.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_halt_enforcer.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_instrumentation_hooks.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_instrumentation_stubs.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_langgraph.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_openai_agents.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_openai_agents_intervention.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_openai_agents_steer.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_policy_enforcer.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_policy_expression.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_policy_integration.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_policy_time.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_pydantic_ai.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_steer.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_steer_halt.py +0 -0
- {strathon-1.2.0 → strathon-1.2.2}/tests/test_throttle.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: strathon
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.2
|
|
4
4
|
Summary: Open-source AI agent firewall. Blocks dangerous agent tool calls before they execute, with in-process CEL enforcement at the tool-call boundary.
|
|
5
5
|
Author-email: Strathon <hello@getstrathon.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "strathon"
|
|
7
|
-
version = "1.2.
|
|
7
|
+
version = "1.2.2"
|
|
8
8
|
description = "Open-source AI agent firewall. Blocks dangerous agent tool calls before they execute, with in-process CEL enforcement at the tool-call boundary."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "Apache-2.0"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.2.2"
|
|
@@ -138,7 +138,7 @@ class Client:
|
|
|
138
138
|
trace.set_tracer_provider(self._tracer_provider)
|
|
139
139
|
|
|
140
140
|
# Named tracer for instrumentations and manual span emission
|
|
141
|
-
self._tracer = self._tracer_provider.get_tracer("strathon", "1.2.
|
|
141
|
+
self._tracer = self._tracer_provider.get_tracer("strathon", "1.2.2")
|
|
142
142
|
|
|
143
143
|
# Runtime intervention: optional policy enforcer
|
|
144
144
|
self._policy_enforcer = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: strathon
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.2
|
|
4
4
|
Summary: Open-source AI agent firewall. Blocks dangerous agent tool calls before they execute, with in-process CEL enforcement at the tool-call boundary.
|
|
5
5
|
Author-email: Strathon <hello@getstrathon.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.2.0"
|
|
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
|
|
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
|