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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentguard-python-sdk
3
- Version: 0.1.0
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)
@@ -7,7 +7,7 @@ By isolating private keys in a hardened **MCP Server (Vault)** and using the **A
7
7
  ## Installation
8
8
 
9
9
  ```bash
10
- pip install agentguard
10
+ pip install agentguard-python-sdk
11
11
  ```
12
12
 
13
13
  ## Quick Start (3-Line Usage)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentguard-python-sdk
3
- Version: 0.1.0
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.0"
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"