blocklog 0.2.4__tar.gz → 0.2.5__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.
- {blocklog-0.2.4/src/blocklog.egg-info → blocklog-0.2.5}/PKG-INFO +5 -5
- {blocklog-0.2.4 → blocklog-0.2.5}/README.md +2 -2
- {blocklog-0.2.4 → blocklog-0.2.5}/pyproject.toml +3 -3
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/__init__.py +1 -1
- {blocklog-0.2.4 → blocklog-0.2.5/src/blocklog.egg-info}/PKG-INFO +5 -5
- {blocklog-0.2.4 → blocklog-0.2.5}/LICENSE +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/MANIFEST.in +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/api-reference.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/async.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/changelog.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/concepts.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/configuration.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/decisions.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/decorators.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/error-handling.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/examples.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/index.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/installation.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/integrations.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/migration.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/performance.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/production.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/quickstart.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/tracing.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/docs/troubleshooting.md +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/examples/01_quickstart.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/examples/02_stock_trading_agent.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/examples/03_multi_agent_workflow.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/examples/04_team_management.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/examples/advanced/01_human_approval_workflow.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/examples/advanced/02_incident_investigation.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/examples/advanced/03_decision_comparison.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/examples/advanced/langchain_alert_demo.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/setup.cfg +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/_global.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/_init_fn.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/api/approval.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/api/auth.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/api/compliance.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/api/decisions.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/api/incidents.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/api/replay.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/api/teams.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/api/traces.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/api/verify.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/approval.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/async_client.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/batching/buffer.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/client.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/compliance.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/config.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/context/managers.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/context/vars.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/decorators/__init__.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/decorators/agent.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/decorators/tool.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/exceptions.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/incident.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/integrations/langchain.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/integrations/langgraph.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/integrations/litellm.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/integrations/openai_agents.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/managers/__init__.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/managers/decision.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/middleware/hooks.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/models/auth.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/models/events.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/models/responses.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/models/teams.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/replay.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/signing/canonical.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/signing/ed25519.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/team_utils.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/transport/auth.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/transport/httpx_async.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/transport/httpx_sync.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/transport/retry.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog/verify.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog.egg-info/SOURCES.txt +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog.egg-info/dependency_links.txt +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog.egg-info/requires.txt +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/src/blocklog.egg-info/top_level.txt +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/tests/test_client.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/tests/test_config.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/tests/test_context.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/tests/test_decorators.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/tests/test_errors_and_health.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/tests/test_public_api.py +0 -0
- {blocklog-0.2.4 → blocklog-0.2.5}/tests/test_transport.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: blocklog
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.5
|
|
4
4
|
Summary: Infrastructure for AI Decision-Making — record, replay, verify, and govern AI agent decisions
|
|
5
5
|
Author-email: Blocklog <founder@blocklogsecurity.com>
|
|
6
6
|
Maintainer-email: Blocklog <founder@blocklogsecurity.com>
|
|
7
7
|
License: MIT
|
|
8
|
-
Project-URL: Homepage, https://
|
|
9
|
-
Project-URL: Documentation, https://
|
|
8
|
+
Project-URL: Homepage, https://blocklogsecurity.com
|
|
9
|
+
Project-URL: Documentation, https://blocklogsecurity.com/docs
|
|
10
10
|
Project-URL: Repository, https://github.com/blockloghq/blocklog-python
|
|
11
11
|
Project-URL: Issues, https://github.com/blockloghq/blocklog-python/issues
|
|
12
12
|
Keywords: ai,agents,observability,governance,security,audit,replay
|
|
@@ -343,8 +343,8 @@ print(result.results)
|
|
|
343
343
|
|
|
344
344
|
## Links
|
|
345
345
|
|
|
346
|
-
- **Homepage**: https://
|
|
347
|
-
- **Documentation**: https://
|
|
346
|
+
- **Homepage**: https://blocklogsecurity.com
|
|
347
|
+
- **Documentation**: https://blocklogsecurity.com/docs
|
|
348
348
|
- **Repository**: https://github.com/blockloghq/blocklog-python
|
|
349
349
|
- **Issues**: https://github.com/blockloghq/blocklog-python/issues
|
|
350
350
|
- **PyPI**: https://pypi.org/project/blocklog/
|
|
@@ -289,8 +289,8 @@ print(result.results)
|
|
|
289
289
|
|
|
290
290
|
## Links
|
|
291
291
|
|
|
292
|
-
- **Homepage**: https://
|
|
293
|
-
- **Documentation**: https://
|
|
292
|
+
- **Homepage**: https://blocklogsecurity.com
|
|
293
|
+
- **Documentation**: https://blocklogsecurity.com/docs
|
|
294
294
|
- **Repository**: https://github.com/blockloghq/blocklog-python
|
|
295
295
|
- **Issues**: https://github.com/blockloghq/blocklog-python/issues
|
|
296
296
|
- **PyPI**: https://pypi.org/project/blocklog/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "blocklog"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.5"
|
|
4
4
|
description = "Infrastructure for AI Decision-Making — record, replay, verify, and govern AI agent decisions"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
@@ -53,8 +53,8 @@ dev = [
|
|
|
53
53
|
]
|
|
54
54
|
|
|
55
55
|
[project.urls]
|
|
56
|
-
Homepage = "https://
|
|
57
|
-
Documentation = "https://
|
|
56
|
+
Homepage = "https://blocklogsecurity.com"
|
|
57
|
+
Documentation = "https://blocklogsecurity.com/docs"
|
|
58
58
|
Repository = "https://github.com/blockloghq/blocklog-python"
|
|
59
59
|
Issues = "https://github.com/blockloghq/blocklog-python/issues"
|
|
60
60
|
|
|
@@ -57,7 +57,7 @@ from blocklog.team_utils import (
|
|
|
57
57
|
from blocklog import approval # noqa: E402
|
|
58
58
|
from blocklog.replay import replay # noqa: E402
|
|
59
59
|
|
|
60
|
-
__version__ = "0.2.
|
|
60
|
+
__version__ = "0.2.5"
|
|
61
61
|
|
|
62
62
|
# Expose only the minimum concepts required to understand Blocklog.
|
|
63
63
|
# Advanced features (incident, verify, compliance, clients) are hidden
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: blocklog
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.5
|
|
4
4
|
Summary: Infrastructure for AI Decision-Making — record, replay, verify, and govern AI agent decisions
|
|
5
5
|
Author-email: Blocklog <founder@blocklogsecurity.com>
|
|
6
6
|
Maintainer-email: Blocklog <founder@blocklogsecurity.com>
|
|
7
7
|
License: MIT
|
|
8
|
-
Project-URL: Homepage, https://
|
|
9
|
-
Project-URL: Documentation, https://
|
|
8
|
+
Project-URL: Homepage, https://blocklogsecurity.com
|
|
9
|
+
Project-URL: Documentation, https://blocklogsecurity.com/docs
|
|
10
10
|
Project-URL: Repository, https://github.com/blockloghq/blocklog-python
|
|
11
11
|
Project-URL: Issues, https://github.com/blockloghq/blocklog-python/issues
|
|
12
12
|
Keywords: ai,agents,observability,governance,security,audit,replay
|
|
@@ -343,8 +343,8 @@ print(result.results)
|
|
|
343
343
|
|
|
344
344
|
## Links
|
|
345
345
|
|
|
346
|
-
- **Homepage**: https://
|
|
347
|
-
- **Documentation**: https://
|
|
346
|
+
- **Homepage**: https://blocklogsecurity.com
|
|
347
|
+
- **Documentation**: https://blocklogsecurity.com/docs
|
|
348
348
|
- **Repository**: https://github.com/blockloghq/blocklog-python
|
|
349
349
|
- **Issues**: https://github.com/blockloghq/blocklog-python/issues
|
|
350
350
|
- **PyPI**: https://pypi.org/project/blocklog/
|
|
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
|
|
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
|