agentvend-sdk 0.0.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.
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright 2026 AgentVend
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
@@ -0,0 +1,234 @@
1
+ Metadata-Version: 2.4
2
+ Name: agentvend-sdk
3
+ Version: 0.0.1
4
+ Summary: AgentVend SDK - verify HMAC, validate keys, report usage, progress, completion
5
+ Author-email: AgentVend <support@agentvend.ai>
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Homepage, https://www.agentvend.ai
8
+ Project-URL: Documentation, https://agentvend.ai/docs
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Programming Language :: Python :: 3.10
11
+ Classifier: Programming Language :: Python :: 3.11
12
+ Classifier: Programming Language :: Python :: 3.12
13
+ Requires-Python: >=3.10
14
+ Description-Content-Type: text/markdown
15
+ License-File: LICENSE
16
+ Provides-Extra: http
17
+ Requires-Dist: requests; extra == "http"
18
+ Provides-Extra: dev
19
+ Requires-Dist: pytest>=7.0; extra == "dev"
20
+ Requires-Dist: requests; extra == "dev"
21
+ Requires-Dist: responses>=0.24; extra == "dev"
22
+ Requires-Dist: build; extra == "dev"
23
+ Dynamic: license-file
24
+
25
+ # AgentVend SDK (Python)
26
+
27
+ **Package:** `agentvend-sdk` (PyPI). **Import:** `import agentvend_sdk` (replaces the former `agentvend-agent-sdk` / `agentvend_agent_sdk` names).
28
+
29
+ Verify HMAC on incoming gateway requests, validate agent keys, report usage, progress/completion, and poll async job status on the gateway.
30
+
31
+ ## Configuration
32
+
33
+ ### Recommended: single `AgentVendClient`
34
+
35
+ Use **`AgentVendClient`** with one API origin. The SDK applies the path prefixes from [sdk-api-spec.md](../docs/sdk-api-spec.md) (default deployment). Override prefixes when using ECS layouts or local Docker.
36
+
37
+ | Setting | Default | Notes |
38
+ |--------|---------|--------|
39
+ | API origin | **`https://api.agentvend.api`** (`AgentVendClient.DEFAULT_API_URL`) | Override with `api_url=...`, or env **`AGENTVEND_API_URL`** for staging/tests — no trailing slash required |
40
+ | Agent ID | From env **`AGENTVEND_AGENT_ID`**, or `agent_id=...` | Optional if Core can infer the agent from the key |
41
+ | Agent secret | From env **`AGENTVEND_AGENT_SECRET`**, or `agent_secret=...` | **Required** (Usage HMAC + Core response verification) |
42
+ | Core prefix | `/core/api/v1` | `core_path_prefix=` override for custom deployments/tests |
43
+ | Gateway prefix | `/api` | `gateway_path_prefix=` for `/gateway/api/v1` (ECS) |
44
+ | Usage prefix | `/api/usage` | `usage_path_prefix=` for `/usage/api/v1` (ECS) |
45
+
46
+ **Split hosts (optional):** `core_api_url`, `gateway_api_url`, and `usage_api_url` each default to the main API URL when unset.
47
+
48
+ **Progress / completion** still use the **full** `progress_url` / `callback_url` strings from the gateway (including query params).
49
+
50
+ Constructor arguments override environment variables when both are set.
51
+
52
+ ### Environment variables
53
+
54
+ | Variable | Purpose |
55
+ |----------|---------|
56
+ | **`AGENTVEND_API_URL`** | Optional. Overrides the default production API origin when set (staging, local stacks, tests). |
57
+ | **`AGENTVEND_AGENT_ID`** | Agent UUID if you omit `agent_id=...` (optional) |
58
+ | **`AGENTVEND_AGENT_SECRET`** | Agent secret if you omit `agent_secret=...` (**required** one way or the other) |
59
+
60
+ In code, names are also available as `AgentVendClient.ENV_API_URL`, `ENV_AGENT_ID`, and `ENV_AGENT_SECRET`. The default base URL is `AgentVendClient.DEFAULT_API_URL`.
61
+
62
+ ### Low-level helpers
63
+
64
+ `validate_agent_key`, `report_usage`, `get_request_status`, and related functions remain available. They now take a single `base_url` and use SDK defaults for service paths; path-prefix overrides are available for tests/dev.
65
+
66
+ See [api-overview.md](../docs/api-overview.md).
67
+
68
+ ## Requirements
69
+
70
+ Python 3.10+
71
+
72
+ ## Install
73
+
74
+ ```bash
75
+ pip install agentvend-sdk
76
+ ```
77
+
78
+ HTTP features (validate, usage, gateway, progress):
79
+
80
+ ```bash
81
+ pip install agentvend-sdk[http]
82
+ ```
83
+
84
+ ## Examples
85
+
86
+ ### Verify inbound HMAC (agent backend)
87
+
88
+ Pass a **header map** (keys matched case-insensitively) and the **raw body** the gateway signed (same bytes as in the canonical string). Header names follow `AgentVendHeaders` (`X-AgentVend-*`).
89
+
90
+ **Preferred:** verify and read user context in one step (`None` if the HMAC is invalid):
91
+
92
+ ```python
93
+ from agentvend_sdk import verify_inbound_context
94
+
95
+ ctx = verify_inbound_context(agent_secret, headers, raw_body)
96
+ if ctx is not None:
97
+ # ctx.user_id, ctx.plan, ...
98
+ ...
99
+ ```
100
+
101
+ The former name `verify_signature_from_headers_and_get_user_context` remains available as an alias of `verify_inbound_context`.
102
+
103
+ **Or** verify and read separately:
104
+
105
+ ```python
106
+ from agentvend_sdk import verify_signature_from_headers, get_user_context
107
+
108
+ if verify_signature_from_headers(agent_secret, headers, raw_body):
109
+ ctx = get_user_context(headers)
110
+ ```
111
+
112
+ For full control, build `InboundHmacRequest` with `SignedUserContext` and call `verify_inbound_hmac(agent_secret, req)`.
113
+
114
+ ### Caller / backend HTTP APIs (single client)
115
+
116
+ ```python
117
+ from agentvend_sdk import AgentVendClient, CompletionStatus
118
+
119
+ # Default API origin is production; pass api_url=... or set AGENTVEND_API_URL only to override.
120
+ # agent_secret is required (here or via AGENTVEND_AGENT_SECRET).
121
+ client = AgentVendClient(
122
+ agent_id=agent_id,
123
+ agent_secret=agent_secret,
124
+ )
125
+
126
+ validation = client.validate_agent_key("bearer-token")
127
+
128
+ usage_resp = client.report_usage(user_id, agent_id, 1.0)
129
+
130
+ client.send_progress_update(progress_url, request_id, "some processing info", 50)
131
+
132
+ client.send_completion(
133
+ callback_url, request_id, CompletionStatus.COMPLETED, units=1.0, result="some result"
134
+ )
135
+
136
+ status = client.get_request_status(request_id, agent_key)
137
+ result = client.get_request_result(request_id, agent_key)
138
+ ```
139
+
140
+ ## Low-level functions (explicit URLs per call)
141
+
142
+ Use these when you are not using `AgentVendClient`, or when services live on different origins.
143
+
144
+ ### Verify HMAC (low-level)
145
+
146
+ ```python
147
+ from agentvend_sdk import (
148
+ AgentVendHeaders,
149
+ verify_signature_from_headers,
150
+ get_user_context,
151
+ )
152
+
153
+ agent_secret = "your-agent-secret"
154
+ headers = {
155
+ "x-agentvend-signature": sig,
156
+ "x-agentvend-timestamp": ts,
157
+ }
158
+ valid = verify_signature_from_headers(agent_secret, headers, raw_body)
159
+ if valid:
160
+ ctx = get_user_context(headers)
161
+ ```
162
+
163
+ ### Typed inbound request
164
+
165
+ ```python
166
+ from agentvend_sdk import verify_inbound_hmac, InboundHmacRequest, SignedUserContext
167
+
168
+ req = InboundHmacRequest(
169
+ signature=sig,
170
+ timestamp=ts,
171
+ payload="",
172
+ signed_user_context=SignedUserContext(
173
+ user_id="u1",
174
+ plan="p1",
175
+ roles=["r1"],
176
+ quota_remaining=10.0,
177
+ subscription_active=False,
178
+ ),
179
+ )
180
+ assert verify_inbound_hmac(agent_secret, req)
181
+ ```
182
+
183
+ ### Validate agent key (low-level)
184
+
185
+ ```python
186
+ from agentvend_sdk import validate_agent_key
187
+
188
+ result = validate_agent_key("https://api.agentvend.api", "bearer-token", "agent-secret", agent_id="agent-uuid")
189
+ ```
190
+
191
+ ### Report usage, progress, completion (low-level)
192
+
193
+ ```python
194
+ from agentvend_sdk import (
195
+ CompletionStatus,
196
+ report_usage,
197
+ report_usage_at,
198
+ report_progress,
199
+ report_completion_with_result,
200
+ )
201
+
202
+ report_usage("https://api.agentvend.api", user_id, agent_id, 1.0, agent_secret)
203
+ report_usage_at(
204
+ "https://api.agentvend.api", user_id, agent_id, 1.0, agent_secret, timestamp=1700000000.0,
205
+ usage_path_prefix="/api/usage",
206
+ )
207
+ report_progress(progress_url, request_id, "stage", 50, agent_secret)
208
+ report_completion_with_result(
209
+ callback_url, request_id, CompletionStatus.COMPLETED, agent_secret, "ok", units=1.0
210
+ )
211
+ ```
212
+
213
+ ### Gateway job status / result (low-level)
214
+
215
+ ```python
216
+ from agentvend_sdk import get_request_status, get_request_result
217
+
218
+ st = get_request_status(
219
+ "https://api.agentvend.api", request_id, agent_key
220
+ )
221
+ res = get_request_result(
222
+ "https://api.agentvend.api", request_id, agent_key
223
+ )
224
+ ```
225
+
226
+ ## Tests (from source)
227
+
228
+ ```bash
229
+ cd sdk-python
230
+ pip install -e ".[dev,http]"
231
+ pytest
232
+ ```
233
+
234
+ See [HMAC spec](../docs/hmac-spec.md) and [API spec](../docs/sdk-api-spec.md).
@@ -0,0 +1,210 @@
1
+ # AgentVend SDK (Python)
2
+
3
+ **Package:** `agentvend-sdk` (PyPI). **Import:** `import agentvend_sdk` (replaces the former `agentvend-agent-sdk` / `agentvend_agent_sdk` names).
4
+
5
+ Verify HMAC on incoming gateway requests, validate agent keys, report usage, progress/completion, and poll async job status on the gateway.
6
+
7
+ ## Configuration
8
+
9
+ ### Recommended: single `AgentVendClient`
10
+
11
+ Use **`AgentVendClient`** with one API origin. The SDK applies the path prefixes from [sdk-api-spec.md](../docs/sdk-api-spec.md) (default deployment). Override prefixes when using ECS layouts or local Docker.
12
+
13
+ | Setting | Default | Notes |
14
+ |--------|---------|--------|
15
+ | API origin | **`https://api.agentvend.api`** (`AgentVendClient.DEFAULT_API_URL`) | Override with `api_url=...`, or env **`AGENTVEND_API_URL`** for staging/tests — no trailing slash required |
16
+ | Agent ID | From env **`AGENTVEND_AGENT_ID`**, or `agent_id=...` | Optional if Core can infer the agent from the key |
17
+ | Agent secret | From env **`AGENTVEND_AGENT_SECRET`**, or `agent_secret=...` | **Required** (Usage HMAC + Core response verification) |
18
+ | Core prefix | `/core/api/v1` | `core_path_prefix=` override for custom deployments/tests |
19
+ | Gateway prefix | `/api` | `gateway_path_prefix=` for `/gateway/api/v1` (ECS) |
20
+ | Usage prefix | `/api/usage` | `usage_path_prefix=` for `/usage/api/v1` (ECS) |
21
+
22
+ **Split hosts (optional):** `core_api_url`, `gateway_api_url`, and `usage_api_url` each default to the main API URL when unset.
23
+
24
+ **Progress / completion** still use the **full** `progress_url` / `callback_url` strings from the gateway (including query params).
25
+
26
+ Constructor arguments override environment variables when both are set.
27
+
28
+ ### Environment variables
29
+
30
+ | Variable | Purpose |
31
+ |----------|---------|
32
+ | **`AGENTVEND_API_URL`** | Optional. Overrides the default production API origin when set (staging, local stacks, tests). |
33
+ | **`AGENTVEND_AGENT_ID`** | Agent UUID if you omit `agent_id=...` (optional) |
34
+ | **`AGENTVEND_AGENT_SECRET`** | Agent secret if you omit `agent_secret=...` (**required** one way or the other) |
35
+
36
+ In code, names are also available as `AgentVendClient.ENV_API_URL`, `ENV_AGENT_ID`, and `ENV_AGENT_SECRET`. The default base URL is `AgentVendClient.DEFAULT_API_URL`.
37
+
38
+ ### Low-level helpers
39
+
40
+ `validate_agent_key`, `report_usage`, `get_request_status`, and related functions remain available. They now take a single `base_url` and use SDK defaults for service paths; path-prefix overrides are available for tests/dev.
41
+
42
+ See [api-overview.md](../docs/api-overview.md).
43
+
44
+ ## Requirements
45
+
46
+ Python 3.10+
47
+
48
+ ## Install
49
+
50
+ ```bash
51
+ pip install agentvend-sdk
52
+ ```
53
+
54
+ HTTP features (validate, usage, gateway, progress):
55
+
56
+ ```bash
57
+ pip install agentvend-sdk[http]
58
+ ```
59
+
60
+ ## Examples
61
+
62
+ ### Verify inbound HMAC (agent backend)
63
+
64
+ Pass a **header map** (keys matched case-insensitively) and the **raw body** the gateway signed (same bytes as in the canonical string). Header names follow `AgentVendHeaders` (`X-AgentVend-*`).
65
+
66
+ **Preferred:** verify and read user context in one step (`None` if the HMAC is invalid):
67
+
68
+ ```python
69
+ from agentvend_sdk import verify_inbound_context
70
+
71
+ ctx = verify_inbound_context(agent_secret, headers, raw_body)
72
+ if ctx is not None:
73
+ # ctx.user_id, ctx.plan, ...
74
+ ...
75
+ ```
76
+
77
+ The former name `verify_signature_from_headers_and_get_user_context` remains available as an alias of `verify_inbound_context`.
78
+
79
+ **Or** verify and read separately:
80
+
81
+ ```python
82
+ from agentvend_sdk import verify_signature_from_headers, get_user_context
83
+
84
+ if verify_signature_from_headers(agent_secret, headers, raw_body):
85
+ ctx = get_user_context(headers)
86
+ ```
87
+
88
+ For full control, build `InboundHmacRequest` with `SignedUserContext` and call `verify_inbound_hmac(agent_secret, req)`.
89
+
90
+ ### Caller / backend HTTP APIs (single client)
91
+
92
+ ```python
93
+ from agentvend_sdk import AgentVendClient, CompletionStatus
94
+
95
+ # Default API origin is production; pass api_url=... or set AGENTVEND_API_URL only to override.
96
+ # agent_secret is required (here or via AGENTVEND_AGENT_SECRET).
97
+ client = AgentVendClient(
98
+ agent_id=agent_id,
99
+ agent_secret=agent_secret,
100
+ )
101
+
102
+ validation = client.validate_agent_key("bearer-token")
103
+
104
+ usage_resp = client.report_usage(user_id, agent_id, 1.0)
105
+
106
+ client.send_progress_update(progress_url, request_id, "some processing info", 50)
107
+
108
+ client.send_completion(
109
+ callback_url, request_id, CompletionStatus.COMPLETED, units=1.0, result="some result"
110
+ )
111
+
112
+ status = client.get_request_status(request_id, agent_key)
113
+ result = client.get_request_result(request_id, agent_key)
114
+ ```
115
+
116
+ ## Low-level functions (explicit URLs per call)
117
+
118
+ Use these when you are not using `AgentVendClient`, or when services live on different origins.
119
+
120
+ ### Verify HMAC (low-level)
121
+
122
+ ```python
123
+ from agentvend_sdk import (
124
+ AgentVendHeaders,
125
+ verify_signature_from_headers,
126
+ get_user_context,
127
+ )
128
+
129
+ agent_secret = "your-agent-secret"
130
+ headers = {
131
+ "x-agentvend-signature": sig,
132
+ "x-agentvend-timestamp": ts,
133
+ }
134
+ valid = verify_signature_from_headers(agent_secret, headers, raw_body)
135
+ if valid:
136
+ ctx = get_user_context(headers)
137
+ ```
138
+
139
+ ### Typed inbound request
140
+
141
+ ```python
142
+ from agentvend_sdk import verify_inbound_hmac, InboundHmacRequest, SignedUserContext
143
+
144
+ req = InboundHmacRequest(
145
+ signature=sig,
146
+ timestamp=ts,
147
+ payload="",
148
+ signed_user_context=SignedUserContext(
149
+ user_id="u1",
150
+ plan="p1",
151
+ roles=["r1"],
152
+ quota_remaining=10.0,
153
+ subscription_active=False,
154
+ ),
155
+ )
156
+ assert verify_inbound_hmac(agent_secret, req)
157
+ ```
158
+
159
+ ### Validate agent key (low-level)
160
+
161
+ ```python
162
+ from agentvend_sdk import validate_agent_key
163
+
164
+ result = validate_agent_key("https://api.agentvend.api", "bearer-token", "agent-secret", agent_id="agent-uuid")
165
+ ```
166
+
167
+ ### Report usage, progress, completion (low-level)
168
+
169
+ ```python
170
+ from agentvend_sdk import (
171
+ CompletionStatus,
172
+ report_usage,
173
+ report_usage_at,
174
+ report_progress,
175
+ report_completion_with_result,
176
+ )
177
+
178
+ report_usage("https://api.agentvend.api", user_id, agent_id, 1.0, agent_secret)
179
+ report_usage_at(
180
+ "https://api.agentvend.api", user_id, agent_id, 1.0, agent_secret, timestamp=1700000000.0,
181
+ usage_path_prefix="/api/usage",
182
+ )
183
+ report_progress(progress_url, request_id, "stage", 50, agent_secret)
184
+ report_completion_with_result(
185
+ callback_url, request_id, CompletionStatus.COMPLETED, agent_secret, "ok", units=1.0
186
+ )
187
+ ```
188
+
189
+ ### Gateway job status / result (low-level)
190
+
191
+ ```python
192
+ from agentvend_sdk import get_request_status, get_request_result
193
+
194
+ st = get_request_status(
195
+ "https://api.agentvend.api", request_id, agent_key
196
+ )
197
+ res = get_request_result(
198
+ "https://api.agentvend.api", request_id, agent_key
199
+ )
200
+ ```
201
+
202
+ ## Tests (from source)
203
+
204
+ ```bash
205
+ cd sdk-python
206
+ pip install -e ".[dev,http]"
207
+ pytest
208
+ ```
209
+
210
+ See [HMAC spec](../docs/hmac-spec.md) and [API spec](../docs/sdk-api-spec.md).
@@ -0,0 +1,37 @@
1
+ [build-system]
2
+ requires = ["setuptools>=77"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "agentvend-sdk"
7
+ version = "0.0.1"
8
+ description = "AgentVend SDK - verify HMAC, validate keys, report usage, progress, completion"
9
+ authors = [{ name = "AgentVend", email = "support@agentvend.ai" }]
10
+ readme = "README.md"
11
+ requires-python = ">=3.10"
12
+ license = "Apache-2.0"
13
+ license-files = ["LICENSE"]
14
+ dependencies = []
15
+ classifiers = [
16
+ "Programming Language :: Python :: 3",
17
+ "Programming Language :: Python :: 3.10",
18
+ "Programming Language :: Python :: 3.11",
19
+ "Programming Language :: Python :: 3.12",
20
+ ]
21
+
22
+ [project.urls]
23
+ Homepage = "https://www.agentvend.ai"
24
+ Documentation = "https://agentvend.ai/docs"
25
+
26
+ [project.optional-dependencies]
27
+ http = ["requests"]
28
+ dev = ["pytest>=7.0", "requests", "responses>=0.24", "build"]
29
+
30
+ [tool.setuptools.packages.find]
31
+ where = ["src"]
32
+
33
+ [tool.pytest.ini_options]
34
+ testpaths = ["tests"]
35
+ pythonpath = ["src"]
36
+ python_files = ["test_*.py"]
37
+ python_functions = ["test_*"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+