agentguard-python-sdk 0.1.0__tar.gz → 0.1.1__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.
- {agentguard_python_sdk-0.1.0 → agentguard_python_sdk-0.1.1}/PKG-INFO +2 -2
- {agentguard_python_sdk-0.1.0 → agentguard_python_sdk-0.1.1}/README.md +1 -1
- {agentguard_python_sdk-0.1.0 → agentguard_python_sdk-0.1.1}/agentguard_python_sdk.egg-info/PKG-INFO +2 -2
- {agentguard_python_sdk-0.1.0 → agentguard_python_sdk-0.1.1}/pyproject.toml +1 -1
- {agentguard_python_sdk-0.1.0 → agentguard_python_sdk-0.1.1}/agentguard/__init__.py +0 -0
- {agentguard_python_sdk-0.1.0 → agentguard_python_sdk-0.1.1}/agentguard/client.py +0 -0
- {agentguard_python_sdk-0.1.0 → agentguard_python_sdk-0.1.1}/agentguard/consent.py +0 -0
- {agentguard_python_sdk-0.1.0 → agentguard_python_sdk-0.1.1}/agentguard/types.py +0 -0
- {agentguard_python_sdk-0.1.0 → agentguard_python_sdk-0.1.1}/agentguard_python_sdk.egg-info/SOURCES.txt +0 -0
- {agentguard_python_sdk-0.1.0 → agentguard_python_sdk-0.1.1}/agentguard_python_sdk.egg-info/dependency_links.txt +0 -0
- {agentguard_python_sdk-0.1.0 → agentguard_python_sdk-0.1.1}/agentguard_python_sdk.egg-info/requires.txt +0 -0
- {agentguard_python_sdk-0.1.0 → agentguard_python_sdk-0.1.1}/agentguard_python_sdk.egg-info/top_level.txt +0 -0
- {agentguard_python_sdk-0.1.0 → agentguard_python_sdk-0.1.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentguard-python-sdk
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: A production-grade middleware for AI agents to perform on-chain payments and verifiable consent.
|
|
5
5
|
Author: AgentGuard Team
|
|
6
6
|
License: MIT
|
|
@@ -18,7 +18,7 @@ By isolating private keys in a hardened **MCP Server (Vault)** and using the **A
|
|
|
18
18
|
## Installation
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
pip install agentguard
|
|
21
|
+
pip install agentguard-python-sdk
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Quick Start (3-Line Usage)
|
{agentguard_python_sdk-0.1.0 → agentguard_python_sdk-0.1.1}/agentguard_python_sdk.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentguard-python-sdk
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: A production-grade middleware for AI agents to perform on-chain payments and verifiable consent.
|
|
5
5
|
Author: AgentGuard Team
|
|
6
6
|
License: MIT
|
|
@@ -18,7 +18,7 @@ By isolating private keys in a hardened **MCP Server (Vault)** and using the **A
|
|
|
18
18
|
## Installation
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
pip install agentguard
|
|
21
|
+
pip install agentguard-python-sdk
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Quick Start (3-Line Usage)
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agentguard-python-sdk"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
description = "A production-grade middleware for AI agents to perform on-chain payments and verifiable consent."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
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
|