@agentguard-run/spend 0.1.2 → 0.1.3
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.
- package/LICENSE +35 -12
- package/README.md +23 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -3,10 +3,24 @@ Copyright (c) 2026 Dunecrest Ventures Inc.
|
|
|
3
3
|
|
|
4
4
|
1. SCOPE.
|
|
5
5
|
This software, including all files under packages/agentguard-spend/src/, is
|
|
6
|
-
licensed
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
licensed by Dunecrest Ventures Inc. ("Licensor") subject to the following
|
|
7
|
+
thresholds:
|
|
8
|
+
|
|
9
|
+
(a) Evaluation Use. Internal evaluation, prototyping, and non-commercial
|
|
10
|
+
development at any call volume.
|
|
11
|
+
|
|
12
|
+
(b) Free Production Threshold. Production deployments processing 10,000
|
|
13
|
+
or fewer enforcement calls per calendar month, in aggregate across
|
|
14
|
+
all instances operated by the licensee, are permitted under this
|
|
15
|
+
License without additional fee.
|
|
16
|
+
|
|
17
|
+
(c) Commercial License Required. Production deployments processing more
|
|
18
|
+
than 10,000 enforcement calls per calendar month, deployments
|
|
19
|
+
operated for the benefit of third parties as a service, redistribution,
|
|
20
|
+
sublicensing, public hosting, and republication each require a
|
|
21
|
+
separate commercial license agreement with Licensor.
|
|
22
|
+
|
|
23
|
+
Commercial-license inquiries: invest@agentguard.run
|
|
10
24
|
|
|
11
25
|
2. NO PATENT LICENSE GRANTED.
|
|
12
26
|
Nothing in this License grants, expressly or by implication, any patent license
|
|
@@ -51,13 +65,22 @@ any reason or no reason. Upon termination, Licensee shall cease all use of the
|
|
|
51
65
|
software under src/ and shall destroy all copies in Licensee's possession.
|
|
52
66
|
|
|
53
67
|
7. PATENT NOTICE (35 U.S.C. § 287).
|
|
54
|
-
Protected by U.S. patent-pending technology
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
68
|
+
Protected by U.S. patent-pending technology, including the following
|
|
69
|
+
provisional patent applications filed with the United States Patent and
|
|
70
|
+
Trademark Office:
|
|
71
|
+
|
|
72
|
+
- Application No. 63/983,615 (filed February 15, 2026)
|
|
73
|
+
- Application No. 63/983,621 (filed February 15, 2026)
|
|
74
|
+
- Application No. 63/983,843 (filed February 16, 2026)
|
|
75
|
+
- Application No. 63/984,626 (filed February 17, 2026)
|
|
76
|
+
- Application No. 64/071,781 (filed May 21, 2026)
|
|
77
|
+
- Application No. 64/071,789 (filed May 21, 2026)
|
|
78
|
+
|
|
79
|
+
Additional patents pending. All patent rights expressly reserved per
|
|
80
|
+
Section 2 above.
|
|
58
81
|
|
|
59
|
-
AgentGuard(TM) is a trademark of Dunecrest Ventures Inc. (USPTO Serial
|
|
60
|
-
99462472, pending). MerchantGuard(TM) is a trademark of Dunecrest
|
|
61
|
-
Inc. (USPTO Serial No. 99051215, pending).
|
|
82
|
+
AgentGuard(TM) is a trademark of Dunecrest Ventures Inc. (USPTO Serial
|
|
83
|
+
No. 99462472, pending). MerchantGuard(TM) is a trademark of Dunecrest
|
|
84
|
+
Ventures Inc. (USPTO Serial No. 99051215, pending).
|
|
62
85
|
|
|
63
|
-
For commercial licensing:
|
|
86
|
+
For commercial licensing: invest@agentguard.run
|
package/README.md
CHANGED
|
@@ -131,9 +131,31 @@ if (!result.ok) {
|
|
|
131
131
|
|
|
132
132
|
Each entry binds the previous entry's hash via SHA-256 and is signed with Ed25519. Tampering with any field of any entry invalidates the chain from that point forward.
|
|
133
133
|
|
|
134
|
+
## License & usage thresholds
|
|
135
|
+
|
|
136
|
+
The SDK is **free** for:
|
|
137
|
+
|
|
138
|
+
- Evaluation, prototyping, and non-commercial development at any volume
|
|
139
|
+
- Production deployments processing **up to 10,000 enforcement calls per calendar month**
|
|
140
|
+
|
|
141
|
+
A separate commercial license is required for:
|
|
142
|
+
|
|
143
|
+
- Production deployments processing **more than 10,000 enforcement calls per month**
|
|
144
|
+
- Deployments operated as a service to third parties
|
|
145
|
+
- Redistribution, sublicensing, public hosting, republication
|
|
146
|
+
|
|
147
|
+
Inbound commercial-license inquiries: `invest@agentguard.run`
|
|
148
|
+
|
|
149
|
+
Full terms in `LICENSE`. All patent rights expressly reserved (see Section 2 of `LICENSE`).
|
|
150
|
+
|
|
134
151
|
## Patent notice
|
|
135
152
|
|
|
136
|
-
Protected by
|
|
153
|
+
Protected by 6 U.S. patent-pending applications:
|
|
154
|
+
|
|
155
|
+
- 63/983,615 · 63/983,621 · 63/983,843 · 63/984,626 (filed February 2026)
|
|
156
|
+
- 64/071,781 · 64/071,789 (filed May 21, 2026)
|
|
157
|
+
|
|
158
|
+
See `LICENSE` Section 7.
|
|
137
159
|
|
|
138
160
|
## Links
|
|
139
161
|
|
package/dist/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export { evaluatePolicy, buildScopeKey } from './policy';
|
|
|
11
11
|
export { canonicalJson, sha256Hex, computeEntryHash, computeSignerFingerprint, signDecision, verifyEntry, verifyChain, GENESIS_PREVIOUS_HASH, InMemoryDecisionLogStore, } from './decision-log';
|
|
12
12
|
export { InMemorySpendStore } from './store-memory';
|
|
13
13
|
export { SpendGuard, withSpendGuard, AgentGuardBlockedError, type SpendGuardConfig, type OpenAIBindingOptions, } from './spend-guard';
|
|
14
|
-
export declare const AGENTGUARD_SPEND_VERSION = "0.1.
|
|
14
|
+
export declare const AGENTGUARD_SPEND_VERSION = "0.1.3";
|
|
15
15
|
/** Patent marking. 35 U.S.C. § 287 constructive notice. */
|
|
16
16
|
export declare const PATENT_NOTICE: string;
|
|
17
17
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.js
CHANGED
|
@@ -38,7 +38,7 @@ var spend_guard_1 = require("./spend-guard");
|
|
|
38
38
|
Object.defineProperty(exports, "SpendGuard", { enumerable: true, get: function () { return spend_guard_1.SpendGuard; } });
|
|
39
39
|
Object.defineProperty(exports, "withSpendGuard", { enumerable: true, get: function () { return spend_guard_1.withSpendGuard; } });
|
|
40
40
|
Object.defineProperty(exports, "AgentGuardBlockedError", { enumerable: true, get: function () { return spend_guard_1.AgentGuardBlockedError; } });
|
|
41
|
-
exports.AGENTGUARD_SPEND_VERSION = '0.1.
|
|
41
|
+
exports.AGENTGUARD_SPEND_VERSION = '0.1.3';
|
|
42
42
|
/** Patent marking. 35 U.S.C. § 287 constructive notice. */
|
|
43
43
|
exports.PATENT_NOTICE = 'Protected by U.S. patent-pending technology ' +
|
|
44
44
|
'(App. Nos. 63/983,615; 63/983,621; 63/983,843; 63/984,626; ' +
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentguard-run/spend",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Local-runtime spend caps and capability-gated model routing for AI agents. Prompts, API keys, and signing keys stay inside the customer runtime. Zero data plane involvement.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|