@thisispandora/agent-sdk 0.1.0-alpha.12 → 0.1.0-alpha.17
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 +1088 -144
- package/generated/contract-registry.json +6049 -853
- package/generated/manifest.json +30 -25
- package/generated/mcp-tool-definitions.json +3706 -1406
- package/package.json +1 -1
package/generated/manifest.json
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"module": "pandora_agent",
|
|
43
43
|
"name": "pandora-agent",
|
|
44
44
|
"sourceProjectPath": "sdk/python/pyproject.toml",
|
|
45
|
-
"version": "0.1.
|
|
45
|
+
"version": "0.1.0a11"
|
|
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.102"
|
|
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.17"
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"supported": true,
|
|
@@ -130,6 +130,7 @@
|
|
|
130
130
|
"aliases": 0,
|
|
131
131
|
"canonicalTools": [
|
|
132
132
|
"agent.market.autocomplete",
|
|
133
|
+
"agent.market.hype",
|
|
133
134
|
"agent.market.validate",
|
|
134
135
|
"analyze",
|
|
135
136
|
"arb.scan",
|
|
@@ -164,6 +165,9 @@
|
|
|
164
165
|
"markets.create.plan",
|
|
165
166
|
"markets.create.run",
|
|
166
167
|
"markets.get",
|
|
168
|
+
"markets.hype",
|
|
169
|
+
"markets.hype.plan",
|
|
170
|
+
"markets.hype.run",
|
|
167
171
|
"markets.list",
|
|
168
172
|
"markets.mine",
|
|
169
173
|
"mirror.audit",
|
|
@@ -190,6 +194,7 @@
|
|
|
190
194
|
"mirror.sync.start",
|
|
191
195
|
"mirror.sync.status",
|
|
192
196
|
"mirror.sync.stop",
|
|
197
|
+
"mirror.sync.unlock",
|
|
193
198
|
"mirror.trace",
|
|
194
199
|
"mirror.verify",
|
|
195
200
|
"model.calibrate",
|
|
@@ -266,21 +271,21 @@
|
|
|
266
271
|
"compatibilityAliasTools": 1,
|
|
267
272
|
"compatibilityRegistryPath": "compatibility",
|
|
268
273
|
"defaultCatalogMode": "canonical-only",
|
|
269
|
-
"mutatingTools":
|
|
270
|
-
"operationBackedCommands":
|
|
271
|
-
"remoteEligibleTools":
|
|
274
|
+
"mutatingTools": 37,
|
|
275
|
+
"operationBackedCommands": 7,
|
|
276
|
+
"remoteEligibleTools": 137,
|
|
272
277
|
"topLevelCommands": 52,
|
|
273
|
-
"totalCommands":
|
|
274
|
-
"totalMcpTools":
|
|
278
|
+
"totalCommands": 169,
|
|
279
|
+
"totalMcpTools": 137
|
|
275
280
|
},
|
|
276
|
-
"commandCount":
|
|
281
|
+
"commandCount": 169,
|
|
277
282
|
"commandDescriptorVersion": "1.4.3",
|
|
278
283
|
"contractCommandDescriptorVersion": "1.4.3",
|
|
279
|
-
"contractPackageVersion": "1.1.
|
|
284
|
+
"contractPackageVersion": "1.1.102",
|
|
280
285
|
"contractVersion": "1.0.0",
|
|
281
286
|
"generatedFrom": "cli/lib/sdk_contract_service.cjs",
|
|
282
287
|
"generator": "scripts/generate_agent_contract_sdk.cjs",
|
|
283
|
-
"mcpToolCount":
|
|
288
|
+
"mcpToolCount": 137,
|
|
284
289
|
"package": {
|
|
285
290
|
"artifactSubpaths": {
|
|
286
291
|
"bundle": "generated/contract-registry.json",
|
|
@@ -306,9 +311,9 @@
|
|
|
306
311
|
"format": "node",
|
|
307
312
|
"name": "@thisispandora/agent-sdk",
|
|
308
313
|
"sourceProjectPath": "sdk/typescript/package.json",
|
|
309
|
-
"version": "0.1.0-alpha.
|
|
314
|
+
"version": "0.1.0-alpha.17"
|
|
310
315
|
},
|
|
311
|
-
"packageVersion": "0.1.0-alpha.
|
|
316
|
+
"packageVersion": "0.1.0-alpha.17",
|
|
312
317
|
"publishedSurfaces": {
|
|
313
318
|
"python": {
|
|
314
319
|
"artifactSubpaths": {
|
|
@@ -321,7 +326,7 @@
|
|
|
321
326
|
"module": "pandora_agent",
|
|
322
327
|
"name": "pandora-agent",
|
|
323
328
|
"sourceProjectPath": "sdk/python/pyproject.toml",
|
|
324
|
-
"version": "0.1.
|
|
329
|
+
"version": "0.1.0a11"
|
|
325
330
|
},
|
|
326
331
|
"root": {
|
|
327
332
|
"artifactSubpaths": {
|
|
@@ -358,7 +363,7 @@
|
|
|
358
363
|
"main": "cli/pandora.cjs",
|
|
359
364
|
"name": "pandora-cli-skills",
|
|
360
365
|
"sourceProjectPath": "package.json",
|
|
361
|
-
"version": "1.1.
|
|
366
|
+
"version": "1.1.102"
|
|
362
367
|
},
|
|
363
368
|
"typescript": {
|
|
364
369
|
"artifactSubpaths": {
|
|
@@ -385,21 +390,21 @@
|
|
|
385
390
|
"format": "node",
|
|
386
391
|
"name": "@thisispandora/agent-sdk",
|
|
387
392
|
"sourceProjectPath": "sdk/typescript/package.json",
|
|
388
|
-
"version": "0.1.0-alpha.
|
|
393
|
+
"version": "0.1.0-alpha.17"
|
|
389
394
|
}
|
|
390
395
|
},
|
|
391
396
|
"registryDigest": {
|
|
392
|
-
"canonicalHash": "
|
|
393
|
-
"commandDigestHash": "
|
|
394
|
-
"descriptorHash": "
|
|
395
|
-
"documentationHash": "
|
|
396
|
-
"fullDescriptorHash": "
|
|
397
|
-
"namespaceHash": "
|
|
398
|
-
"policyProfilesHash": "
|
|
397
|
+
"canonicalHash": "9d638ee641f11a5ff7361b639583b7420341f9f222587e8f58cdf276a69bc8fb",
|
|
398
|
+
"commandDigestHash": "b0122b3b2348544191cc7d015fbfe315a6a7b48b1fa6078bdfe7ce04ac5fddb4",
|
|
399
|
+
"descriptorHash": "5db51951712c8c6bfbff788633efe072205263efdf471f7d009e3b6383586f67",
|
|
400
|
+
"documentationHash": "301d2fc5988980ea7b7b6f0acefecfbde4428d0dea758c108a6c7cbf0b12f2a3",
|
|
401
|
+
"fullDescriptorHash": "ed9ceec0c217dbedb62068328ccafa33e294f1d56c11dbde3b56dfe29bd185b9",
|
|
402
|
+
"namespaceHash": "35a0e69c2f30bc8067d11ed5e75cfb3865d63bf662e001c15b0a7778e6b67ce7",
|
|
403
|
+
"policyProfilesHash": "9380d1d8e7a1104fb30f7ee76d155d9708dd3376f74df4d0bd67ae854f24ca8d",
|
|
399
404
|
"principalTemplatesHash": "525835bb3c4710fa326e662e8a961e74de1798f4fb1bccb2a00be557ed037740",
|
|
400
405
|
"routedTopLevelHash": "02e98ac94f1eadbeded065bef652f8a917f108a8a08726ad7163503cc1b3384d",
|
|
401
|
-
"topLevelHash": "
|
|
402
|
-
"trustDistributionHash": "
|
|
406
|
+
"topLevelHash": "db78e40057e3f231880214dd1ac6945ad4153d37df86118a188ef32086a96885",
|
|
407
|
+
"trustDistributionHash": "8f88ab1813598fc66630b07dd288c09ccdba942fe976abb20d4e90b760ca83fe"
|
|
403
408
|
},
|
|
404
409
|
"schemaVersion": "1.0.0"
|
|
405
410
|
}
|