@paybond/kit 0.11.1 → 0.11.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/README.md +1 -1
- package/dist/agent/facade.d.ts +1 -1
- package/dist/agent/facade.js +1 -1
- package/dist/agent/guarded-agent.d.ts +1 -1
- package/dist/agent/guarded-agent.js +1 -1
- package/dist/claude-agents/config.d.ts +2 -2
- package/dist/claude-agents/config.js +22 -1
- package/dist/cli/commands/agent.js +2 -1
- package/dist/langgraph/awrap-tool-call.d.ts +2 -2
- package/dist/langgraph/awrap-tool-call.js +40 -3
- package/dist/langgraph/tool-node.d.ts +4 -1
- package/dist/langgraph/tool-node.js +44 -26
- package/dist/mcp-server.js +1 -1
- package/dist/openai-agents/index.d.ts +2 -2
- package/dist/openai-agents/index.js +23 -1
- package/package.json +4 -3
- package/policy/presets/aws.yaml +19 -0
- package/policy/presets/domain/aws.yaml +15 -0
- package/policy/presets/domain/saas.yaml +15 -0
- package/policy/presets/domain/shopping.yaml +15 -0
- package/policy/presets/domain/travel.yaml +15 -0
- package/policy/presets/guardrails/default-aws.yaml +8 -0
- package/policy/presets/guardrails/default-saas.yaml +8 -0
- package/policy/presets/guardrails/default-shopping.yaml +8 -0
- package/policy/presets/guardrails/default-travel.yaml +8 -0
- package/policy/presets/read-only.yaml +23 -0
- package/policy/presets/saas.yaml +19 -0
- package/policy/presets/shopping.yaml +19 -0
- package/policy/presets/strict.yaml +16 -0
- package/policy/presets/travel.yaml +19 -0
- package/templates/manifest.json +9 -9
- package/templates/openai-shopping-agent/package-lock.json +8 -12
- package/templates/openai-shopping-agent/package.json +1 -1
- package/templates/paybond-aws-operator/package-lock.json +58 -4
- package/templates/paybond-aws-operator/package.json +1 -1
- package/templates/paybond-claude-agents-demo/package-lock.json +5 -4
- package/templates/paybond-claude-agents-demo/package.json +1 -1
- package/templates/paybond-invoice-agent/requirements.txt +1 -1
- package/templates/paybond-mcp-coding-agent/package-lock.json +58 -4
- package/templates/paybond-mcp-coding-agent/package.json +1 -1
- package/templates/paybond-openai-agents-demo/package-lock.json +8 -12
- package/templates/paybond-openai-agents-demo/package.json +1 -1
- package/templates/paybond-procurement-agent/package-lock.json +58 -4
- package/templates/paybond-procurement-agent/package.json +1 -1
- package/templates/paybond-travel-agent/package-lock.json +58 -4
- package/templates/paybond-travel-agent/package.json +1 -1
- package/templates/paybond-vercel-shopping-agent/package-lock.json +58 -4
- package/templates/paybond-vercel-shopping-agent/package.json +1 -1
package/templates/manifest.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"evidence_preset": "cost_and_completion",
|
|
14
14
|
"smoke_result_body": { "status": "completed", "cost_cents": 18700 },
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@paybond/kit": "^0.11.
|
|
16
|
+
"@paybond/kit": "^0.11.3",
|
|
17
17
|
"@langchain/core": "^1.2.1",
|
|
18
18
|
"@langchain/langgraph": "^1.4.7",
|
|
19
19
|
"zod": "^4.2.0"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"evidence_preset": "cost_and_completion",
|
|
34
34
|
"smoke_result_body": { "status": "completed", "cost_cents": 4500 },
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@paybond/kit": "^0.11.
|
|
36
|
+
"@paybond/kit": "^0.11.3",
|
|
37
37
|
"ai": "^5.0.0",
|
|
38
38
|
"zod": "^4.2.0"
|
|
39
39
|
},
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"evidence_preset": "cost_and_completion",
|
|
53
53
|
"smoke_result_body": { "status": "completed", "cost_cents": 2900 },
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@paybond/kit": "^0.11.
|
|
55
|
+
"@paybond/kit": "^0.11.3",
|
|
56
56
|
"@openai/agents": "^0.4.0",
|
|
57
57
|
"zod": "^4.2.0"
|
|
58
58
|
},
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"evidence_preset": "cost_and_completion",
|
|
72
72
|
"smoke_result_body": { "status": "completed", "cost_cents": 4500 },
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@paybond/kit": "^0.11.
|
|
74
|
+
"@paybond/kit": "^0.11.3",
|
|
75
75
|
"@openai/agents": "^0.4.0",
|
|
76
76
|
"zod": "^4.2.0"
|
|
77
77
|
},
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"evidence_preset": "cost_and_completion",
|
|
91
91
|
"smoke_result_body": { "status": "completed", "cost_cents": 18700 },
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"@paybond/kit": "^0.11.
|
|
93
|
+
"@paybond/kit": "^0.11.3",
|
|
94
94
|
"@anthropic-ai/claude-agent-sdk": "^0.2.100",
|
|
95
95
|
"zod": "^4.2.0"
|
|
96
96
|
},
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"evidence_preset": "cost_and_completion",
|
|
111
111
|
"smoke_result_body": { "status": "completed", "cost_cents": 500 },
|
|
112
112
|
"dependencies": {
|
|
113
|
-
"@paybond/kit": "^0.11.
|
|
113
|
+
"@paybond/kit": "^0.11.3"
|
|
114
114
|
},
|
|
115
115
|
"mcp_tool_policy": "spend-write"
|
|
116
116
|
},
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"evidence_preset": "cost_and_completion",
|
|
128
128
|
"smoke_result_body": { "status": "completed", "cost_cents": 12000 },
|
|
129
129
|
"dependencies": {
|
|
130
|
-
"@paybond/kit": "^0.11.
|
|
130
|
+
"@paybond/kit": "^0.11.3"
|
|
131
131
|
},
|
|
132
132
|
"demo_mode": "generic"
|
|
133
133
|
},
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"evidence_preset": "cost_and_completion",
|
|
144
144
|
"smoke_result_body": { "status": "completed", "cost_cents": 12500 },
|
|
145
145
|
"dependencies": {
|
|
146
|
-
"@paybond/kit": "^0.11.
|
|
146
|
+
"@paybond/kit": "^0.11.3"
|
|
147
147
|
},
|
|
148
148
|
"demo_mode": "generic"
|
|
149
149
|
},
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"evidence_preset": "cost_and_completion",
|
|
160
160
|
"smoke_result_body": { "status": "completed", "cost_cents": 2900 },
|
|
161
161
|
"python_dependencies": {
|
|
162
|
-
"paybond-kit": ">=0.11.
|
|
162
|
+
"paybond-kit": ">=0.11.3",
|
|
163
163
|
"langgraph": ">=1.2.0"
|
|
164
164
|
},
|
|
165
165
|
"demo_import": "paybond_kit.langgraph_sandbox_demo",
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"name": "openai-shopping-agent",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@openai/agents": "^0.4.0",
|
|
10
|
-
"@paybond/kit": "^0.11.
|
|
10
|
+
"@paybond/kit": "^0.11.3",
|
|
11
11
|
"zod": "^4.2.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
@@ -169,14 +169,15 @@
|
|
|
169
169
|
}
|
|
170
170
|
},
|
|
171
171
|
"node_modules/@paybond/kit": {
|
|
172
|
-
"version": "0.11.
|
|
173
|
-
"resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.
|
|
174
|
-
"integrity": "sha512
|
|
172
|
+
"version": "0.11.3",
|
|
173
|
+
"resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.3.tgz",
|
|
174
|
+
"integrity": "sha512-+hOAHp78nZGHM5cCOe+kaNNM6hItnkv8ick9CBKHxKe5k9B/EYFS0LKiKsRCBcJnVF3VRf5340j3mT3D2M3W4Q==",
|
|
175
175
|
"license": "Apache-2.0",
|
|
176
176
|
"dependencies": {
|
|
177
177
|
"@noble/ed25519": "^2.2.1",
|
|
178
178
|
"@noble/hashes": "^1.7.1",
|
|
179
179
|
"@noble/secp256k1": "^2.2.3",
|
|
180
|
+
"ajv": "^8.17.1",
|
|
180
181
|
"blake3": "^2.1.7",
|
|
181
182
|
"uuid": "^14.0.0"
|
|
182
183
|
},
|
|
@@ -255,7 +256,6 @@
|
|
|
255
256
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
|
|
256
257
|
"integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
|
|
257
258
|
"license": "MIT",
|
|
258
|
-
"optional": true,
|
|
259
259
|
"dependencies": {
|
|
260
260
|
"fast-deep-equal": "^3.1.3",
|
|
261
261
|
"fast-uri": "^3.0.1",
|
|
@@ -648,8 +648,7 @@
|
|
|
648
648
|
"version": "3.1.3",
|
|
649
649
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
650
650
|
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
651
|
-
"license": "MIT"
|
|
652
|
-
"optional": true
|
|
651
|
+
"license": "MIT"
|
|
653
652
|
},
|
|
654
653
|
"node_modules/fast-uri": {
|
|
655
654
|
"version": "3.1.3",
|
|
@@ -665,8 +664,7 @@
|
|
|
665
664
|
"url": "https://opencollective.com/fastify"
|
|
666
665
|
}
|
|
667
666
|
],
|
|
668
|
-
"license": "BSD-3-Clause"
|
|
669
|
-
"optional": true
|
|
667
|
+
"license": "BSD-3-Clause"
|
|
670
668
|
},
|
|
671
669
|
"node_modules/finalhandler": {
|
|
672
670
|
"version": "2.1.1",
|
|
@@ -901,8 +899,7 @@
|
|
|
901
899
|
"version": "1.0.0",
|
|
902
900
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
903
901
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
904
|
-
"license": "MIT"
|
|
905
|
-
"optional": true
|
|
902
|
+
"license": "MIT"
|
|
906
903
|
},
|
|
907
904
|
"node_modules/json-schema-typed": {
|
|
908
905
|
"version": "8.0.2",
|
|
@@ -1170,7 +1167,6 @@
|
|
|
1170
1167
|
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
1171
1168
|
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
|
1172
1169
|
"license": "MIT",
|
|
1173
|
-
"optional": true,
|
|
1174
1170
|
"engines": {
|
|
1175
1171
|
"node": ">=0.10.0"
|
|
1176
1172
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"smoke": "paybond agent sandbox smoke --policy-file paybond.policy.yaml --operation commerce.checkout --requested-spend-cents 4500 --evidence-preset cost_and_completion --result-body '{\"status\":\"completed\",\"cost_cents\":4500}' --format json"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@paybond/kit": "^0.11.
|
|
11
|
+
"@paybond/kit": "^0.11.3",
|
|
12
12
|
"@openai/agents": "^0.4.0",
|
|
13
13
|
"zod": "^4.2.0"
|
|
14
14
|
},
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"": {
|
|
7
7
|
"name": "paybond-aws-operator",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@paybond/kit": "^0.11.
|
|
9
|
+
"@paybond/kit": "^0.11.3"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@types/node": "^22.10.1",
|
|
@@ -47,14 +47,15 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"node_modules/@paybond/kit": {
|
|
50
|
-
"version": "0.11.
|
|
51
|
-
"resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.
|
|
52
|
-
"integrity": "sha512-
|
|
50
|
+
"version": "0.11.3",
|
|
51
|
+
"resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.3.tgz",
|
|
52
|
+
"integrity": "sha512-elKVrvovb54TgitThi8oPFqGkcRiP6lGQyzoenEf/khNWaAuEv7k5SJiZMOT5aDoUy+pb4Ovs31QAXtHxcrhAg==",
|
|
53
53
|
"license": "Apache-2.0",
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@noble/ed25519": "^2.2.1",
|
|
56
56
|
"@noble/hashes": "^1.7.1",
|
|
57
57
|
"@noble/secp256k1": "^2.2.3",
|
|
58
|
+
"ajv": "^8.17.1",
|
|
58
59
|
"blake3": "^2.1.7",
|
|
59
60
|
"uuid": "^14.0.0"
|
|
60
61
|
},
|
|
@@ -106,6 +107,22 @@
|
|
|
106
107
|
"undici-types": "~6.21.0"
|
|
107
108
|
}
|
|
108
109
|
},
|
|
110
|
+
"node_modules/ajv": {
|
|
111
|
+
"version": "8.20.0",
|
|
112
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
|
|
113
|
+
"integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
|
|
114
|
+
"license": "MIT",
|
|
115
|
+
"dependencies": {
|
|
116
|
+
"fast-deep-equal": "^3.1.3",
|
|
117
|
+
"fast-uri": "^3.0.1",
|
|
118
|
+
"json-schema-traverse": "^1.0.0",
|
|
119
|
+
"require-from-string": "^2.0.2"
|
|
120
|
+
},
|
|
121
|
+
"funding": {
|
|
122
|
+
"type": "github",
|
|
123
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
109
126
|
"node_modules/blake3": {
|
|
110
127
|
"version": "2.1.7",
|
|
111
128
|
"resolved": "https://registry.npmjs.org/blake3/-/blake3-2.1.7.tgz",
|
|
@@ -113,6 +130,43 @@
|
|
|
113
130
|
"hasInstallScript": true,
|
|
114
131
|
"license": "MIT"
|
|
115
132
|
},
|
|
133
|
+
"node_modules/fast-deep-equal": {
|
|
134
|
+
"version": "3.1.3",
|
|
135
|
+
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
136
|
+
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
137
|
+
"license": "MIT"
|
|
138
|
+
},
|
|
139
|
+
"node_modules/fast-uri": {
|
|
140
|
+
"version": "3.1.3",
|
|
141
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.3.tgz",
|
|
142
|
+
"integrity": "sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==",
|
|
143
|
+
"funding": [
|
|
144
|
+
{
|
|
145
|
+
"type": "github",
|
|
146
|
+
"url": "https://github.com/sponsors/fastify"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"type": "opencollective",
|
|
150
|
+
"url": "https://opencollective.com/fastify"
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"license": "BSD-3-Clause"
|
|
154
|
+
},
|
|
155
|
+
"node_modules/json-schema-traverse": {
|
|
156
|
+
"version": "1.0.0",
|
|
157
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
158
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
159
|
+
"license": "MIT"
|
|
160
|
+
},
|
|
161
|
+
"node_modules/require-from-string": {
|
|
162
|
+
"version": "2.0.2",
|
|
163
|
+
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
164
|
+
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
|
165
|
+
"license": "MIT",
|
|
166
|
+
"engines": {
|
|
167
|
+
"node": ">=0.10.0"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
116
170
|
"node_modules/typescript": {
|
|
117
171
|
"version": "5.9.3",
|
|
118
172
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"smoke": "paybond agent sandbox smoke --policy-file paybond.policy.yaml --operation aws.ec2.start_instance --requested-spend-cents 12500 --evidence-preset cost_and_completion --result-body '{\"status\":\"completed\",\"cost_cents\":12500}' --format json"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@paybond/kit": "^0.11.
|
|
11
|
+
"@paybond/kit": "^0.11.3"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@types/node": "^22.10.1",
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"name": "paybond-claude-agents-demo",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@anthropic-ai/claude-agent-sdk": "^0.2.100",
|
|
10
|
-
"@paybond/kit": "^0.11.
|
|
10
|
+
"@paybond/kit": "^0.11.3",
|
|
11
11
|
"zod": "^4.2.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
@@ -260,14 +260,15 @@
|
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
262
|
"node_modules/@paybond/kit": {
|
|
263
|
-
"version": "0.11.
|
|
264
|
-
"resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.
|
|
265
|
-
"integrity": "sha512-
|
|
263
|
+
"version": "0.11.3",
|
|
264
|
+
"resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.3.tgz",
|
|
265
|
+
"integrity": "sha512-4gCmDuFlYNg6jESOTlhVuV5ZFS7Tg7qLPqxGlfFBGYs+m+sAV2md1rln3rxWpbaSK5M11mhDSPq6g9zHpjvwOA==",
|
|
266
266
|
"license": "Apache-2.0",
|
|
267
267
|
"dependencies": {
|
|
268
268
|
"@noble/ed25519": "^2.2.1",
|
|
269
269
|
"@noble/hashes": "^1.7.1",
|
|
270
270
|
"@noble/secp256k1": "^2.2.3",
|
|
271
|
+
"ajv": "^8.17.1",
|
|
271
272
|
"blake3": "^2.1.7",
|
|
272
273
|
"uuid": "^14.0.0"
|
|
273
274
|
},
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"smoke": "paybond agent sandbox smoke --policy-file paybond.policy.yaml --operation travel.book_hotel --requested-spend-cents 18700 --evidence-preset cost_and_completion --result-body '{\"status\":\"completed\",\"cost_cents\":18700}' --format json"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@paybond/kit": "^0.11.
|
|
11
|
+
"@paybond/kit": "^0.11.3",
|
|
12
12
|
"@anthropic-ai/claude-agent-sdk": "^0.2.100",
|
|
13
13
|
"zod": "^4.2.0"
|
|
14
14
|
},
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
paybond-kit>=0.11.
|
|
1
|
+
paybond-kit>=0.11.3
|
|
2
2
|
langgraph>=1.2.0
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"": {
|
|
7
7
|
"name": "paybond-mcp-coding-agent",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@paybond/kit": "^0.11.
|
|
9
|
+
"@paybond/kit": "^0.11.3"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@types/node": "^22.10.1",
|
|
@@ -47,14 +47,15 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"node_modules/@paybond/kit": {
|
|
50
|
-
"version": "0.11.
|
|
51
|
-
"resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.
|
|
52
|
-
"integrity": "sha512-
|
|
50
|
+
"version": "0.11.3",
|
|
51
|
+
"resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.3.tgz",
|
|
52
|
+
"integrity": "sha512-AlsBZDOnrC3n0/NHII+QWO4Iotg1H3TksQ1iGLskxM1XPQ7W+d83bzc2Yags7DDr/jfTyMy3ItNlVpRPZC7wNw==",
|
|
53
53
|
"license": "Apache-2.0",
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@noble/ed25519": "^2.2.1",
|
|
56
56
|
"@noble/hashes": "^1.7.1",
|
|
57
57
|
"@noble/secp256k1": "^2.2.3",
|
|
58
|
+
"ajv": "^8.17.1",
|
|
58
59
|
"blake3": "^2.1.7",
|
|
59
60
|
"uuid": "^14.0.0"
|
|
60
61
|
},
|
|
@@ -106,6 +107,22 @@
|
|
|
106
107
|
"undici-types": "~6.21.0"
|
|
107
108
|
}
|
|
108
109
|
},
|
|
110
|
+
"node_modules/ajv": {
|
|
111
|
+
"version": "8.20.0",
|
|
112
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
|
|
113
|
+
"integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
|
|
114
|
+
"license": "MIT",
|
|
115
|
+
"dependencies": {
|
|
116
|
+
"fast-deep-equal": "^3.1.3",
|
|
117
|
+
"fast-uri": "^3.0.1",
|
|
118
|
+
"json-schema-traverse": "^1.0.0",
|
|
119
|
+
"require-from-string": "^2.0.2"
|
|
120
|
+
},
|
|
121
|
+
"funding": {
|
|
122
|
+
"type": "github",
|
|
123
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
109
126
|
"node_modules/blake3": {
|
|
110
127
|
"version": "2.1.7",
|
|
111
128
|
"resolved": "https://registry.npmjs.org/blake3/-/blake3-2.1.7.tgz",
|
|
@@ -113,6 +130,43 @@
|
|
|
113
130
|
"hasInstallScript": true,
|
|
114
131
|
"license": "MIT"
|
|
115
132
|
},
|
|
133
|
+
"node_modules/fast-deep-equal": {
|
|
134
|
+
"version": "3.1.3",
|
|
135
|
+
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
136
|
+
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
137
|
+
"license": "MIT"
|
|
138
|
+
},
|
|
139
|
+
"node_modules/fast-uri": {
|
|
140
|
+
"version": "3.1.3",
|
|
141
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.3.tgz",
|
|
142
|
+
"integrity": "sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==",
|
|
143
|
+
"funding": [
|
|
144
|
+
{
|
|
145
|
+
"type": "github",
|
|
146
|
+
"url": "https://github.com/sponsors/fastify"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"type": "opencollective",
|
|
150
|
+
"url": "https://opencollective.com/fastify"
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"license": "BSD-3-Clause"
|
|
154
|
+
},
|
|
155
|
+
"node_modules/json-schema-traverse": {
|
|
156
|
+
"version": "1.0.0",
|
|
157
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
158
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
159
|
+
"license": "MIT"
|
|
160
|
+
},
|
|
161
|
+
"node_modules/require-from-string": {
|
|
162
|
+
"version": "2.0.2",
|
|
163
|
+
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
164
|
+
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
|
165
|
+
"license": "MIT",
|
|
166
|
+
"engines": {
|
|
167
|
+
"node": ">=0.10.0"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
116
170
|
"node_modules/typescript": {
|
|
117
171
|
"version": "5.9.3",
|
|
118
172
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"smoke": "paybond agent sandbox smoke --policy-file paybond.policy.yaml --operation deploy.preview --requested-spend-cents 500 --evidence-preset cost_and_completion --result-body '{\"status\":\"completed\",\"cost_cents\":500}' --format json"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@paybond/kit": "^0.11.
|
|
11
|
+
"@paybond/kit": "^0.11.3"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@types/node": "^22.10.1",
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"name": "paybond-openai-agents-demo",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@openai/agents": "^0.4.0",
|
|
10
|
-
"@paybond/kit": "^0.11.
|
|
10
|
+
"@paybond/kit": "^0.11.3",
|
|
11
11
|
"zod": "^4.2.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
@@ -169,14 +169,15 @@
|
|
|
169
169
|
}
|
|
170
170
|
},
|
|
171
171
|
"node_modules/@paybond/kit": {
|
|
172
|
-
"version": "0.11.
|
|
173
|
-
"resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.
|
|
174
|
-
"integrity": "sha512-
|
|
172
|
+
"version": "0.11.3",
|
|
173
|
+
"resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.3.tgz",
|
|
174
|
+
"integrity": "sha512-NlUW7qqYhLeA5BtjcDrtpJnv1/qwpGU4xXOFYmdbNJb9dyR6GytYATBsuWQ3ZtSfNAI6//u5gg3AocaKIjWEwg==",
|
|
175
175
|
"license": "Apache-2.0",
|
|
176
176
|
"dependencies": {
|
|
177
177
|
"@noble/ed25519": "^2.2.1",
|
|
178
178
|
"@noble/hashes": "^1.7.1",
|
|
179
179
|
"@noble/secp256k1": "^2.2.3",
|
|
180
|
+
"ajv": "^8.17.1",
|
|
180
181
|
"blake3": "^2.1.7",
|
|
181
182
|
"uuid": "^14.0.0"
|
|
182
183
|
},
|
|
@@ -255,7 +256,6 @@
|
|
|
255
256
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
|
|
256
257
|
"integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
|
|
257
258
|
"license": "MIT",
|
|
258
|
-
"optional": true,
|
|
259
259
|
"dependencies": {
|
|
260
260
|
"fast-deep-equal": "^3.1.3",
|
|
261
261
|
"fast-uri": "^3.0.1",
|
|
@@ -648,8 +648,7 @@
|
|
|
648
648
|
"version": "3.1.3",
|
|
649
649
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
650
650
|
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
651
|
-
"license": "MIT"
|
|
652
|
-
"optional": true
|
|
651
|
+
"license": "MIT"
|
|
653
652
|
},
|
|
654
653
|
"node_modules/fast-uri": {
|
|
655
654
|
"version": "3.1.3",
|
|
@@ -665,8 +664,7 @@
|
|
|
665
664
|
"url": "https://opencollective.com/fastify"
|
|
666
665
|
}
|
|
667
666
|
],
|
|
668
|
-
"license": "BSD-3-Clause"
|
|
669
|
-
"optional": true
|
|
667
|
+
"license": "BSD-3-Clause"
|
|
670
668
|
},
|
|
671
669
|
"node_modules/finalhandler": {
|
|
672
670
|
"version": "2.1.1",
|
|
@@ -901,8 +899,7 @@
|
|
|
901
899
|
"version": "1.0.0",
|
|
902
900
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
903
901
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
904
|
-
"license": "MIT"
|
|
905
|
-
"optional": true
|
|
902
|
+
"license": "MIT"
|
|
906
903
|
},
|
|
907
904
|
"node_modules/json-schema-typed": {
|
|
908
905
|
"version": "8.0.2",
|
|
@@ -1170,7 +1167,6 @@
|
|
|
1170
1167
|
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
1171
1168
|
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
|
1172
1169
|
"license": "MIT",
|
|
1173
|
-
"optional": true,
|
|
1174
1170
|
"engines": {
|
|
1175
1171
|
"node": ">=0.10.0"
|
|
1176
1172
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"smoke": "paybond agent sandbox smoke --policy-file paybond.policy.yaml --operation saas.provision_seat --requested-spend-cents 2900 --evidence-preset cost_and_completion --result-body '{\"status\":\"completed\",\"cost_cents\":2900}' --format json"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@paybond/kit": "^0.11.
|
|
11
|
+
"@paybond/kit": "^0.11.3",
|
|
12
12
|
"@openai/agents": "^0.4.0",
|
|
13
13
|
"zod": "^4.2.0"
|
|
14
14
|
},
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"": {
|
|
7
7
|
"name": "paybond-procurement-agent",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@paybond/kit": "^0.11.
|
|
9
|
+
"@paybond/kit": "^0.11.3"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@types/node": "^22.10.1",
|
|
@@ -47,14 +47,15 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"node_modules/@paybond/kit": {
|
|
50
|
-
"version": "0.11.
|
|
51
|
-
"resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.
|
|
52
|
-
"integrity": "sha512-
|
|
50
|
+
"version": "0.11.3",
|
|
51
|
+
"resolved": "https://registry.npmjs.org/@paybond/kit/-/kit-0.11.3.tgz",
|
|
52
|
+
"integrity": "sha512-ZkQmWkHcC+4NugPGZjiwdFx8LiL8c7h5iVZOz/SMsaljYfrvn2+r169mRknzsKeo0rOkf16mWSxa66RWNmV9RQ==",
|
|
53
53
|
"license": "Apache-2.0",
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@noble/ed25519": "^2.2.1",
|
|
56
56
|
"@noble/hashes": "^1.7.1",
|
|
57
57
|
"@noble/secp256k1": "^2.2.3",
|
|
58
|
+
"ajv": "^8.17.1",
|
|
58
59
|
"blake3": "^2.1.7",
|
|
59
60
|
"uuid": "^14.0.0"
|
|
60
61
|
},
|
|
@@ -106,6 +107,22 @@
|
|
|
106
107
|
"undici-types": "~6.21.0"
|
|
107
108
|
}
|
|
108
109
|
},
|
|
110
|
+
"node_modules/ajv": {
|
|
111
|
+
"version": "8.20.0",
|
|
112
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
|
|
113
|
+
"integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
|
|
114
|
+
"license": "MIT",
|
|
115
|
+
"dependencies": {
|
|
116
|
+
"fast-deep-equal": "^3.1.3",
|
|
117
|
+
"fast-uri": "^3.0.1",
|
|
118
|
+
"json-schema-traverse": "^1.0.0",
|
|
119
|
+
"require-from-string": "^2.0.2"
|
|
120
|
+
},
|
|
121
|
+
"funding": {
|
|
122
|
+
"type": "github",
|
|
123
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
109
126
|
"node_modules/blake3": {
|
|
110
127
|
"version": "2.1.7",
|
|
111
128
|
"resolved": "https://registry.npmjs.org/blake3/-/blake3-2.1.7.tgz",
|
|
@@ -113,6 +130,43 @@
|
|
|
113
130
|
"hasInstallScript": true,
|
|
114
131
|
"license": "MIT"
|
|
115
132
|
},
|
|
133
|
+
"node_modules/fast-deep-equal": {
|
|
134
|
+
"version": "3.1.3",
|
|
135
|
+
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
136
|
+
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
137
|
+
"license": "MIT"
|
|
138
|
+
},
|
|
139
|
+
"node_modules/fast-uri": {
|
|
140
|
+
"version": "3.1.3",
|
|
141
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.3.tgz",
|
|
142
|
+
"integrity": "sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==",
|
|
143
|
+
"funding": [
|
|
144
|
+
{
|
|
145
|
+
"type": "github",
|
|
146
|
+
"url": "https://github.com/sponsors/fastify"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"type": "opencollective",
|
|
150
|
+
"url": "https://opencollective.com/fastify"
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"license": "BSD-3-Clause"
|
|
154
|
+
},
|
|
155
|
+
"node_modules/json-schema-traverse": {
|
|
156
|
+
"version": "1.0.0",
|
|
157
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
158
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
159
|
+
"license": "MIT"
|
|
160
|
+
},
|
|
161
|
+
"node_modules/require-from-string": {
|
|
162
|
+
"version": "2.0.2",
|
|
163
|
+
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
164
|
+
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
|
165
|
+
"license": "MIT",
|
|
166
|
+
"engines": {
|
|
167
|
+
"node": ">=0.10.0"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
116
170
|
"node_modules/typescript": {
|
|
117
171
|
"version": "5.9.3",
|
|
118
172
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"smoke": "paybond agent sandbox smoke --policy-file paybond.policy.yaml --operation procurement.submit_po --requested-spend-cents 12000 --evidence-preset cost_and_completion --result-body '{\"status\":\"completed\",\"cost_cents\":12000}' --format json"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@paybond/kit": "^0.11.
|
|
11
|
+
"@paybond/kit": "^0.11.3"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@types/node": "^22.10.1",
|