@thisispandora/agent-sdk 0.1.0-alpha.1 → 0.1.0-alpha.2
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/generated/command-descriptors.json +1143 -193
- package/generated/contract-registry.json +7972 -2254
- package/generated/manifest.json +33 -27
- package/generated/mcp-tool-definitions.json +5029 -2803
- package/package.json +1 -1
package/generated/manifest.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"artifactVersion": "1.0.0",
|
|
2
3
|
"artifacts": {
|
|
3
4
|
"bundle": "contract-registry.json",
|
|
4
5
|
"commandDescriptors": "command-descriptors.json",
|
|
@@ -6,7 +7,6 @@
|
|
|
6
7
|
"mcpToolDefinitions": "mcp-tool-definitions.json",
|
|
7
8
|
"types": "index.d.ts"
|
|
8
9
|
},
|
|
9
|
-
"artifactVersion": "1.0.0",
|
|
10
10
|
"backends": {
|
|
11
11
|
"local": {
|
|
12
12
|
"backendType": "stdio",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
},
|
|
41
41
|
"format": "python",
|
|
42
42
|
"module": "pandora_agent",
|
|
43
|
-
"name": "
|
|
43
|
+
"name": "pandora-agent",
|
|
44
44
|
"sourceProjectPath": "sdk/python/pyproject.toml",
|
|
45
|
-
"version": "0.1.
|
|
45
|
+
"version": "0.1.0a2"
|
|
46
46
|
},
|
|
47
47
|
"root": {
|
|
48
48
|
"artifactSubpaths": {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"main": "cli/pandora.cjs",
|
|
80
80
|
"name": "pandora-cli-skills",
|
|
81
81
|
"sourceProjectPath": "package.json",
|
|
82
|
-
"version": "1.1.
|
|
82
|
+
"version": "1.1.73"
|
|
83
83
|
},
|
|
84
84
|
"typescript": {
|
|
85
85
|
"artifactSubpaths": {
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"format": "node",
|
|
107
107
|
"name": "@thisispandora/agent-sdk",
|
|
108
108
|
"sourceProjectPath": "sdk/typescript/package.json",
|
|
109
|
-
"version": "0.1.0-alpha.
|
|
109
|
+
"version": "0.1.0-alpha.2"
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"supported": true,
|
|
@@ -150,8 +150,10 @@
|
|
|
150
150
|
"lp.add",
|
|
151
151
|
"lp.positions",
|
|
152
152
|
"lp.remove",
|
|
153
|
+
"lp.simulate-remove",
|
|
153
154
|
"markets.get",
|
|
154
155
|
"markets.list",
|
|
156
|
+
"mirror.audit",
|
|
155
157
|
"mirror.browse",
|
|
156
158
|
"mirror.close",
|
|
157
159
|
"mirror.deploy",
|
|
@@ -159,6 +161,7 @@
|
|
|
159
161
|
"mirror.hedge-calc",
|
|
160
162
|
"mirror.lp-explain",
|
|
161
163
|
"mirror.plan",
|
|
164
|
+
"mirror.pnl",
|
|
162
165
|
"mirror.simulate",
|
|
163
166
|
"mirror.status",
|
|
164
167
|
"mirror.sync.once",
|
|
@@ -187,9 +190,12 @@
|
|
|
187
190
|
"polls.get",
|
|
188
191
|
"polls.list",
|
|
189
192
|
"polymarket.approve",
|
|
193
|
+
"polymarket.balance",
|
|
190
194
|
"polymarket.check",
|
|
195
|
+
"polymarket.deposit",
|
|
191
196
|
"polymarket.preflight",
|
|
192
197
|
"polymarket.trade",
|
|
198
|
+
"polymarket.withdraw",
|
|
193
199
|
"portfolio",
|
|
194
200
|
"positions.list",
|
|
195
201
|
"profile.explain",
|
|
@@ -235,21 +241,21 @@
|
|
|
235
241
|
"compatibilityAliasTools": 1,
|
|
236
242
|
"compatibilityRegistryPath": "compatibility",
|
|
237
243
|
"defaultCatalogMode": "canonical-only",
|
|
238
|
-
"mutatingTools":
|
|
244
|
+
"mutatingTools": 31,
|
|
239
245
|
"operationBackedCommands": 6,
|
|
240
|
-
"remoteEligibleTools":
|
|
246
|
+
"remoteEligibleTools": 107,
|
|
241
247
|
"topLevelCommands": 46,
|
|
242
|
-
"totalCommands":
|
|
243
|
-
"totalMcpTools":
|
|
248
|
+
"totalCommands": 137,
|
|
249
|
+
"totalMcpTools": 107
|
|
244
250
|
},
|
|
245
|
-
"commandCount":
|
|
251
|
+
"commandCount": 137,
|
|
246
252
|
"commandDescriptorVersion": "1.4.0",
|
|
247
253
|
"contractCommandDescriptorVersion": "1.4.0",
|
|
248
|
-
"contractPackageVersion": "1.1.
|
|
254
|
+
"contractPackageVersion": "1.1.73",
|
|
249
255
|
"contractVersion": "1.0.0",
|
|
250
256
|
"generatedFrom": "cli/lib/sdk_contract_service.cjs",
|
|
251
257
|
"generator": "scripts/generate_agent_contract_sdk.cjs",
|
|
252
|
-
"mcpToolCount":
|
|
258
|
+
"mcpToolCount": 107,
|
|
253
259
|
"package": {
|
|
254
260
|
"artifactSubpaths": {
|
|
255
261
|
"bundle": "generated/contract-registry.json",
|
|
@@ -275,9 +281,9 @@
|
|
|
275
281
|
"format": "node",
|
|
276
282
|
"name": "@thisispandora/agent-sdk",
|
|
277
283
|
"sourceProjectPath": "sdk/typescript/package.json",
|
|
278
|
-
"version": "0.1.0-alpha.
|
|
284
|
+
"version": "0.1.0-alpha.2"
|
|
279
285
|
},
|
|
280
|
-
"packageVersion": "0.1.0-alpha.
|
|
286
|
+
"packageVersion": "0.1.0-alpha.2",
|
|
281
287
|
"publishedSurfaces": {
|
|
282
288
|
"python": {
|
|
283
289
|
"artifactSubpaths": {
|
|
@@ -288,9 +294,9 @@
|
|
|
288
294
|
},
|
|
289
295
|
"format": "python",
|
|
290
296
|
"module": "pandora_agent",
|
|
291
|
-
"name": "
|
|
297
|
+
"name": "pandora-agent",
|
|
292
298
|
"sourceProjectPath": "sdk/python/pyproject.toml",
|
|
293
|
-
"version": "0.1.
|
|
299
|
+
"version": "0.1.0a2"
|
|
294
300
|
},
|
|
295
301
|
"root": {
|
|
296
302
|
"artifactSubpaths": {
|
|
@@ -327,7 +333,7 @@
|
|
|
327
333
|
"main": "cli/pandora.cjs",
|
|
328
334
|
"name": "pandora-cli-skills",
|
|
329
335
|
"sourceProjectPath": "package.json",
|
|
330
|
-
"version": "1.1.
|
|
336
|
+
"version": "1.1.73"
|
|
331
337
|
},
|
|
332
338
|
"typescript": {
|
|
333
339
|
"artifactSubpaths": {
|
|
@@ -354,21 +360,21 @@
|
|
|
354
360
|
"format": "node",
|
|
355
361
|
"name": "@thisispandora/agent-sdk",
|
|
356
362
|
"sourceProjectPath": "sdk/typescript/package.json",
|
|
357
|
-
"version": "0.1.0-alpha.
|
|
363
|
+
"version": "0.1.0-alpha.2"
|
|
358
364
|
}
|
|
359
365
|
},
|
|
360
366
|
"registryDigest": {
|
|
361
|
-
"canonicalHash": "
|
|
362
|
-
"commandDigestHash": "
|
|
363
|
-
"descriptorHash": "
|
|
364
|
-
"documentationHash": "
|
|
365
|
-
"fullDescriptorHash": "
|
|
366
|
-
"namespaceHash": "
|
|
367
|
-
"policyProfilesHash": "
|
|
367
|
+
"canonicalHash": "1c22b4245a990813d22e2b5945b028a36262486540ef385056821ff22bd8fa03",
|
|
368
|
+
"commandDigestHash": "2cc52b0ed0cd5a2ee341b2278fc9257a129e54692b45d8befda95c021d6fbe6b",
|
|
369
|
+
"descriptorHash": "54c203a2d68c1f6fbe52b1032d0448092218b7f4af0db922ee57480887f201a0",
|
|
370
|
+
"documentationHash": "6145cfd014624d8b6bf942a0480f6c3810c423a70f0da3928061eb172edb78bb",
|
|
371
|
+
"fullDescriptorHash": "cefb2bb79c3eb1ed8b9f7ab72d2fd5156fd0e80821bfe535b817a57fb9f78891",
|
|
372
|
+
"namespaceHash": "7fddd158a2b75736f374e58905d5598a04cdad0dc05f7108f72c79fd6e3bd82e",
|
|
373
|
+
"policyProfilesHash": "91135a1831077cc1ed80cc1815391b2c743a2a3e992c895a144906d026c15870",
|
|
368
374
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
369
375
|
"routedTopLevelHash": "738e430b483d4e59dcdf91a7c6fe5462d0e40770b39737d3bb79ff5c5254dd87",
|
|
370
|
-
"topLevelHash": "
|
|
371
|
-
"trustDistributionHash": "
|
|
376
|
+
"topLevelHash": "d34af211503157c33608719a6292ee71b8630490d358010edc58aeb702dae0db",
|
|
377
|
+
"trustDistributionHash": "f61027d0eb83cc0711288451fb64a14528b3bcfa91ae2121a4600216c7838b9d"
|
|
372
378
|
},
|
|
373
379
|
"schemaVersion": "1.0.0"
|
|
374
380
|
}
|