@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
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"agent": {
|
|
3
3
|
"agentWorkflow": null,
|
|
4
4
|
"aliasOf": null,
|
|
5
|
+
"canRunConcurrent": true,
|
|
5
6
|
"canonicalCommandTokens": null,
|
|
6
7
|
"canonicalTool": null,
|
|
7
8
|
"canonicalUsage": null,
|
|
8
|
-
"canRunConcurrent": true,
|
|
9
9
|
"controlInputNames": [],
|
|
10
10
|
"dataSchema": "#/definitions/CommandHelpPayload",
|
|
11
11
|
"emits": [
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"agent.market.autocomplete": {
|
|
48
48
|
"agentWorkflow": null,
|
|
49
49
|
"aliasOf": null,
|
|
50
|
+
"canRunConcurrent": true,
|
|
50
51
|
"canonicalCommandTokens": [
|
|
51
52
|
"agent",
|
|
52
53
|
"market",
|
|
@@ -54,7 +55,6 @@
|
|
|
54
55
|
],
|
|
55
56
|
"canonicalTool": "agent.market.autocomplete",
|
|
56
57
|
"canonicalUsage": "pandora [--output table|json] agent market autocomplete --question <text> [--market-type amm|parimutuel]",
|
|
57
|
-
"canRunConcurrent": true,
|
|
58
58
|
"controlInputNames": [],
|
|
59
59
|
"dataSchema": "#/definitions/AgentMarketPromptPayload",
|
|
60
60
|
"emits": [
|
|
@@ -116,6 +116,7 @@
|
|
|
116
116
|
"agent.market.validate": {
|
|
117
117
|
"agentWorkflow": null,
|
|
118
118
|
"aliasOf": null,
|
|
119
|
+
"canRunConcurrent": true,
|
|
119
120
|
"canonicalCommandTokens": [
|
|
120
121
|
"agent",
|
|
121
122
|
"market",
|
|
@@ -123,7 +124,6 @@
|
|
|
123
124
|
],
|
|
124
125
|
"canonicalTool": "agent.market.validate",
|
|
125
126
|
"canonicalUsage": "pandora [--output table|json] agent market validate --question <text> --rules <text> --target-timestamp <unix-seconds> [--sources <url...>]",
|
|
126
|
-
"canRunConcurrent": true,
|
|
127
127
|
"controlInputNames": [],
|
|
128
128
|
"dataSchema": "#/definitions/AgentMarketPromptPayload",
|
|
129
129
|
"emits": [
|
|
@@ -196,12 +196,12 @@
|
|
|
196
196
|
"analyze": {
|
|
197
197
|
"agentWorkflow": null,
|
|
198
198
|
"aliasOf": null,
|
|
199
|
+
"canRunConcurrent": true,
|
|
199
200
|
"canonicalCommandTokens": [
|
|
200
201
|
"analyze"
|
|
201
202
|
],
|
|
202
203
|
"canonicalTool": "analyze",
|
|
203
204
|
"canonicalUsage": "pandora [--output table|json] analyze --market-address <address> [--provider <name>] [--model <id>] [--max-cost-usd <n>] [--temperature <n>] [--timeout-ms <ms>]",
|
|
204
|
-
"canRunConcurrent": true,
|
|
205
205
|
"controlInputNames": [],
|
|
206
206
|
"dataSchema": "#/definitions/AnalyzePayload",
|
|
207
207
|
"emits": [
|
|
@@ -286,10 +286,10 @@
|
|
|
286
286
|
"arb": {
|
|
287
287
|
"agentWorkflow": null,
|
|
288
288
|
"aliasOf": null,
|
|
289
|
+
"canRunConcurrent": true,
|
|
289
290
|
"canonicalCommandTokens": null,
|
|
290
291
|
"canonicalTool": null,
|
|
291
292
|
"canonicalUsage": null,
|
|
292
|
-
"canRunConcurrent": true,
|
|
293
293
|
"controlInputNames": [],
|
|
294
294
|
"dataSchema": "#/definitions/GenericCommandData",
|
|
295
295
|
"emits": [
|
|
@@ -334,13 +334,13 @@
|
|
|
334
334
|
"arb.scan": {
|
|
335
335
|
"agentWorkflow": null,
|
|
336
336
|
"aliasOf": null,
|
|
337
|
+
"canRunConcurrent": true,
|
|
337
338
|
"canonicalCommandTokens": [
|
|
338
339
|
"arb",
|
|
339
340
|
"scan"
|
|
340
341
|
],
|
|
341
342
|
"canonicalTool": "arb.scan",
|
|
342
343
|
"canonicalUsage": "pandora arb scan [--source pandora|polymarket] [--markets <csv>] --output ndjson|json [--limit <n>] [--min-net-spread-pct <n>|--min-spread-pct <n>] [--min-tvl <usdc>] [--fee-pct-per-leg <n>] [--slippage-pct-per-leg <n>] [--amount-usdc <n>] [--combinatorial] [--max-bundle-size <n>] [--similarity-threshold <0-1>] [--min-token-score <0-1>] [--max-close-diff-hours <n>] [--question-contains <text>] [--interval-ms <ms>] [--iterations <n>] [--indexer-url <url>] [--timeout-ms <ms>]",
|
|
343
|
-
"canRunConcurrent": true,
|
|
344
344
|
"controlInputNames": [],
|
|
345
345
|
"dataSchema": "#/definitions/ArbScanPayload",
|
|
346
346
|
"emits": [
|
|
@@ -476,10 +476,10 @@
|
|
|
476
476
|
"autopilot": {
|
|
477
477
|
"agentWorkflow": null,
|
|
478
478
|
"aliasOf": null,
|
|
479
|
+
"canRunConcurrent": true,
|
|
479
480
|
"canonicalCommandTokens": null,
|
|
480
481
|
"canonicalTool": null,
|
|
481
482
|
"canonicalUsage": null,
|
|
482
|
-
"canRunConcurrent": true,
|
|
483
483
|
"controlInputNames": [],
|
|
484
484
|
"dataSchema": "#/definitions/AutopilotPayload",
|
|
485
485
|
"emits": [
|
|
@@ -527,13 +527,13 @@
|
|
|
527
527
|
"autopilot.once": {
|
|
528
528
|
"agentWorkflow": null,
|
|
529
529
|
"aliasOf": null,
|
|
530
|
+
"canRunConcurrent": false,
|
|
530
531
|
"canonicalCommandTokens": [
|
|
531
532
|
"autopilot",
|
|
532
533
|
"once"
|
|
533
534
|
],
|
|
534
535
|
"canonicalTool": "autopilot.once",
|
|
535
536
|
"canonicalUsage": "pandora [--output table|json] autopilot once --market-address <address> --side yes|no --amount-usdc <amount> [--trigger-yes-below <0-100>] [--trigger-yes-above <0-100>] [--paper|--execute-live] [--interval-ms <ms>] [--cooldown-ms <ms>] [--max-amount-usdc <amount>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--state-file <path>] [--kill-switch-file <path>] [--webhook-url <url>] [--telegram-bot-token <token>] [--telegram-chat-id <id>] [--discord-webhook-url <url>]",
|
|
536
|
-
"canRunConcurrent": false,
|
|
537
537
|
"controlInputNames": [],
|
|
538
538
|
"dataSchema": "#/definitions/AutopilotPayload",
|
|
539
539
|
"emits": [
|
|
@@ -675,13 +675,13 @@
|
|
|
675
675
|
"autopilot.run": {
|
|
676
676
|
"agentWorkflow": null,
|
|
677
677
|
"aliasOf": null,
|
|
678
|
+
"canRunConcurrent": false,
|
|
678
679
|
"canonicalCommandTokens": [
|
|
679
680
|
"autopilot",
|
|
680
681
|
"run"
|
|
681
682
|
],
|
|
682
683
|
"canonicalTool": "autopilot.run",
|
|
683
684
|
"canonicalUsage": "pandora [--output table|json] autopilot run --market-address <address> --side yes|no --amount-usdc <amount> [--trigger-yes-below <0-100>] [--trigger-yes-above <0-100>] [--paper|--execute-live] [--interval-ms <ms>] [--cooldown-ms <ms>] [--max-amount-usdc <amount>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--state-file <path>] [--kill-switch-file <path>] [--webhook-url <url>] [--telegram-bot-token <token>] [--telegram-chat-id <id>] [--discord-webhook-url <url>]",
|
|
684
|
-
"canRunConcurrent": false,
|
|
685
685
|
"controlInputNames": [],
|
|
686
686
|
"dataSchema": "#/definitions/AutopilotPayload",
|
|
687
687
|
"emits": [
|
|
@@ -825,12 +825,12 @@
|
|
|
825
825
|
]
|
|
826
826
|
},
|
|
827
827
|
"aliasOf": null,
|
|
828
|
+
"canRunConcurrent": true,
|
|
828
829
|
"canonicalCommandTokens": [
|
|
829
830
|
"bootstrap"
|
|
830
831
|
],
|
|
831
832
|
"canonicalTool": "bootstrap",
|
|
832
833
|
"canonicalUsage": "pandora [--output json] bootstrap [--include-compatibility]",
|
|
833
|
-
"canRunConcurrent": true,
|
|
834
834
|
"controlInputNames": [],
|
|
835
835
|
"dataSchema": "#/definitions/BootstrapPayload",
|
|
836
836
|
"emits": [
|
|
@@ -884,12 +884,12 @@
|
|
|
884
884
|
"capabilities": {
|
|
885
885
|
"agentWorkflow": null,
|
|
886
886
|
"aliasOf": null,
|
|
887
|
+
"canRunConcurrent": true,
|
|
887
888
|
"canonicalCommandTokens": [
|
|
888
889
|
"capabilities"
|
|
889
890
|
],
|
|
890
891
|
"canonicalTool": "capabilities",
|
|
891
892
|
"canonicalUsage": "pandora [--output json] capabilities [--include-compatibility] [--runtime-local-readiness]",
|
|
892
|
-
"canRunConcurrent": true,
|
|
893
893
|
"controlInputNames": [],
|
|
894
894
|
"dataSchema": "#/definitions/CapabilitiesPayload",
|
|
895
895
|
"emits": [
|
|
@@ -945,12 +945,12 @@
|
|
|
945
945
|
"claim": {
|
|
946
946
|
"agentWorkflow": null,
|
|
947
947
|
"aliasOf": null,
|
|
948
|
+
"canRunConcurrent": false,
|
|
948
949
|
"canonicalCommandTokens": [
|
|
949
950
|
"claim"
|
|
950
951
|
],
|
|
951
952
|
"canonicalTool": "claim",
|
|
952
953
|
"canonicalUsage": "pandora [--output table|json] claim [--dotenv-path <path>] [--skip-dotenv] --market-address <address>|--all [--wallet <address>] --dry-run|--execute [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--chain-id <id>] [--rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--indexer-url <url>] [--timeout-ms <ms>]",
|
|
953
|
-
"canRunConcurrent": false,
|
|
954
954
|
"controlInputNames": [],
|
|
955
955
|
"dataSchema": "#/definitions/ClaimPayload",
|
|
956
956
|
"emits": [
|
|
@@ -1102,10 +1102,10 @@
|
|
|
1102
1102
|
]
|
|
1103
1103
|
},
|
|
1104
1104
|
"aliasOf": null,
|
|
1105
|
+
"canRunConcurrent": false,
|
|
1105
1106
|
"canonicalCommandTokens": null,
|
|
1106
1107
|
"canonicalTool": null,
|
|
1107
1108
|
"canonicalUsage": null,
|
|
1108
|
-
"canRunConcurrent": false,
|
|
1109
1109
|
"controlInputNames": [],
|
|
1110
1110
|
"dataSchema": "#/definitions/GenericCommandData",
|
|
1111
1111
|
"emits": [
|
|
@@ -1152,10 +1152,10 @@
|
|
|
1152
1152
|
"doctor": {
|
|
1153
1153
|
"agentWorkflow": null,
|
|
1154
1154
|
"aliasOf": null,
|
|
1155
|
+
"canRunConcurrent": true,
|
|
1155
1156
|
"canonicalCommandTokens": null,
|
|
1156
1157
|
"canonicalTool": null,
|
|
1157
1158
|
"canonicalUsage": null,
|
|
1158
|
-
"canRunConcurrent": true,
|
|
1159
1159
|
"controlInputNames": [],
|
|
1160
1160
|
"dataSchema": "#/definitions/DoctorPayload",
|
|
1161
1161
|
"emits": [
|
|
@@ -1202,10 +1202,10 @@
|
|
|
1202
1202
|
"events": {
|
|
1203
1203
|
"agentWorkflow": null,
|
|
1204
1204
|
"aliasOf": null,
|
|
1205
|
+
"canRunConcurrent": true,
|
|
1205
1206
|
"canonicalCommandTokens": null,
|
|
1206
1207
|
"canonicalTool": null,
|
|
1207
1208
|
"canonicalUsage": null,
|
|
1208
|
-
"canRunConcurrent": true,
|
|
1209
1209
|
"controlInputNames": [],
|
|
1210
1210
|
"dataSchema": "#/definitions/PagedEntityPayload",
|
|
1211
1211
|
"emits": [
|
|
@@ -1250,13 +1250,13 @@
|
|
|
1250
1250
|
"events.get": {
|
|
1251
1251
|
"agentWorkflow": null,
|
|
1252
1252
|
"aliasOf": null,
|
|
1253
|
+
"canRunConcurrent": true,
|
|
1253
1254
|
"canonicalCommandTokens": [
|
|
1254
1255
|
"events",
|
|
1255
1256
|
"get"
|
|
1256
1257
|
],
|
|
1257
1258
|
"canonicalTool": "events.get",
|
|
1258
1259
|
"canonicalUsage": "pandora [--output table|json] events get --id <id>",
|
|
1259
|
-
"canRunConcurrent": true,
|
|
1260
1260
|
"controlInputNames": [],
|
|
1261
1261
|
"dataSchema": "#/definitions/EntityCollectionPayload",
|
|
1262
1262
|
"emits": [
|
|
@@ -1315,13 +1315,13 @@
|
|
|
1315
1315
|
"events.list": {
|
|
1316
1316
|
"agentWorkflow": null,
|
|
1317
1317
|
"aliasOf": null,
|
|
1318
|
+
"canRunConcurrent": true,
|
|
1318
1319
|
"canonicalCommandTokens": [
|
|
1319
1320
|
"events",
|
|
1320
1321
|
"list"
|
|
1321
1322
|
],
|
|
1322
1323
|
"canonicalTool": "events.list",
|
|
1323
1324
|
"canonicalUsage": "pandora [--output table|json] events list [--wallet <address>] [--market-address <address>] [--chain-id <id>] [--status open|won|lost|closed|all] [--limit <n>] [--after <cursor>] [--before <cursor>] [--order-by <field>] [--order-direction asc|desc]",
|
|
1324
|
-
"canRunConcurrent": true,
|
|
1325
1325
|
"controlInputNames": [],
|
|
1326
1326
|
"dataSchema": "#/definitions/PagedEntityPayload",
|
|
1327
1327
|
"emits": [
|
|
@@ -1420,12 +1420,12 @@
|
|
|
1420
1420
|
"export": {
|
|
1421
1421
|
"agentWorkflow": null,
|
|
1422
1422
|
"aliasOf": null,
|
|
1423
|
+
"canRunConcurrent": false,
|
|
1423
1424
|
"canonicalCommandTokens": [
|
|
1424
1425
|
"export"
|
|
1425
1426
|
],
|
|
1426
1427
|
"canonicalTool": "export",
|
|
1427
1428
|
"canonicalUsage": "pandora [--output table|json] export --wallet <address> --format csv|json [--chain-id <id>] [--year <yyyy>] [--from <unix>] [--to <unix>] [--out <path>]",
|
|
1428
|
-
"canRunConcurrent": false,
|
|
1429
1429
|
"controlInputNames": [],
|
|
1430
1430
|
"dataSchema": "#/definitions/ExportPayload",
|
|
1431
1431
|
"emits": [
|
|
@@ -1516,12 +1516,12 @@
|
|
|
1516
1516
|
"help": {
|
|
1517
1517
|
"agentWorkflow": null,
|
|
1518
1518
|
"aliasOf": null,
|
|
1519
|
+
"canRunConcurrent": true,
|
|
1519
1520
|
"canonicalCommandTokens": [
|
|
1520
1521
|
"help"
|
|
1521
1522
|
],
|
|
1522
1523
|
"canonicalTool": "help",
|
|
1523
1524
|
"canonicalUsage": "pandora [--output table|json] help",
|
|
1524
|
-
"canRunConcurrent": true,
|
|
1525
1525
|
"controlInputNames": [],
|
|
1526
1526
|
"dataSchema": "#/definitions/HelpPayload",
|
|
1527
1527
|
"emits": [
|
|
@@ -1567,12 +1567,12 @@
|
|
|
1567
1567
|
"history": {
|
|
1568
1568
|
"agentWorkflow": null,
|
|
1569
1569
|
"aliasOf": null,
|
|
1570
|
+
"canRunConcurrent": true,
|
|
1570
1571
|
"canonicalCommandTokens": [
|
|
1571
1572
|
"history"
|
|
1572
1573
|
],
|
|
1573
1574
|
"canonicalTool": "history",
|
|
1574
1575
|
"canonicalUsage": "pandora [--output table|json] history --wallet <address> [--chain-id <id>] [--market-address <address>] [--side yes|no|both] [--status all|open|won|lost|closed] [--limit <n>] [--after <cursor>] [--before <cursor>] [--order-by timestamp|pnl|entry-price|mark-price] [--order-direction asc|desc] [--include-seed]",
|
|
1575
|
-
"canRunConcurrent": true,
|
|
1576
1576
|
"controlInputNames": [],
|
|
1577
1577
|
"dataSchema": "#/definitions/HistoryPayload",
|
|
1578
1578
|
"emits": [
|
|
@@ -1699,10 +1699,10 @@
|
|
|
1699
1699
|
"init-env": {
|
|
1700
1700
|
"agentWorkflow": null,
|
|
1701
1701
|
"aliasOf": null,
|
|
1702
|
+
"canRunConcurrent": false,
|
|
1702
1703
|
"canonicalCommandTokens": null,
|
|
1703
1704
|
"canonicalTool": null,
|
|
1704
1705
|
"canonicalUsage": null,
|
|
1705
|
-
"canRunConcurrent": false,
|
|
1706
1706
|
"controlInputNames": [],
|
|
1707
1707
|
"dataSchema": "#/definitions/InitEnvPayload",
|
|
1708
1708
|
"emits": [
|
|
@@ -1759,10 +1759,10 @@
|
|
|
1759
1759
|
]
|
|
1760
1760
|
},
|
|
1761
1761
|
"aliasOf": null,
|
|
1762
|
+
"canRunConcurrent": false,
|
|
1762
1763
|
"canonicalCommandTokens": null,
|
|
1763
1764
|
"canonicalTool": null,
|
|
1764
1765
|
"canonicalUsage": null,
|
|
1765
|
-
"canRunConcurrent": false,
|
|
1766
1766
|
"controlInputNames": [],
|
|
1767
1767
|
"dataSchema": "#/definitions/GenericCommandData",
|
|
1768
1768
|
"emits": [
|
|
@@ -1807,12 +1807,12 @@
|
|
|
1807
1807
|
"leaderboard": {
|
|
1808
1808
|
"agentWorkflow": null,
|
|
1809
1809
|
"aliasOf": null,
|
|
1810
|
+
"canRunConcurrent": true,
|
|
1810
1811
|
"canonicalCommandTokens": [
|
|
1811
1812
|
"leaderboard"
|
|
1812
1813
|
],
|
|
1813
1814
|
"canonicalTool": "leaderboard",
|
|
1814
1815
|
"canonicalUsage": "pandora [--output table|json] leaderboard [--metric profit|volume|win-rate] [--chain-id <id>] [--limit <n>] [--min-trades <n>]",
|
|
1815
|
-
"canRunConcurrent": true,
|
|
1816
1816
|
"controlInputNames": [],
|
|
1817
1817
|
"dataSchema": "#/definitions/LeaderboardPayload",
|
|
1818
1818
|
"emits": [
|
|
@@ -1895,10 +1895,10 @@
|
|
|
1895
1895
|
"lifecycle": {
|
|
1896
1896
|
"agentWorkflow": null,
|
|
1897
1897
|
"aliasOf": null,
|
|
1898
|
+
"canRunConcurrent": true,
|
|
1898
1899
|
"canonicalCommandTokens": null,
|
|
1899
1900
|
"canonicalTool": null,
|
|
1900
1901
|
"canonicalUsage": null,
|
|
1901
|
-
"canRunConcurrent": true,
|
|
1902
1902
|
"controlInputNames": [],
|
|
1903
1903
|
"dataSchema": "#/definitions/LifecyclePayload",
|
|
1904
1904
|
"emits": [
|
|
@@ -1943,13 +1943,13 @@
|
|
|
1943
1943
|
"lifecycle.resolve": {
|
|
1944
1944
|
"agentWorkflow": null,
|
|
1945
1945
|
"aliasOf": null,
|
|
1946
|
+
"canRunConcurrent": false,
|
|
1946
1947
|
"canonicalCommandTokens": [
|
|
1947
1948
|
"lifecycle",
|
|
1948
1949
|
"resolve"
|
|
1949
1950
|
],
|
|
1950
1951
|
"canonicalTool": "lifecycle.resolve",
|
|
1951
1952
|
"canonicalUsage": "pandora [--output table|json] lifecycle resolve --id <id> --confirm",
|
|
1952
|
-
"canRunConcurrent": false,
|
|
1953
1953
|
"controlInputNames": [],
|
|
1954
1954
|
"dataSchema": "#/definitions/LifecyclePayload",
|
|
1955
1955
|
"emits": [
|
|
@@ -2023,13 +2023,13 @@
|
|
|
2023
2023
|
"lifecycle.start": {
|
|
2024
2024
|
"agentWorkflow": null,
|
|
2025
2025
|
"aliasOf": null,
|
|
2026
|
+
"canRunConcurrent": false,
|
|
2026
2027
|
"canonicalCommandTokens": [
|
|
2027
2028
|
"lifecycle",
|
|
2028
2029
|
"start"
|
|
2029
2030
|
],
|
|
2030
2031
|
"canonicalTool": "lifecycle.start",
|
|
2031
2032
|
"canonicalUsage": "pandora [--output table|json] lifecycle start --config <file>",
|
|
2032
|
-
"canRunConcurrent": false,
|
|
2033
2033
|
"controlInputNames": [],
|
|
2034
2034
|
"dataSchema": "#/definitions/LifecyclePayload",
|
|
2035
2035
|
"emits": [
|
|
@@ -2099,13 +2099,13 @@
|
|
|
2099
2099
|
"lifecycle.status": {
|
|
2100
2100
|
"agentWorkflow": null,
|
|
2101
2101
|
"aliasOf": null,
|
|
2102
|
+
"canRunConcurrent": true,
|
|
2102
2103
|
"canonicalCommandTokens": [
|
|
2103
2104
|
"lifecycle",
|
|
2104
2105
|
"status"
|
|
2105
2106
|
],
|
|
2106
2107
|
"canonicalTool": "lifecycle.status",
|
|
2107
2108
|
"canonicalUsage": "pandora [--output table|json] lifecycle status --id <id>",
|
|
2108
|
-
"canRunConcurrent": true,
|
|
2109
2109
|
"controlInputNames": [],
|
|
2110
2110
|
"dataSchema": "#/definitions/LifecyclePayload",
|
|
2111
2111
|
"emits": [
|
|
@@ -2164,10 +2164,10 @@
|
|
|
2164
2164
|
"lp": {
|
|
2165
2165
|
"agentWorkflow": null,
|
|
2166
2166
|
"aliasOf": null,
|
|
2167
|
+
"canRunConcurrent": false,
|
|
2167
2168
|
"canonicalCommandTokens": null,
|
|
2168
2169
|
"canonicalTool": null,
|
|
2169
2170
|
"canonicalUsage": null,
|
|
2170
|
-
"canRunConcurrent": false,
|
|
2171
2171
|
"controlInputNames": [],
|
|
2172
2172
|
"dataSchema": "#/definitions/LpPayload",
|
|
2173
2173
|
"emits": [
|
|
@@ -2211,18 +2211,18 @@
|
|
|
2211
2211
|
"summary": "LP command family help and routing entrypoint.",
|
|
2212
2212
|
"supportsRemote": false,
|
|
2213
2213
|
"supportsWebhook": false,
|
|
2214
|
-
"usage": "pandora [--output table|json] lp add|remove|positions [--market-address <address>] [--wallet <address>] [--amount-usdc <n>] [--lp-tokens <n>|--all|--all-markets] [--dry-run|--execute] [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--chain-id <id>] [--rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--usdc <address>] [--deadline-seconds <n>] [--indexer-url <url>] [--timeout-ms <ms>]"
|
|
2214
|
+
"usage": "pandora [--output table|json] lp add|remove|positions [--market-address <address>] [--wallet <address>] [--amount-usdc <n>] [--lp-tokens <n>|--all|--all-markets] [--dry-run|--execute] [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--chain-id <id>] [--rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--usdc <address>] [--deadline-seconds <n>] [--indexer-url <url>] [--timeout-ms <ms>]\npandora [--output table|json] lp simulate-remove --market-address <address> [--wallet <address>] [--lp-tokens <n>|--all] [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--chain-id <id>] [--rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>]"
|
|
2215
2215
|
},
|
|
2216
2216
|
"lp.add": {
|
|
2217
2217
|
"agentWorkflow": null,
|
|
2218
2218
|
"aliasOf": null,
|
|
2219
|
+
"canRunConcurrent": false,
|
|
2219
2220
|
"canonicalCommandTokens": [
|
|
2220
2221
|
"lp",
|
|
2221
2222
|
"add"
|
|
2222
2223
|
],
|
|
2223
2224
|
"canonicalTool": "lp.add",
|
|
2224
2225
|
"canonicalUsage": "pandora [--output table|json] lp add --market-address <address> --amount-usdc <n> --dry-run|--execute [--wallet <address>] [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--chain-id <id>] [--rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--usdc <address>] [--deadline-seconds <n>] [--indexer-url <url>] [--timeout-ms <ms>]",
|
|
2225
|
-
"canRunConcurrent": false,
|
|
2226
2226
|
"controlInputNames": [],
|
|
2227
2227
|
"dataSchema": "#/definitions/LpPayload",
|
|
2228
2228
|
"emits": [
|
|
@@ -2367,13 +2367,13 @@
|
|
|
2367
2367
|
"lp.positions": {
|
|
2368
2368
|
"agentWorkflow": null,
|
|
2369
2369
|
"aliasOf": null,
|
|
2370
|
+
"canRunConcurrent": true,
|
|
2370
2371
|
"canonicalCommandTokens": [
|
|
2371
2372
|
"lp",
|
|
2372
2373
|
"positions"
|
|
2373
2374
|
],
|
|
2374
2375
|
"canonicalTool": "lp.positions",
|
|
2375
2376
|
"canonicalUsage": "pandora [--output table|json] lp positions [--market-address <address>] [--wallet <address>] [--indexer-url <url>] [--timeout-ms <ms>] [--rpc-url <url>]",
|
|
2376
|
-
"canRunConcurrent": true,
|
|
2377
2377
|
"controlInputNames": [],
|
|
2378
2378
|
"dataSchema": "#/definitions/LpPayload",
|
|
2379
2379
|
"emits": [
|
|
@@ -2446,13 +2446,13 @@
|
|
|
2446
2446
|
"lp.remove": {
|
|
2447
2447
|
"agentWorkflow": null,
|
|
2448
2448
|
"aliasOf": null,
|
|
2449
|
+
"canRunConcurrent": false,
|
|
2449
2450
|
"canonicalCommandTokens": [
|
|
2450
2451
|
"lp",
|
|
2451
2452
|
"remove"
|
|
2452
2453
|
],
|
|
2453
2454
|
"canonicalTool": "lp.remove",
|
|
2454
2455
|
"canonicalUsage": "pandora [--output table|json] lp remove [--market-address <address>] [--wallet <address>] [--lp-tokens <n>|--all|--all-markets] --dry-run|--execute [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--chain-id <id>] [--rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--usdc <address>] [--deadline-seconds <n>] [--indexer-url <url>] [--timeout-ms <ms>]",
|
|
2455
|
-
"canRunConcurrent": false,
|
|
2456
2456
|
"controlInputNames": [],
|
|
2457
2457
|
"dataSchema": "#/definitions/LpPayload",
|
|
2458
2458
|
"emits": [
|
|
@@ -2598,13 +2598,137 @@
|
|
|
2598
2598
|
"supportsWebhook": false,
|
|
2599
2599
|
"usage": "pandora [--output table|json] lp remove [--market-address <address>] [--wallet <address>] [--lp-tokens <n>|--all|--all-markets] --dry-run|--execute [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--chain-id <id>] [--rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--usdc <address>] [--deadline-seconds <n>] [--indexer-url <url>] [--timeout-ms <ms>]"
|
|
2600
2600
|
},
|
|
2601
|
+
"lp.simulate-remove": {
|
|
2602
|
+
"agentWorkflow": null,
|
|
2603
|
+
"aliasOf": null,
|
|
2604
|
+
"canRunConcurrent": true,
|
|
2605
|
+
"canonicalCommandTokens": [
|
|
2606
|
+
"lp",
|
|
2607
|
+
"simulate-remove"
|
|
2608
|
+
],
|
|
2609
|
+
"canonicalTool": "lp.simulate-remove",
|
|
2610
|
+
"canonicalUsage": "pandora [--output table|json] lp simulate-remove --market-address <address> [--wallet <address>] [--lp-tokens <n>|--all] [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--chain-id <id>] [--rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>]",
|
|
2611
|
+
"controlInputNames": [],
|
|
2612
|
+
"dataSchema": "#/definitions/LpPayload",
|
|
2613
|
+
"emits": [
|
|
2614
|
+
"lp.help"
|
|
2615
|
+
],
|
|
2616
|
+
"executeFlags": [],
|
|
2617
|
+
"executeIntentRequired": false,
|
|
2618
|
+
"executeIntentRequiredForLiveMode": false,
|
|
2619
|
+
"expectedLatencyMs": 5000,
|
|
2620
|
+
"externalDependencies": [
|
|
2621
|
+
"wallet-secrets",
|
|
2622
|
+
"chain-rpc"
|
|
2623
|
+
],
|
|
2624
|
+
"helpDataSchema": "#/definitions/CommandHelpPayload",
|
|
2625
|
+
"idempotency": "idempotent",
|
|
2626
|
+
"inputSchema": {
|
|
2627
|
+
"additionalProperties": false,
|
|
2628
|
+
"anyOf": [
|
|
2629
|
+
{
|
|
2630
|
+
"required": [
|
|
2631
|
+
"lp-tokens"
|
|
2632
|
+
]
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"required": [
|
|
2636
|
+
"all"
|
|
2637
|
+
]
|
|
2638
|
+
}
|
|
2639
|
+
],
|
|
2640
|
+
"properties": {
|
|
2641
|
+
"all": {
|
|
2642
|
+
"description": "Preview removing the full LP balance for the selected market.",
|
|
2643
|
+
"type": "boolean"
|
|
2644
|
+
},
|
|
2645
|
+
"chain-id": {
|
|
2646
|
+
"description": "Chain id.",
|
|
2647
|
+
"minimum": 1,
|
|
2648
|
+
"type": "integer"
|
|
2649
|
+
},
|
|
2650
|
+
"fork": {
|
|
2651
|
+
"description": "Run in fork mode.",
|
|
2652
|
+
"type": "boolean"
|
|
2653
|
+
},
|
|
2654
|
+
"fork-chain-id": {
|
|
2655
|
+
"description": "Fork chain id.",
|
|
2656
|
+
"minimum": 1,
|
|
2657
|
+
"type": "integer"
|
|
2658
|
+
},
|
|
2659
|
+
"fork-rpc-url": {
|
|
2660
|
+
"description": "Fork RPC URL.",
|
|
2661
|
+
"type": "string"
|
|
2662
|
+
},
|
|
2663
|
+
"lp-tokens": {
|
|
2664
|
+
"description": "LP token amount to preview removing.",
|
|
2665
|
+
"minimum": 0,
|
|
2666
|
+
"type": "number"
|
|
2667
|
+
},
|
|
2668
|
+
"market-address": {
|
|
2669
|
+
"description": "Market address.",
|
|
2670
|
+
"type": "string"
|
|
2671
|
+
},
|
|
2672
|
+
"private-key": {
|
|
2673
|
+
"description": "Hex private key.",
|
|
2674
|
+
"type": "string"
|
|
2675
|
+
},
|
|
2676
|
+
"profile-file": {
|
|
2677
|
+
"description": "Path to a signer profile file.",
|
|
2678
|
+
"type": "string"
|
|
2679
|
+
},
|
|
2680
|
+
"profile-id": {
|
|
2681
|
+
"description": "Named signer profile id.",
|
|
2682
|
+
"type": "string"
|
|
2683
|
+
},
|
|
2684
|
+
"rpc-url": {
|
|
2685
|
+
"description": "RPC URL.",
|
|
2686
|
+
"type": "string"
|
|
2687
|
+
},
|
|
2688
|
+
"wallet": {
|
|
2689
|
+
"description": "Wallet address.",
|
|
2690
|
+
"type": "string"
|
|
2691
|
+
}
|
|
2692
|
+
},
|
|
2693
|
+
"required": [
|
|
2694
|
+
"market-address"
|
|
2695
|
+
],
|
|
2696
|
+
"type": "object"
|
|
2697
|
+
},
|
|
2698
|
+
"jobCapable": false,
|
|
2699
|
+
"mcpExposed": true,
|
|
2700
|
+
"mcpLongRunningBlocked": false,
|
|
2701
|
+
"mcpMutating": false,
|
|
2702
|
+
"outputModes": [
|
|
2703
|
+
"table",
|
|
2704
|
+
"json"
|
|
2705
|
+
],
|
|
2706
|
+
"policyScopes": [
|
|
2707
|
+
"lp:read",
|
|
2708
|
+
"secrets:use",
|
|
2709
|
+
"network:rpc"
|
|
2710
|
+
],
|
|
2711
|
+
"preferred": true,
|
|
2712
|
+
"recommendedPreflightTool": null,
|
|
2713
|
+
"remoteEligible": true,
|
|
2714
|
+
"requiresSecrets": true,
|
|
2715
|
+
"returnsOperationId": false,
|
|
2716
|
+
"returnsRuntimeHandle": false,
|
|
2717
|
+
"riskLevel": "medium",
|
|
2718
|
+
"safeEquivalent": null,
|
|
2719
|
+
"safeFlags": [],
|
|
2720
|
+
"summary": "Preview LP removal without submitting a transaction.",
|
|
2721
|
+
"supportsRemote": true,
|
|
2722
|
+
"supportsWebhook": false,
|
|
2723
|
+
"usage": "pandora [--output table|json] lp simulate-remove --market-address <address> [--wallet <address>] [--lp-tokens <n>|--all] [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--chain-id <id>] [--rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>]"
|
|
2724
|
+
},
|
|
2601
2725
|
"markets": {
|
|
2602
2726
|
"agentWorkflow": null,
|
|
2603
2727
|
"aliasOf": null,
|
|
2728
|
+
"canRunConcurrent": true,
|
|
2604
2729
|
"canonicalCommandTokens": null,
|
|
2605
2730
|
"canonicalTool": null,
|
|
2606
2731
|
"canonicalUsage": null,
|
|
2607
|
-
"canRunConcurrent": true,
|
|
2608
2732
|
"controlInputNames": [],
|
|
2609
2733
|
"dataSchema": "#/definitions/GenericCommandData",
|
|
2610
2734
|
"emits": [
|
|
@@ -2649,13 +2773,13 @@
|
|
|
2649
2773
|
"markets.get": {
|
|
2650
2774
|
"agentWorkflow": null,
|
|
2651
2775
|
"aliasOf": null,
|
|
2776
|
+
"canRunConcurrent": true,
|
|
2652
2777
|
"canonicalCommandTokens": [
|
|
2653
2778
|
"markets",
|
|
2654
2779
|
"get"
|
|
2655
2780
|
],
|
|
2656
2781
|
"canonicalTool": "markets.get",
|
|
2657
2782
|
"canonicalUsage": "pandora [--output table|json] markets get [--id <id> ...] [--stdin]",
|
|
2658
|
-
"canRunConcurrent": true,
|
|
2659
2783
|
"controlInputNames": [],
|
|
2660
2784
|
"dataSchema": "#/definitions/EntityCollectionPayload",
|
|
2661
2785
|
"emits": [
|
|
@@ -2725,13 +2849,13 @@
|
|
|
2725
2849
|
"markets.list": {
|
|
2726
2850
|
"agentWorkflow": null,
|
|
2727
2851
|
"aliasOf": null,
|
|
2852
|
+
"canRunConcurrent": true,
|
|
2728
2853
|
"canonicalCommandTokens": [
|
|
2729
2854
|
"markets",
|
|
2730
2855
|
"list"
|
|
2731
2856
|
],
|
|
2732
2857
|
"canonicalTool": "markets.list",
|
|
2733
2858
|
"canonicalUsage": "pandora [--output table|json] markets list [--limit <n>] [--after <cursor>] [--before <cursor>] [--order-by <field>] [--order-direction asc|desc] [--chain-id <id>] [--creator <address>] [--poll-address <address>] [--market-type <type>|--type <type>] [--where-json <json>] [--active|--resolved|--expiring-soon] [--expiring-hours <n>] [--min-tvl <usdc>] [--hedgeable] [--expand] [--with-odds]",
|
|
2734
|
-
"canRunConcurrent": true,
|
|
2735
2859
|
"controlInputNames": [],
|
|
2736
2860
|
"dataSchema": "#/definitions/PagedEntityPayload",
|
|
2737
2861
|
"emits": [
|
|
@@ -2870,10 +2994,10 @@
|
|
|
2870
2994
|
"mcp": {
|
|
2871
2995
|
"agentWorkflow": null,
|
|
2872
2996
|
"aliasOf": null,
|
|
2997
|
+
"canRunConcurrent": false,
|
|
2873
2998
|
"canonicalCommandTokens": null,
|
|
2874
2999
|
"canonicalTool": null,
|
|
2875
3000
|
"canonicalUsage": null,
|
|
2876
|
-
"canRunConcurrent": false,
|
|
2877
3001
|
"controlInputNames": [],
|
|
2878
3002
|
"dataSchema": "#/definitions/McpHelpPayload",
|
|
2879
3003
|
"emits": [
|
|
@@ -2916,10 +3040,10 @@
|
|
|
2916
3040
|
"mirror": {
|
|
2917
3041
|
"agentWorkflow": null,
|
|
2918
3042
|
"aliasOf": null,
|
|
3043
|
+
"canRunConcurrent": true,
|
|
2919
3044
|
"canonicalCommandTokens": null,
|
|
2920
3045
|
"canonicalTool": null,
|
|
2921
3046
|
"canonicalUsage": null,
|
|
2922
|
-
"canRunConcurrent": true,
|
|
2923
3047
|
"controlInputNames": [],
|
|
2924
3048
|
"dataSchema": "#/definitions/GenericCommandData",
|
|
2925
3049
|
"emits": [
|
|
@@ -2937,7 +3061,191 @@
|
|
|
2937
3061
|
"idempotency": "idempotent",
|
|
2938
3062
|
"inputSchema": null,
|
|
2939
3063
|
"jobCapable": false,
|
|
2940
|
-
"mcpExposed": false,
|
|
3064
|
+
"mcpExposed": false,
|
|
3065
|
+
"mcpLongRunningBlocked": false,
|
|
3066
|
+
"mcpMutating": false,
|
|
3067
|
+
"outputModes": [
|
|
3068
|
+
"table",
|
|
3069
|
+
"json"
|
|
3070
|
+
],
|
|
3071
|
+
"policyScopes": [
|
|
3072
|
+
"mirror:read",
|
|
3073
|
+
"network:rpc",
|
|
3074
|
+
"network:polymarket"
|
|
3075
|
+
],
|
|
3076
|
+
"preferred": false,
|
|
3077
|
+
"recommendedPreflightTool": null,
|
|
3078
|
+
"remoteEligible": false,
|
|
3079
|
+
"requiresSecrets": false,
|
|
3080
|
+
"returnsOperationId": false,
|
|
3081
|
+
"returnsRuntimeHandle": false,
|
|
3082
|
+
"riskLevel": "low",
|
|
3083
|
+
"safeEquivalent": null,
|
|
3084
|
+
"safeFlags": [],
|
|
3085
|
+
"summary": "Mirror command family help and routing entrypoint.",
|
|
3086
|
+
"supportsRemote": false,
|
|
3087
|
+
"supportsWebhook": false,
|
|
3088
|
+
"usage": "pandora [--output table|json] mirror browse|plan|deploy|verify|lp-explain|hedge-calc|simulate|go|sync|status|close ..."
|
|
3089
|
+
},
|
|
3090
|
+
"mirror.audit": {
|
|
3091
|
+
"agentWorkflow": null,
|
|
3092
|
+
"aliasOf": null,
|
|
3093
|
+
"canRunConcurrent": true,
|
|
3094
|
+
"canonicalCommandTokens": [
|
|
3095
|
+
"mirror",
|
|
3096
|
+
"audit"
|
|
3097
|
+
],
|
|
3098
|
+
"canonicalTool": "mirror.audit",
|
|
3099
|
+
"canonicalUsage": "pandora [--output table|json] mirror audit --state-file <path>|--strategy-hash <hash>|(--pandora-market-address <address>|--market-address <address>) (--polymarket-market-id <id>|--polymarket-slug <slug>) [--with-live] [--trust-deploy] [--manifest-file <path>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--indexer-url <url>] [--timeout-ms <ms>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>]",
|
|
3100
|
+
"controlInputNames": [],
|
|
3101
|
+
"dataSchema": "#/definitions/MirrorAuditPayload",
|
|
3102
|
+
"emits": [
|
|
3103
|
+
"mirror.audit",
|
|
3104
|
+
"mirror.audit.help"
|
|
3105
|
+
],
|
|
3106
|
+
"executeFlags": [],
|
|
3107
|
+
"executeIntentRequired": false,
|
|
3108
|
+
"executeIntentRequiredForLiveMode": false,
|
|
3109
|
+
"expectedLatencyMs": 1200,
|
|
3110
|
+
"externalDependencies": [
|
|
3111
|
+
"filesystem",
|
|
3112
|
+
"indexer-api",
|
|
3113
|
+
"chain-rpc",
|
|
3114
|
+
"polymarket-api"
|
|
3115
|
+
],
|
|
3116
|
+
"helpDataSchema": "#/definitions/CommandHelpPayload",
|
|
3117
|
+
"idempotency": "idempotent",
|
|
3118
|
+
"inputSchema": {
|
|
3119
|
+
"additionalProperties": false,
|
|
3120
|
+
"anyOf": [
|
|
3121
|
+
{
|
|
3122
|
+
"required": [
|
|
3123
|
+
"state-file"
|
|
3124
|
+
]
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"required": [
|
|
3128
|
+
"strategy-hash"
|
|
3129
|
+
]
|
|
3130
|
+
}
|
|
3131
|
+
],
|
|
3132
|
+
"oneOf": [
|
|
3133
|
+
{
|
|
3134
|
+
"not": {
|
|
3135
|
+
"anyOf": [
|
|
3136
|
+
{
|
|
3137
|
+
"required": [
|
|
3138
|
+
"strategy-hash"
|
|
3139
|
+
]
|
|
3140
|
+
},
|
|
3141
|
+
{
|
|
3142
|
+
"required": [
|
|
3143
|
+
"strategy-hash"
|
|
3144
|
+
]
|
|
3145
|
+
}
|
|
3146
|
+
]
|
|
3147
|
+
},
|
|
3148
|
+
"required": [
|
|
3149
|
+
"state-file"
|
|
3150
|
+
]
|
|
3151
|
+
},
|
|
3152
|
+
{
|
|
3153
|
+
"not": {
|
|
3154
|
+
"anyOf": [
|
|
3155
|
+
{
|
|
3156
|
+
"required": [
|
|
3157
|
+
"state-file"
|
|
3158
|
+
]
|
|
3159
|
+
},
|
|
3160
|
+
{
|
|
3161
|
+
"required": [
|
|
3162
|
+
"state-file"
|
|
3163
|
+
]
|
|
3164
|
+
}
|
|
3165
|
+
]
|
|
3166
|
+
},
|
|
3167
|
+
"required": [
|
|
3168
|
+
"strategy-hash"
|
|
3169
|
+
]
|
|
3170
|
+
}
|
|
3171
|
+
],
|
|
3172
|
+
"properties": {
|
|
3173
|
+
"drift-trigger-bps": {
|
|
3174
|
+
"description": "Drift trigger in basis points used when projecting live sync posture.",
|
|
3175
|
+
"minimum": 1,
|
|
3176
|
+
"type": "integer"
|
|
3177
|
+
},
|
|
3178
|
+
"hedge-trigger-usdc": {
|
|
3179
|
+
"description": "Hedge trigger size in USDC used when projecting live sync posture.",
|
|
3180
|
+
"minimum": 0,
|
|
3181
|
+
"type": "number"
|
|
3182
|
+
},
|
|
3183
|
+
"indexer-url": {
|
|
3184
|
+
"description": "Indexer base URL.",
|
|
3185
|
+
"type": "string"
|
|
3186
|
+
},
|
|
3187
|
+
"manifest-file": {
|
|
3188
|
+
"description": "Mirror manifest path.",
|
|
3189
|
+
"type": "string"
|
|
3190
|
+
},
|
|
3191
|
+
"market-address": {
|
|
3192
|
+
"description": "Market address.",
|
|
3193
|
+
"type": "string"
|
|
3194
|
+
},
|
|
3195
|
+
"pandora-market-address": {
|
|
3196
|
+
"description": "Market address.",
|
|
3197
|
+
"type": "string"
|
|
3198
|
+
},
|
|
3199
|
+
"polymarket-gamma-mock-url": {
|
|
3200
|
+
"description": "Polymarket Gamma mock URL for live diagnostics.",
|
|
3201
|
+
"type": "string"
|
|
3202
|
+
},
|
|
3203
|
+
"polymarket-gamma-url": {
|
|
3204
|
+
"description": "Polymarket Gamma API base URL for live diagnostics.",
|
|
3205
|
+
"type": "string"
|
|
3206
|
+
},
|
|
3207
|
+
"polymarket-host": {
|
|
3208
|
+
"description": "Polymarket host override for live diagnostics.",
|
|
3209
|
+
"type": "string"
|
|
3210
|
+
},
|
|
3211
|
+
"polymarket-market-id": {
|
|
3212
|
+
"description": "Polymarket market id.",
|
|
3213
|
+
"type": "string"
|
|
3214
|
+
},
|
|
3215
|
+
"polymarket-mock-url": {
|
|
3216
|
+
"description": "Polymarket mock CLOB URL for live diagnostics.",
|
|
3217
|
+
"type": "string"
|
|
3218
|
+
},
|
|
3219
|
+
"polymarket-slug": {
|
|
3220
|
+
"description": "Polymarket slug.",
|
|
3221
|
+
"type": "string"
|
|
3222
|
+
},
|
|
3223
|
+
"state-file": {
|
|
3224
|
+
"description": "State file path.",
|
|
3225
|
+
"type": "string"
|
|
3226
|
+
},
|
|
3227
|
+
"strategy-hash": {
|
|
3228
|
+
"description": "Mirror strategy hash.",
|
|
3229
|
+
"type": "string"
|
|
3230
|
+
},
|
|
3231
|
+
"timeout-ms": {
|
|
3232
|
+
"description": "Request timeout in milliseconds.",
|
|
3233
|
+
"minimum": 1,
|
|
3234
|
+
"type": "integer"
|
|
3235
|
+
},
|
|
3236
|
+
"trust-deploy": {
|
|
3237
|
+
"description": "Trust manifest deploy pair.",
|
|
3238
|
+
"type": "boolean"
|
|
3239
|
+
},
|
|
3240
|
+
"with-live": {
|
|
3241
|
+
"description": "Attach current live cross-venue context to the persisted audit ledger.",
|
|
3242
|
+
"type": "boolean"
|
|
3243
|
+
}
|
|
3244
|
+
},
|
|
3245
|
+
"type": "object"
|
|
3246
|
+
},
|
|
3247
|
+
"jobCapable": false,
|
|
3248
|
+
"mcpExposed": true,
|
|
2941
3249
|
"mcpLongRunningBlocked": false,
|
|
2942
3250
|
"mcpMutating": false,
|
|
2943
3251
|
"outputModes": [
|
|
@@ -2947,32 +3255,33 @@
|
|
|
2947
3255
|
"policyScopes": [
|
|
2948
3256
|
"mirror:read",
|
|
2949
3257
|
"network:rpc",
|
|
3258
|
+
"network:indexer",
|
|
2950
3259
|
"network:polymarket"
|
|
2951
3260
|
],
|
|
2952
|
-
"preferred":
|
|
3261
|
+
"preferred": true,
|
|
2953
3262
|
"recommendedPreflightTool": null,
|
|
2954
|
-
"remoteEligible":
|
|
3263
|
+
"remoteEligible": true,
|
|
2955
3264
|
"requiresSecrets": false,
|
|
2956
3265
|
"returnsOperationId": false,
|
|
2957
3266
|
"returnsRuntimeHandle": false,
|
|
2958
3267
|
"riskLevel": "low",
|
|
2959
3268
|
"safeEquivalent": null,
|
|
2960
3269
|
"safeFlags": [],
|
|
2961
|
-
"summary": "
|
|
2962
|
-
"supportsRemote":
|
|
3270
|
+
"summary": "Read the mirror audit ledger with optional live context, preferring the append-only audit log when available.",
|
|
3271
|
+
"supportsRemote": true,
|
|
2963
3272
|
"supportsWebhook": false,
|
|
2964
|
-
"usage": "pandora [--output table|json] mirror
|
|
3273
|
+
"usage": "pandora [--output table|json] mirror audit --state-file <path>|--strategy-hash <hash>|(--pandora-market-address <address>|--market-address <address>) (--polymarket-market-id <id>|--polymarket-slug <slug>) [--with-live] [--trust-deploy] [--manifest-file <path>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--indexer-url <url>] [--timeout-ms <ms>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>]"
|
|
2965
3274
|
},
|
|
2966
3275
|
"mirror.browse": {
|
|
2967
3276
|
"agentWorkflow": null,
|
|
2968
3277
|
"aliasOf": null,
|
|
3278
|
+
"canRunConcurrent": true,
|
|
2969
3279
|
"canonicalCommandTokens": [
|
|
2970
3280
|
"mirror",
|
|
2971
3281
|
"browse"
|
|
2972
3282
|
],
|
|
2973
3283
|
"canonicalTool": "mirror.browse",
|
|
2974
3284
|
"canonicalUsage": "pandora [--output table|json] mirror browse [--min-yes-pct <n>] [--max-yes-pct <n>] [--min-volume-24h <n>] [--closes-after <date>|--end-date-after <date|72h>] [--closes-before <date>|--end-date-before <date|72h>] [--question-contains <text>|--keyword <text>] [--slug <text>] [--category sports|crypto|politics|entertainment] [--exclude-sports] [--sort-by volume24h|liquidity|endDate] [--limit <n>] [--chain-id <id>] [--polymarket-tag-id <id>] [--polymarket-tag-ids <csv>] [--sport-tag-id <id>] [--sport-tag-ids <csv>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>]",
|
|
2975
|
-
"canRunConcurrent": true,
|
|
2976
3285
|
"controlInputNames": [],
|
|
2977
3286
|
"dataSchema": "#/definitions/MirrorBrowsePayload",
|
|
2978
3287
|
"emits": [
|
|
@@ -3131,13 +3440,13 @@
|
|
|
3131
3440
|
"mirror.close": {
|
|
3132
3441
|
"agentWorkflow": null,
|
|
3133
3442
|
"aliasOf": null,
|
|
3443
|
+
"canRunConcurrent": false,
|
|
3134
3444
|
"canonicalCommandTokens": [
|
|
3135
3445
|
"mirror",
|
|
3136
3446
|
"close"
|
|
3137
3447
|
],
|
|
3138
3448
|
"canonicalTool": "mirror.close",
|
|
3139
3449
|
"canonicalUsage": "pandora [--output table|json] mirror close --pandora-market-address <address>|--market-address <address> --polymarket-market-id <id>|--polymarket-slug <slug>|--all --dry-run|--execute [--wallet <address>] [--chain-id <id>] [--rpc-url <url>] [--private-key <hex>] [--indexer-url <url>] [--timeout-ms <ms>]",
|
|
3140
|
-
"canRunConcurrent": false,
|
|
3141
3450
|
"controlInputNames": [],
|
|
3142
3451
|
"dataSchema": "#/definitions/MirrorClosePayload",
|
|
3143
3452
|
"emits": [
|
|
@@ -4067,13 +4376,13 @@
|
|
|
4067
4376
|
]
|
|
4068
4377
|
},
|
|
4069
4378
|
"aliasOf": null,
|
|
4379
|
+
"canRunConcurrent": false,
|
|
4070
4380
|
"canonicalCommandTokens": [
|
|
4071
4381
|
"mirror",
|
|
4072
4382
|
"deploy"
|
|
4073
4383
|
],
|
|
4074
4384
|
"canonicalTool": "mirror.deploy",
|
|
4075
4385
|
"canonicalUsage": "pandora [--output table|json] mirror deploy --plan-file <path>|--polymarket-market-id <id>|--polymarket-slug <slug> --dry-run|--execute [--liquidity-usdc <n>] [--fee-tier <500-50000>] [--max-imbalance <n>] [--arbiter <address>] [--category <id|name>] [--chain-id <id>] [--rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--oracle <address>] [--factory <address>] [--usdc <address>] [--distribution-yes <parts>] [--distribution-no <parts>] [--sources <url...>] [--validation-ticket <ticket>] [--target-timestamp <unix|iso>] [--manifest-file <path>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>] [--min-close-lead-seconds <n>]",
|
|
4076
|
-
"canRunConcurrent": false,
|
|
4077
4386
|
"controlInputNames": [
|
|
4078
4387
|
"agentPreflight"
|
|
4079
4388
|
],
|
|
@@ -4660,13 +4969,13 @@
|
|
|
4660
4969
|
]
|
|
4661
4970
|
},
|
|
4662
4971
|
"aliasOf": null,
|
|
4972
|
+
"canRunConcurrent": false,
|
|
4663
4973
|
"canonicalCommandTokens": [
|
|
4664
4974
|
"mirror",
|
|
4665
4975
|
"go"
|
|
4666
4976
|
],
|
|
4667
4977
|
"canonicalTool": "mirror.go",
|
|
4668
|
-
"canonicalUsage": "pandora [--output table|json] mirror go --polymarket-market-id <id>|--polymarket-slug <slug> [--liquidity-usdc <n>] [--fee-tier <500-50000>] [--max-imbalance <n>] [--arbiter <address>] [--category <id|name>] [--paper|--dry-run|--execute-live|--execute] [--auto-sync] [--sync-once] [--sync-interval-ms <ms>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--hedge-ratio <n>] [--no-hedge] [--max-rebalance-usdc <n>] [--max-hedge-usdc <n>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--cooldown-ms <ms>] [--chain-id <id>] [--rpc-url <url>] [--polymarket-rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--funder <address>] [--usdc <address>] [--oracle <address>] [--factory <address>] [--distribution-yes <parts>] [--distribution-no <parts>] [--distribution-yes-pct <pct>] [--distribution-no-pct <pct>] [--sources <url...>] [--validation-ticket <ticket>] [--target-timestamp <unix|iso>] [--manifest-file <path>] [--trust-deploy] [--skip-gate] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>] [--with-rules] [--include-similarity] [--min-close-lead-seconds <n>] [--dotenv-path <path>]",
|
|
4669
|
-
"canRunConcurrent": false,
|
|
4978
|
+
"canonicalUsage": "pandora [--output table|json] mirror go --polymarket-market-id <id>|--polymarket-slug <slug> [--liquidity-usdc <n>] [--fee-tier <500-50000>] [--max-imbalance <n>] [--arbiter <address>] [--category <id|name>] [--paper|--dry-run|--execute-live|--execute] [--auto-sync] [--sync-once] [--sync-interval-ms <ms>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--hedge-ratio <n>] [--no-hedge] [--rebalance-mode atomic|incremental] [--price-source on-chain|indexer] [--max-rebalance-usdc <n>] [--max-hedge-usdc <n>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--cooldown-ms <ms>] [--depth-slippage-bps <n>] [--min-time-to-close-sec <n>] [--strict-close-time-delta] [--chain-id <id>] [--rpc-url <url>] [--polymarket-rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--funder <address>] [--usdc <address>] [--oracle <address>] [--factory <address>] [--distribution-yes <parts>] [--distribution-no <parts>] [--distribution-yes-pct <pct>] [--distribution-no-pct <pct>] [--sources <url...>] [--validation-ticket <ticket>] [--target-timestamp <unix|iso>] [--manifest-file <path>] [--trust-deploy] [--skip-gate] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>] [--with-rules] [--include-similarity] [--min-close-lead-seconds <n>] [--dotenv-path <path>]",
|
|
4670
4979
|
"controlInputNames": [
|
|
4671
4980
|
"agentPreflight"
|
|
4672
4981
|
],
|
|
@@ -5332,6 +5641,12 @@
|
|
|
5332
5641
|
"minimum": 1,
|
|
5333
5642
|
"type": "integer"
|
|
5334
5643
|
},
|
|
5644
|
+
"depth-slippage-bps": {
|
|
5645
|
+
"description": "Depth slippage in basis points.",
|
|
5646
|
+
"maximum": 10000,
|
|
5647
|
+
"minimum": 1,
|
|
5648
|
+
"type": "integer"
|
|
5649
|
+
},
|
|
5335
5650
|
"distribution-no": {
|
|
5336
5651
|
"description": "Initial NO distribution parts.",
|
|
5337
5652
|
"minimum": 0,
|
|
@@ -5452,6 +5767,11 @@
|
|
|
5452
5767
|
"minimum": 1,
|
|
5453
5768
|
"type": "integer"
|
|
5454
5769
|
},
|
|
5770
|
+
"min-time-to-close-sec": {
|
|
5771
|
+
"description": "Minimum time-to-close in seconds.",
|
|
5772
|
+
"minimum": 1,
|
|
5773
|
+
"type": "integer"
|
|
5774
|
+
},
|
|
5455
5775
|
"no-hedge": {
|
|
5456
5776
|
"description": "Disable source hedge leg.",
|
|
5457
5777
|
"type": "boolean"
|
|
@@ -5485,13 +5805,20 @@
|
|
|
5485
5805
|
"type": "string"
|
|
5486
5806
|
},
|
|
5487
5807
|
"polymarket-rpc-url": {
|
|
5488
|
-
"description": "Polygon RPC URL for Polymarket preflight.",
|
|
5808
|
+
"description": "Polygon RPC URL for Polymarket preflight; comma-separated fallbacks are tried in order. This does not override Pandora reserve reads on --rpc-url.",
|
|
5489
5809
|
"type": "string"
|
|
5490
5810
|
},
|
|
5491
5811
|
"polymarket-slug": {
|
|
5492
5812
|
"description": "Polymarket slug.",
|
|
5493
5813
|
"type": "string"
|
|
5494
5814
|
},
|
|
5815
|
+
"price-source": {
|
|
5816
|
+
"description": "Reserve source for Pandora pricing. on-chain refreshes outcome-token balances before sizing; indexer uses verify payload reserves.",
|
|
5817
|
+
"enum": [
|
|
5818
|
+
"on-chain",
|
|
5819
|
+
"indexer"
|
|
5820
|
+
]
|
|
5821
|
+
},
|
|
5495
5822
|
"private-key": {
|
|
5496
5823
|
"description": "Hex private key.",
|
|
5497
5824
|
"type": "string"
|
|
@@ -5504,6 +5831,13 @@
|
|
|
5504
5831
|
"description": "Named signer profile id.",
|
|
5505
5832
|
"type": "string"
|
|
5506
5833
|
},
|
|
5834
|
+
"rebalance-mode": {
|
|
5835
|
+
"description": "Rebalance sizing mode. atomic targets the source price in one Pandora leg when reserves are available; incremental sizes by observed drift.",
|
|
5836
|
+
"enum": [
|
|
5837
|
+
"atomic",
|
|
5838
|
+
"incremental"
|
|
5839
|
+
]
|
|
5840
|
+
},
|
|
5507
5841
|
"rpc-url": {
|
|
5508
5842
|
"description": "RPC URL.",
|
|
5509
5843
|
"type": "string"
|
|
@@ -5519,7 +5853,18 @@
|
|
|
5519
5853
|
"type": "string"
|
|
5520
5854
|
}
|
|
5521
5855
|
],
|
|
5522
|
-
"description": "Skip all mirror sync gates (boolean) or provide a comma-delimited named skip list."
|
|
5856
|
+
"description": "Skip all mirror sync gates (boolean) or provide a comma-delimited named skip list.",
|
|
5857
|
+
"xPandora": {
|
|
5858
|
+
"allowedGateCodes": [
|
|
5859
|
+
"MATCH_AND_RULES",
|
|
5860
|
+
"POLYMARKET_SOURCE_FRESH",
|
|
5861
|
+
"CLOSE_TIME_DELTA",
|
|
5862
|
+
"DEPTH_COVERAGE",
|
|
5863
|
+
"MAX_OPEN_EXPOSURE",
|
|
5864
|
+
"MAX_TRADES_PER_DAY",
|
|
5865
|
+
"MIN_TIME_TO_EXPIRY"
|
|
5866
|
+
]
|
|
5867
|
+
}
|
|
5523
5868
|
},
|
|
5524
5869
|
"sources": {
|
|
5525
5870
|
"description": "Independent public source URL list.",
|
|
@@ -5528,6 +5873,10 @@
|
|
|
5528
5873
|
},
|
|
5529
5874
|
"type": "array"
|
|
5530
5875
|
},
|
|
5876
|
+
"strict-close-time-delta": {
|
|
5877
|
+
"description": "Promote close-time delta mismatches from diagnostic to blocking.",
|
|
5878
|
+
"type": "boolean"
|
|
5879
|
+
},
|
|
5531
5880
|
"sync-interval-ms": {
|
|
5532
5881
|
"description": "Sync interval in milliseconds.",
|
|
5533
5882
|
"minimum": 1,
|
|
@@ -5597,21 +5946,21 @@
|
|
|
5597
5946
|
"--paper",
|
|
5598
5947
|
"--dry-run"
|
|
5599
5948
|
],
|
|
5600
|
-
"summary": "Run mirror deploy, verify, and optional sync workflow.",
|
|
5949
|
+
"summary": "Run mirror deploy, verify, and optional sync workflow; any sync leg remains separate Pandora rebalance and Polymarket hedge legs, not atomic.",
|
|
5601
5950
|
"supportsRemote": true,
|
|
5602
5951
|
"supportsWebhook": false,
|
|
5603
|
-
"usage": "pandora [--output table|json] mirror go --polymarket-market-id <id>|--polymarket-slug <slug> [--liquidity-usdc <n>] [--fee-tier <500-50000>] [--max-imbalance <n>] [--arbiter <address>] [--category <id|name>] [--paper|--dry-run|--execute-live|--execute] [--auto-sync] [--sync-once] [--sync-interval-ms <ms>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--hedge-ratio <n>] [--no-hedge] [--max-rebalance-usdc <n>] [--max-hedge-usdc <n>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--cooldown-ms <ms>] [--chain-id <id>] [--rpc-url <url>] [--polymarket-rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--funder <address>] [--usdc <address>] [--oracle <address>] [--factory <address>] [--distribution-yes <parts>] [--distribution-no <parts>] [--distribution-yes-pct <pct>] [--distribution-no-pct <pct>] [--sources <url...>] [--validation-ticket <ticket>] [--target-timestamp <unix|iso>] [--manifest-file <path>] [--trust-deploy] [--skip-gate] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>] [--with-rules] [--include-similarity] [--min-close-lead-seconds <n>] [--dotenv-path <path>]"
|
|
5952
|
+
"usage": "pandora [--output table|json] mirror go --polymarket-market-id <id>|--polymarket-slug <slug> [--liquidity-usdc <n>] [--fee-tier <500-50000>] [--max-imbalance <n>] [--arbiter <address>] [--category <id|name>] [--paper|--dry-run|--execute-live|--execute] [--auto-sync] [--sync-once] [--sync-interval-ms <ms>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--hedge-ratio <n>] [--no-hedge] [--rebalance-mode atomic|incremental] [--price-source on-chain|indexer] [--max-rebalance-usdc <n>] [--max-hedge-usdc <n>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--cooldown-ms <ms>] [--depth-slippage-bps <n>] [--min-time-to-close-sec <n>] [--strict-close-time-delta] [--chain-id <id>] [--rpc-url <url>] [--polymarket-rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--funder <address>] [--usdc <address>] [--oracle <address>] [--factory <address>] [--distribution-yes <parts>] [--distribution-no <parts>] [--distribution-yes-pct <pct>] [--distribution-no-pct <pct>] [--sources <url...>] [--validation-ticket <ticket>] [--target-timestamp <unix|iso>] [--manifest-file <path>] [--trust-deploy] [--skip-gate] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>] [--with-rules] [--include-similarity] [--min-close-lead-seconds <n>] [--dotenv-path <path>]"
|
|
5604
5953
|
},
|
|
5605
5954
|
"mirror.hedge-calc": {
|
|
5606
5955
|
"agentWorkflow": null,
|
|
5607
5956
|
"aliasOf": null,
|
|
5957
|
+
"canRunConcurrent": true,
|
|
5608
5958
|
"canonicalCommandTokens": [
|
|
5609
5959
|
"mirror",
|
|
5610
5960
|
"hedge-calc"
|
|
5611
5961
|
],
|
|
5612
5962
|
"canonicalTool": "mirror.hedge-calc",
|
|
5613
5963
|
"canonicalUsage": "pandora [--output table|json] mirror hedge-calc --liquidity-usdc <n> [--source-yes-pct <0-100>] [--target-yes-pct <0-100>] [--distribution-yes <parts>] [--distribution-no <parts>] [--hedge-ratio <n>] [--polymarket-yes-pct <0-100>]",
|
|
5614
|
-
"canRunConcurrent": true,
|
|
5615
5964
|
"controlInputNames": [],
|
|
5616
5965
|
"dataSchema": "#/definitions/MirrorHedgeCalcPayload",
|
|
5617
5966
|
"emits": [
|
|
@@ -5705,13 +6054,13 @@
|
|
|
5705
6054
|
"mirror.lp-explain": {
|
|
5706
6055
|
"agentWorkflow": null,
|
|
5707
6056
|
"aliasOf": null,
|
|
6057
|
+
"canRunConcurrent": true,
|
|
5708
6058
|
"canonicalCommandTokens": [
|
|
5709
6059
|
"mirror",
|
|
5710
6060
|
"lp-explain"
|
|
5711
6061
|
],
|
|
5712
6062
|
"canonicalTool": "mirror.lp-explain",
|
|
5713
6063
|
"canonicalUsage": "pandora [--output table|json] mirror lp-explain --liquidity-usdc <n> [--source-yes-pct <0-100>] [--distribution-yes <parts>] [--distribution-no <parts>]",
|
|
5714
|
-
"canRunConcurrent": true,
|
|
5715
6064
|
"controlInputNames": [],
|
|
5716
6065
|
"dataSchema": "#/definitions/MirrorHedgeCalcPayload",
|
|
5717
6066
|
"emits": [
|
|
@@ -5788,13 +6137,13 @@
|
|
|
5788
6137
|
"mirror.plan": {
|
|
5789
6138
|
"agentWorkflow": null,
|
|
5790
6139
|
"aliasOf": null,
|
|
6140
|
+
"canRunConcurrent": true,
|
|
5791
6141
|
"canonicalCommandTokens": [
|
|
5792
6142
|
"mirror",
|
|
5793
6143
|
"plan"
|
|
5794
6144
|
],
|
|
5795
6145
|
"canonicalTool": "mirror.plan",
|
|
5796
6146
|
"canonicalUsage": "pandora [--output table|json] mirror plan --source polymarket --polymarket-market-id <id>|--polymarket-slug <slug> [--chain-id <id>] [--target-slippage-bps <n>] [--turnover-target <n>] [--depth-slippage-bps <n>] [--safety-multiplier <n>] [--min-liquidity-usdc <n>] [--max-liquidity-usdc <n>] [--with-rules] [--include-similarity] [--min-close-lead-seconds <n>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>]",
|
|
5797
|
-
"canRunConcurrent": true,
|
|
5798
6147
|
"controlInputNames": [],
|
|
5799
6148
|
"dataSchema": "#/definitions/MirrorPlanPayload",
|
|
5800
6149
|
"emits": [
|
|
@@ -5933,16 +6282,197 @@
|
|
|
5933
6282
|
"supportsWebhook": false,
|
|
5934
6283
|
"usage": "pandora [--output table|json] mirror plan --source polymarket --polymarket-market-id <id>|--polymarket-slug <slug> [--chain-id <id>] [--target-slippage-bps <n>] [--turnover-target <n>] [--depth-slippage-bps <n>] [--safety-multiplier <n>] [--min-liquidity-usdc <n>] [--max-liquidity-usdc <n>] [--with-rules] [--include-similarity] [--min-close-lead-seconds <n>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>]"
|
|
5935
6284
|
},
|
|
6285
|
+
"mirror.pnl": {
|
|
6286
|
+
"agentWorkflow": null,
|
|
6287
|
+
"aliasOf": null,
|
|
6288
|
+
"canRunConcurrent": true,
|
|
6289
|
+
"canonicalCommandTokens": [
|
|
6290
|
+
"mirror",
|
|
6291
|
+
"pnl"
|
|
6292
|
+
],
|
|
6293
|
+
"canonicalTool": "mirror.pnl",
|
|
6294
|
+
"canonicalUsage": "pandora [--output table|json] mirror pnl --state-file <path>|--strategy-hash <hash>|(--pandora-market-address <address>|--market-address <address>) (--polymarket-market-id <id>|--polymarket-slug <slug>) [--trust-deploy] [--manifest-file <path>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--indexer-url <url>] [--timeout-ms <ms>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>]",
|
|
6295
|
+
"controlInputNames": [],
|
|
6296
|
+
"dataSchema": "#/definitions/MirrorPnlPayload",
|
|
6297
|
+
"emits": [
|
|
6298
|
+
"mirror.pnl",
|
|
6299
|
+
"mirror.pnl.help"
|
|
6300
|
+
],
|
|
6301
|
+
"executeFlags": [],
|
|
6302
|
+
"executeIntentRequired": false,
|
|
6303
|
+
"executeIntentRequiredForLiveMode": false,
|
|
6304
|
+
"expectedLatencyMs": 1500,
|
|
6305
|
+
"externalDependencies": [
|
|
6306
|
+
"filesystem",
|
|
6307
|
+
"indexer-api",
|
|
6308
|
+
"chain-rpc",
|
|
6309
|
+
"polymarket-api"
|
|
6310
|
+
],
|
|
6311
|
+
"helpDataSchema": "#/definitions/CommandHelpPayload",
|
|
6312
|
+
"idempotency": "idempotent",
|
|
6313
|
+
"inputSchema": {
|
|
6314
|
+
"additionalProperties": false,
|
|
6315
|
+
"anyOf": [
|
|
6316
|
+
{
|
|
6317
|
+
"required": [
|
|
6318
|
+
"state-file"
|
|
6319
|
+
]
|
|
6320
|
+
},
|
|
6321
|
+
{
|
|
6322
|
+
"required": [
|
|
6323
|
+
"strategy-hash"
|
|
6324
|
+
]
|
|
6325
|
+
}
|
|
6326
|
+
],
|
|
6327
|
+
"oneOf": [
|
|
6328
|
+
{
|
|
6329
|
+
"not": {
|
|
6330
|
+
"anyOf": [
|
|
6331
|
+
{
|
|
6332
|
+
"required": [
|
|
6333
|
+
"strategy-hash"
|
|
6334
|
+
]
|
|
6335
|
+
},
|
|
6336
|
+
{
|
|
6337
|
+
"required": [
|
|
6338
|
+
"strategy-hash"
|
|
6339
|
+
]
|
|
6340
|
+
}
|
|
6341
|
+
]
|
|
6342
|
+
},
|
|
6343
|
+
"required": [
|
|
6344
|
+
"state-file"
|
|
6345
|
+
]
|
|
6346
|
+
},
|
|
6347
|
+
{
|
|
6348
|
+
"not": {
|
|
6349
|
+
"anyOf": [
|
|
6350
|
+
{
|
|
6351
|
+
"required": [
|
|
6352
|
+
"state-file"
|
|
6353
|
+
]
|
|
6354
|
+
},
|
|
6355
|
+
{
|
|
6356
|
+
"required": [
|
|
6357
|
+
"state-file"
|
|
6358
|
+
]
|
|
6359
|
+
}
|
|
6360
|
+
]
|
|
6361
|
+
},
|
|
6362
|
+
"required": [
|
|
6363
|
+
"strategy-hash"
|
|
6364
|
+
]
|
|
6365
|
+
}
|
|
6366
|
+
],
|
|
6367
|
+
"properties": {
|
|
6368
|
+
"drift-trigger-bps": {
|
|
6369
|
+
"description": "Drift trigger in basis points used when projecting live sync posture.",
|
|
6370
|
+
"minimum": 1,
|
|
6371
|
+
"type": "integer"
|
|
6372
|
+
},
|
|
6373
|
+
"hedge-trigger-usdc": {
|
|
6374
|
+
"description": "Hedge trigger size in USDC used when projecting live sync posture.",
|
|
6375
|
+
"minimum": 0,
|
|
6376
|
+
"type": "number"
|
|
6377
|
+
},
|
|
6378
|
+
"indexer-url": {
|
|
6379
|
+
"description": "Indexer base URL.",
|
|
6380
|
+
"type": "string"
|
|
6381
|
+
},
|
|
6382
|
+
"manifest-file": {
|
|
6383
|
+
"description": "Mirror manifest path.",
|
|
6384
|
+
"type": "string"
|
|
6385
|
+
},
|
|
6386
|
+
"market-address": {
|
|
6387
|
+
"description": "Market address.",
|
|
6388
|
+
"type": "string"
|
|
6389
|
+
},
|
|
6390
|
+
"pandora-market-address": {
|
|
6391
|
+
"description": "Market address.",
|
|
6392
|
+
"type": "string"
|
|
6393
|
+
},
|
|
6394
|
+
"polymarket-gamma-mock-url": {
|
|
6395
|
+
"description": "Polymarket Gamma mock URL for live diagnostics.",
|
|
6396
|
+
"type": "string"
|
|
6397
|
+
},
|
|
6398
|
+
"polymarket-gamma-url": {
|
|
6399
|
+
"description": "Polymarket Gamma API base URL for live diagnostics.",
|
|
6400
|
+
"type": "string"
|
|
6401
|
+
},
|
|
6402
|
+
"polymarket-host": {
|
|
6403
|
+
"description": "Polymarket host override for live diagnostics.",
|
|
6404
|
+
"type": "string"
|
|
6405
|
+
},
|
|
6406
|
+
"polymarket-market-id": {
|
|
6407
|
+
"description": "Polymarket market id.",
|
|
6408
|
+
"type": "string"
|
|
6409
|
+
},
|
|
6410
|
+
"polymarket-mock-url": {
|
|
6411
|
+
"description": "Polymarket mock CLOB URL for live diagnostics.",
|
|
6412
|
+
"type": "string"
|
|
6413
|
+
},
|
|
6414
|
+
"polymarket-slug": {
|
|
6415
|
+
"description": "Polymarket slug.",
|
|
6416
|
+
"type": "string"
|
|
6417
|
+
},
|
|
6418
|
+
"state-file": {
|
|
6419
|
+
"description": "State file path.",
|
|
6420
|
+
"type": "string"
|
|
6421
|
+
},
|
|
6422
|
+
"strategy-hash": {
|
|
6423
|
+
"description": "Mirror strategy hash.",
|
|
6424
|
+
"type": "string"
|
|
6425
|
+
},
|
|
6426
|
+
"timeout-ms": {
|
|
6427
|
+
"description": "Request timeout in milliseconds.",
|
|
6428
|
+
"minimum": 1,
|
|
6429
|
+
"type": "integer"
|
|
6430
|
+
},
|
|
6431
|
+
"trust-deploy": {
|
|
6432
|
+
"description": "Trust manifest deploy pair.",
|
|
6433
|
+
"type": "boolean"
|
|
6434
|
+
}
|
|
6435
|
+
},
|
|
6436
|
+
"type": "object"
|
|
6437
|
+
},
|
|
6438
|
+
"jobCapable": false,
|
|
6439
|
+
"mcpExposed": true,
|
|
6440
|
+
"mcpLongRunningBlocked": false,
|
|
6441
|
+
"mcpMutating": false,
|
|
6442
|
+
"outputModes": [
|
|
6443
|
+
"table",
|
|
6444
|
+
"json"
|
|
6445
|
+
],
|
|
6446
|
+
"policyScopes": [
|
|
6447
|
+
"mirror:read",
|
|
6448
|
+
"network:rpc",
|
|
6449
|
+
"network:indexer",
|
|
6450
|
+
"network:polymarket"
|
|
6451
|
+
],
|
|
6452
|
+
"preferred": true,
|
|
6453
|
+
"recommendedPreflightTool": null,
|
|
6454
|
+
"remoteEligible": true,
|
|
6455
|
+
"requiresSecrets": false,
|
|
6456
|
+
"returnsOperationId": false,
|
|
6457
|
+
"returnsRuntimeHandle": false,
|
|
6458
|
+
"riskLevel": "low",
|
|
6459
|
+
"safeEquivalent": null,
|
|
6460
|
+
"safeFlags": [],
|
|
6461
|
+
"summary": "Read the dedicated cross-venue scenario P&L surface for a mirror pair via persisted state or selector-first lookup.",
|
|
6462
|
+
"supportsRemote": true,
|
|
6463
|
+
"supportsWebhook": false,
|
|
6464
|
+
"usage": "pandora [--output table|json] mirror pnl --state-file <path>|--strategy-hash <hash>|(--pandora-market-address <address>|--market-address <address>) (--polymarket-market-id <id>|--polymarket-slug <slug>) [--trust-deploy] [--manifest-file <path>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--indexer-url <url>] [--timeout-ms <ms>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>]"
|
|
6465
|
+
},
|
|
5936
6466
|
"mirror.simulate": {
|
|
5937
6467
|
"agentWorkflow": null,
|
|
5938
6468
|
"aliasOf": null,
|
|
6469
|
+
"canRunConcurrent": true,
|
|
5939
6470
|
"canonicalCommandTokens": [
|
|
5940
6471
|
"mirror",
|
|
5941
6472
|
"simulate"
|
|
5942
6473
|
],
|
|
5943
6474
|
"canonicalTool": "mirror.simulate",
|
|
5944
6475
|
"canonicalUsage": "pandora [--output table|json] mirror simulate --liquidity-usdc <n> [--source-yes-pct <0-100>] [--target-yes-pct <0-100>] [--distribution-yes <parts>] [--distribution-no <parts>] [--fee-tier <500-50000>] [--volume-scenarios <csv>] [--hedge-ratio <n>] [--polymarket-yes-pct <0-100>]",
|
|
5945
|
-
"canRunConcurrent": true,
|
|
5946
6476
|
"controlInputNames": [],
|
|
5947
6477
|
"dataSchema": "#/definitions/GenericCommandData",
|
|
5948
6478
|
"emits": [
|
|
@@ -6046,15 +6576,15 @@
|
|
|
6046
6576
|
"mirror.status": {
|
|
6047
6577
|
"agentWorkflow": null,
|
|
6048
6578
|
"aliasOf": null,
|
|
6579
|
+
"canRunConcurrent": true,
|
|
6049
6580
|
"canonicalCommandTokens": [
|
|
6050
6581
|
"mirror",
|
|
6051
6582
|
"status"
|
|
6052
6583
|
],
|
|
6053
6584
|
"canonicalTool": "mirror.status",
|
|
6054
|
-
"canonicalUsage": "pandora [--output table|json] mirror status --state-file <path>|--strategy-hash <hash
|
|
6055
|
-
"canRunConcurrent": true,
|
|
6585
|
+
"canonicalUsage": "pandora [--output table|json] mirror status --state-file <path>|--strategy-hash <hash>|(--pandora-market-address <address>|--market-address <address>) (--polymarket-market-id <id>|--polymarket-slug <slug>) [--with-live] [--trust-deploy] [--manifest-file <path>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--indexer-url <url>] [--timeout-ms <ms>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>]",
|
|
6056
6586
|
"controlInputNames": [],
|
|
6057
|
-
"dataSchema": "#/definitions/
|
|
6587
|
+
"dataSchema": "#/definitions/MirrorStatusPayload",
|
|
6058
6588
|
"emits": [
|
|
6059
6589
|
"mirror.status",
|
|
6060
6590
|
"mirror.status.help"
|
|
@@ -6126,12 +6656,12 @@
|
|
|
6126
6656
|
],
|
|
6127
6657
|
"properties": {
|
|
6128
6658
|
"drift-trigger-bps": {
|
|
6129
|
-
"description": "Drift trigger in basis points.",
|
|
6659
|
+
"description": "Drift trigger in basis points used when projecting live sync posture.",
|
|
6130
6660
|
"minimum": 1,
|
|
6131
6661
|
"type": "integer"
|
|
6132
6662
|
},
|
|
6133
6663
|
"hedge-trigger-usdc": {
|
|
6134
|
-
"description": "Hedge trigger size in USDC.",
|
|
6664
|
+
"description": "Hedge trigger size in USDC used when projecting live sync posture.",
|
|
6135
6665
|
"minimum": 0,
|
|
6136
6666
|
"type": "number"
|
|
6137
6667
|
},
|
|
@@ -6152,15 +6682,15 @@
|
|
|
6152
6682
|
"type": "string"
|
|
6153
6683
|
},
|
|
6154
6684
|
"polymarket-gamma-mock-url": {
|
|
6155
|
-
"description": "Polymarket Gamma mock URL.",
|
|
6685
|
+
"description": "Polymarket Gamma mock URL for live diagnostics.",
|
|
6156
6686
|
"type": "string"
|
|
6157
6687
|
},
|
|
6158
6688
|
"polymarket-gamma-url": {
|
|
6159
|
-
"description": "Polymarket Gamma API base URL.",
|
|
6689
|
+
"description": "Polymarket Gamma API base URL for live diagnostics.",
|
|
6160
6690
|
"type": "string"
|
|
6161
6691
|
},
|
|
6162
6692
|
"polymarket-host": {
|
|
6163
|
-
"description": "Polymarket host override.",
|
|
6693
|
+
"description": "Polymarket host override for live diagnostics.",
|
|
6164
6694
|
"type": "string"
|
|
6165
6695
|
},
|
|
6166
6696
|
"polymarket-market-id": {
|
|
@@ -6168,7 +6698,7 @@
|
|
|
6168
6698
|
"type": "string"
|
|
6169
6699
|
},
|
|
6170
6700
|
"polymarket-mock-url": {
|
|
6171
|
-
"description": "Polymarket mock CLOB URL.",
|
|
6701
|
+
"description": "Polymarket mock CLOB URL for live diagnostics.",
|
|
6172
6702
|
"type": "string"
|
|
6173
6703
|
},
|
|
6174
6704
|
"polymarket-slug": {
|
|
@@ -6193,7 +6723,7 @@
|
|
|
6193
6723
|
"type": "boolean"
|
|
6194
6724
|
},
|
|
6195
6725
|
"with-live": {
|
|
6196
|
-
"description": "Enrich with live Polymarket diagnostics.",
|
|
6726
|
+
"description": "Enrich with live Polymarket diagnostics; partial visibility degrades into diagnostics instead of hard failure.",
|
|
6197
6727
|
"type": "boolean"
|
|
6198
6728
|
}
|
|
6199
6729
|
},
|
|
@@ -6221,20 +6751,20 @@
|
|
|
6221
6751
|
"riskLevel": "low",
|
|
6222
6752
|
"safeEquivalent": null,
|
|
6223
6753
|
"safeFlags": [],
|
|
6224
|
-
"summary": "Read mirror
|
|
6754
|
+
"summary": "Read the canonical mirror operator dashboard with selector-first lookup, graceful fallback behavior, runtime health, and optional live diagnostics.",
|
|
6225
6755
|
"supportsRemote": true,
|
|
6226
6756
|
"supportsWebhook": false,
|
|
6227
|
-
"usage": "pandora [--output table|json] mirror status --state-file <path>|--strategy-hash <hash
|
|
6757
|
+
"usage": "pandora [--output table|json] mirror status --state-file <path>|--strategy-hash <hash>|(--pandora-market-address <address>|--market-address <address>) (--polymarket-market-id <id>|--polymarket-slug <slug>) [--with-live] [--trust-deploy] [--manifest-file <path>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--indexer-url <url>] [--timeout-ms <ms>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>]"
|
|
6228
6758
|
},
|
|
6229
6759
|
"mirror.sync": {
|
|
6230
6760
|
"agentWorkflow": null,
|
|
6231
6761
|
"aliasOf": null,
|
|
6762
|
+
"canRunConcurrent": true,
|
|
6232
6763
|
"canonicalCommandTokens": null,
|
|
6233
6764
|
"canonicalTool": null,
|
|
6234
6765
|
"canonicalUsage": null,
|
|
6235
|
-
"canRunConcurrent": true,
|
|
6236
6766
|
"controlInputNames": [],
|
|
6237
|
-
"dataSchema": "#/definitions/
|
|
6767
|
+
"dataSchema": "#/definitions/MirrorStatusPayload",
|
|
6238
6768
|
"emits": [
|
|
6239
6769
|
"mirror.sync.help"
|
|
6240
6770
|
],
|
|
@@ -6271,7 +6801,7 @@
|
|
|
6271
6801
|
"riskLevel": "low",
|
|
6272
6802
|
"safeEquivalent": null,
|
|
6273
6803
|
"safeFlags": [],
|
|
6274
|
-
"summary": "Mirror sync runtime command family.",
|
|
6804
|
+
"summary": "Mirror sync runtime command family for separate Pandora rebalance and Polymarket hedge legs; cross-venue settlement is not atomic.",
|
|
6275
6805
|
"supportsRemote": false,
|
|
6276
6806
|
"supportsWebhook": false,
|
|
6277
6807
|
"usage": "pandora [--output table|json] mirror sync once|run|start|stop|status ..."
|
|
@@ -6279,16 +6809,16 @@
|
|
|
6279
6809
|
"mirror.sync.once": {
|
|
6280
6810
|
"agentWorkflow": null,
|
|
6281
6811
|
"aliasOf": null,
|
|
6812
|
+
"canRunConcurrent": false,
|
|
6282
6813
|
"canonicalCommandTokens": [
|
|
6283
6814
|
"mirror",
|
|
6284
6815
|
"sync",
|
|
6285
6816
|
"once"
|
|
6286
6817
|
],
|
|
6287
6818
|
"canonicalTool": "mirror.sync.once",
|
|
6288
|
-
"canonicalUsage": "pandora [--output table|json] mirror sync once --pandora-market-address <address>|--market-address <address> --polymarket-market-id <id>|--polymarket-slug <slug> [--paper|--dry-run|--execute-live|--execute] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--funder <address>] [--usdc <address>] [--trust-deploy] [--manifest-file <path>] [--skip-gate] [--interval-ms <ms>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--hedge-ratio <n>] [--no-hedge] [--max-rebalance-usdc <n>] [--max-hedge-usdc <n>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--cooldown-ms <ms>] [--depth-slippage-bps <n>] [--min-time-to-close-sec <n>] [--iterations <n>] [--state-file <path>] [--kill-switch-file <path>] [--chain-id <id>] [--rpc-url <url>] [--polymarket-rpc-url <url>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>] [--webhook-url <url>] [--telegram-bot-token <token>] [--telegram-chat-id <id>] [--discord-webhook-url <url>]",
|
|
6289
|
-
"canRunConcurrent": false,
|
|
6819
|
+
"canonicalUsage": "pandora [--output table|json] mirror sync once --pandora-market-address <address>|--market-address <address> --polymarket-market-id <id>|--polymarket-slug <slug> [--paper|--dry-run|--execute-live|--execute] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--funder <address>] [--usdc <address>] [--trust-deploy] [--manifest-file <path>] [--skip-gate] [--strict-close-time-delta] [--interval-ms <ms>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--hedge-ratio <n>] [--no-hedge] [--rebalance-mode atomic|incremental] [--price-source on-chain|indexer] [--max-rebalance-usdc <n>] [--max-hedge-usdc <n>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--cooldown-ms <ms>] [--depth-slippage-bps <n>] [--min-time-to-close-sec <n>] [--iterations <n>] [--state-file <path>] [--kill-switch-file <path>] [--chain-id <id>] [--rpc-url <url>] [--polymarket-rpc-url <url>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>] [--webhook-url <url>] [--telegram-bot-token <token>] [--telegram-chat-id <id>] [--discord-webhook-url <url>]",
|
|
6290
6820
|
"controlInputNames": [],
|
|
6291
|
-
"dataSchema": "#/definitions/
|
|
6821
|
+
"dataSchema": "#/definitions/MirrorStatusPayload",
|
|
6292
6822
|
"emits": [
|
|
6293
6823
|
"mirror.sync.once",
|
|
6294
6824
|
"mirror.sync.help"
|
|
@@ -7702,7 +8232,7 @@
|
|
|
7702
8232
|
},
|
|
7703
8233
|
"min-time-to-close-sec": {
|
|
7704
8234
|
"description": "Minimum time-to-close in seconds.",
|
|
7705
|
-
"minimum":
|
|
8235
|
+
"minimum": 1,
|
|
7706
8236
|
"type": "integer"
|
|
7707
8237
|
},
|
|
7708
8238
|
"no-hedge": {
|
|
@@ -7738,13 +8268,20 @@
|
|
|
7738
8268
|
"type": "string"
|
|
7739
8269
|
},
|
|
7740
8270
|
"polymarket-rpc-url": {
|
|
7741
|
-
"description": "Polygon RPC URL for Polymarket preflight.",
|
|
8271
|
+
"description": "Polygon RPC URL for Polymarket preflight; comma-separated fallbacks are tried in order. This does not override Pandora reserve reads on --rpc-url.",
|
|
7742
8272
|
"type": "string"
|
|
7743
8273
|
},
|
|
7744
8274
|
"polymarket-slug": {
|
|
7745
8275
|
"description": "Polymarket slug.",
|
|
7746
8276
|
"type": "string"
|
|
7747
8277
|
},
|
|
8278
|
+
"price-source": {
|
|
8279
|
+
"description": "Reserve source for Pandora pricing. on-chain refreshes outcome-token balances before sizing; indexer uses verify payload reserves.",
|
|
8280
|
+
"enum": [
|
|
8281
|
+
"on-chain",
|
|
8282
|
+
"indexer"
|
|
8283
|
+
]
|
|
8284
|
+
},
|
|
7748
8285
|
"private-key": {
|
|
7749
8286
|
"description": "Hex private key.",
|
|
7750
8287
|
"type": "string"
|
|
@@ -7757,6 +8294,13 @@
|
|
|
7757
8294
|
"description": "Named signer profile id.",
|
|
7758
8295
|
"type": "string"
|
|
7759
8296
|
},
|
|
8297
|
+
"rebalance-mode": {
|
|
8298
|
+
"description": "Rebalance sizing mode. atomic targets the source price in one Pandora leg when reserves are available; incremental sizes by observed drift.",
|
|
8299
|
+
"enum": [
|
|
8300
|
+
"atomic",
|
|
8301
|
+
"incremental"
|
|
8302
|
+
]
|
|
8303
|
+
},
|
|
7760
8304
|
"rpc-url": {
|
|
7761
8305
|
"description": "RPC URL.",
|
|
7762
8306
|
"type": "string"
|
|
@@ -7772,12 +8316,27 @@
|
|
|
7772
8316
|
"type": "string"
|
|
7773
8317
|
}
|
|
7774
8318
|
],
|
|
7775
|
-
"description": "Skip all mirror sync gates (boolean) or provide a comma-delimited named skip list."
|
|
8319
|
+
"description": "Skip all mirror sync gates (boolean) or provide a comma-delimited named skip list.",
|
|
8320
|
+
"xPandora": {
|
|
8321
|
+
"allowedGateCodes": [
|
|
8322
|
+
"MATCH_AND_RULES",
|
|
8323
|
+
"POLYMARKET_SOURCE_FRESH",
|
|
8324
|
+
"CLOSE_TIME_DELTA",
|
|
8325
|
+
"DEPTH_COVERAGE",
|
|
8326
|
+
"MAX_OPEN_EXPOSURE",
|
|
8327
|
+
"MAX_TRADES_PER_DAY",
|
|
8328
|
+
"MIN_TIME_TO_EXPIRY"
|
|
8329
|
+
]
|
|
8330
|
+
}
|
|
7776
8331
|
},
|
|
7777
8332
|
"state-file": {
|
|
7778
8333
|
"description": "State file path.",
|
|
7779
8334
|
"type": "string"
|
|
7780
8335
|
},
|
|
8336
|
+
"strict-close-time-delta": {
|
|
8337
|
+
"description": "Promote close-time delta mismatches from diagnostic to blocking.",
|
|
8338
|
+
"type": "boolean"
|
|
8339
|
+
},
|
|
7781
8340
|
"telegram-bot-token": {
|
|
7782
8341
|
"description": "Telegram bot token.",
|
|
7783
8342
|
"type": "string"
|
|
@@ -7828,24 +8387,24 @@
|
|
|
7828
8387
|
"--paper",
|
|
7829
8388
|
"--dry-run"
|
|
7830
8389
|
],
|
|
7831
|
-
"summary": "Execute one mirror sync tick.",
|
|
8390
|
+
"summary": "Execute one mirror sync tick with separate Pandora rebalance and Polymarket hedge legs; cross-venue settlement is not atomic.",
|
|
7832
8391
|
"supportsRemote": true,
|
|
7833
8392
|
"supportsWebhook": true,
|
|
7834
|
-
"usage": "pandora [--output table|json] mirror sync once --pandora-market-address <address>|--market-address <address> --polymarket-market-id <id>|--polymarket-slug <slug> [--paper|--dry-run|--execute-live|--execute] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--funder <address>] [--usdc <address>] [--trust-deploy] [--manifest-file <path>] [--skip-gate] [--interval-ms <ms>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--hedge-ratio <n>] [--no-hedge] [--max-rebalance-usdc <n>] [--max-hedge-usdc <n>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--cooldown-ms <ms>] [--depth-slippage-bps <n>] [--min-time-to-close-sec <n>] [--iterations <n>] [--state-file <path>] [--kill-switch-file <path>] [--chain-id <id>] [--rpc-url <url>] [--polymarket-rpc-url <url>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>] [--webhook-url <url>] [--telegram-bot-token <token>] [--telegram-chat-id <id>] [--discord-webhook-url <url>]"
|
|
8393
|
+
"usage": "pandora [--output table|json] mirror sync once --pandora-market-address <address>|--market-address <address> --polymarket-market-id <id>|--polymarket-slug <slug> [--paper|--dry-run|--execute-live|--execute] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--funder <address>] [--usdc <address>] [--trust-deploy] [--manifest-file <path>] [--skip-gate] [--strict-close-time-delta] [--interval-ms <ms>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--hedge-ratio <n>] [--no-hedge] [--rebalance-mode atomic|incremental] [--price-source on-chain|indexer] [--max-rebalance-usdc <n>] [--max-hedge-usdc <n>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--cooldown-ms <ms>] [--depth-slippage-bps <n>] [--min-time-to-close-sec <n>] [--iterations <n>] [--state-file <path>] [--kill-switch-file <path>] [--chain-id <id>] [--rpc-url <url>] [--polymarket-rpc-url <url>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>] [--webhook-url <url>] [--telegram-bot-token <token>] [--telegram-chat-id <id>] [--discord-webhook-url <url>]"
|
|
7835
8394
|
},
|
|
7836
8395
|
"mirror.sync.run": {
|
|
7837
8396
|
"agentWorkflow": null,
|
|
7838
8397
|
"aliasOf": null,
|
|
8398
|
+
"canRunConcurrent": false,
|
|
7839
8399
|
"canonicalCommandTokens": [
|
|
7840
8400
|
"mirror",
|
|
7841
8401
|
"sync",
|
|
7842
8402
|
"run"
|
|
7843
8403
|
],
|
|
7844
8404
|
"canonicalTool": "mirror.sync.run",
|
|
7845
|
-
"canonicalUsage": "pandora [--output table|json] mirror sync run --pandora-market-address <address>|--market-address <address> --polymarket-market-id <id>|--polymarket-slug <slug> [--paper|--dry-run|--execute-live|--execute] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--funder <address>] [--usdc <address>] [--trust-deploy] [--manifest-file <path>] [--skip-gate] [--daemon] [--stream|--no-stream] [--interval-ms <ms>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--hedge-ratio <n>] [--no-hedge] [--max-rebalance-usdc <n>] [--max-hedge-usdc <n>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--cooldown-ms <ms>] [--depth-slippage-bps <n>] [--min-time-to-close-sec <n>] [--iterations <n>] [--state-file <path>] [--kill-switch-file <path>] [--chain-id <id>] [--rpc-url <url>] [--polymarket-rpc-url <url>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>] [--webhook-url <url>] [--telegram-bot-token <token>] [--telegram-chat-id <id>] [--discord-webhook-url <url>]",
|
|
7846
|
-
"canRunConcurrent": false,
|
|
8405
|
+
"canonicalUsage": "pandora [--output table|json] mirror sync run --pandora-market-address <address>|--market-address <address> --polymarket-market-id <id>|--polymarket-slug <slug> [--paper|--dry-run|--execute-live|--execute] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--funder <address>] [--usdc <address>] [--trust-deploy] [--manifest-file <path>] [--skip-gate] [--strict-close-time-delta] [--daemon] [--stream|--no-stream] [--interval-ms <ms>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--hedge-ratio <n>] [--no-hedge] [--rebalance-mode atomic|incremental] [--price-source on-chain|indexer] [--max-rebalance-usdc <n>] [--max-hedge-usdc <n>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--cooldown-ms <ms>] [--depth-slippage-bps <n>] [--min-time-to-close-sec <n>] [--iterations <n>] [--state-file <path>] [--kill-switch-file <path>] [--chain-id <id>] [--rpc-url <url>] [--polymarket-rpc-url <url>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>] [--webhook-url <url>] [--telegram-bot-token <token>] [--telegram-chat-id <id>] [--discord-webhook-url <url>]",
|
|
7847
8406
|
"controlInputNames": [],
|
|
7848
|
-
"dataSchema": "#/definitions/
|
|
8407
|
+
"dataSchema": "#/definitions/MirrorStatusPayload",
|
|
7849
8408
|
"emits": [
|
|
7850
8409
|
"mirror.sync.run",
|
|
7851
8410
|
"mirror.sync.help"
|
|
@@ -9263,7 +9822,7 @@
|
|
|
9263
9822
|
},
|
|
9264
9823
|
"min-time-to-close-sec": {
|
|
9265
9824
|
"description": "Minimum time-to-close in seconds.",
|
|
9266
|
-
"minimum":
|
|
9825
|
+
"minimum": 1,
|
|
9267
9826
|
"type": "integer"
|
|
9268
9827
|
},
|
|
9269
9828
|
"no-hedge": {
|
|
@@ -9303,13 +9862,20 @@
|
|
|
9303
9862
|
"type": "string"
|
|
9304
9863
|
},
|
|
9305
9864
|
"polymarket-rpc-url": {
|
|
9306
|
-
"description": "Polygon RPC URL for Polymarket preflight.",
|
|
9865
|
+
"description": "Polygon RPC URL for Polymarket preflight; comma-separated fallbacks are tried in order. This does not override Pandora reserve reads on --rpc-url.",
|
|
9307
9866
|
"type": "string"
|
|
9308
9867
|
},
|
|
9309
9868
|
"polymarket-slug": {
|
|
9310
9869
|
"description": "Polymarket slug.",
|
|
9311
9870
|
"type": "string"
|
|
9312
9871
|
},
|
|
9872
|
+
"price-source": {
|
|
9873
|
+
"description": "Reserve source for Pandora pricing. on-chain refreshes outcome-token balances before sizing; indexer uses verify payload reserves.",
|
|
9874
|
+
"enum": [
|
|
9875
|
+
"on-chain",
|
|
9876
|
+
"indexer"
|
|
9877
|
+
]
|
|
9878
|
+
},
|
|
9313
9879
|
"private-key": {
|
|
9314
9880
|
"description": "Hex private key.",
|
|
9315
9881
|
"type": "string"
|
|
@@ -9322,6 +9888,13 @@
|
|
|
9322
9888
|
"description": "Named signer profile id.",
|
|
9323
9889
|
"type": "string"
|
|
9324
9890
|
},
|
|
9891
|
+
"rebalance-mode": {
|
|
9892
|
+
"description": "Rebalance sizing mode. atomic targets the source price in one Pandora leg when reserves are available; incremental sizes by observed drift.",
|
|
9893
|
+
"enum": [
|
|
9894
|
+
"atomic",
|
|
9895
|
+
"incremental"
|
|
9896
|
+
]
|
|
9897
|
+
},
|
|
9325
9898
|
"rpc-url": {
|
|
9326
9899
|
"description": "RPC URL.",
|
|
9327
9900
|
"type": "string"
|
|
@@ -9337,7 +9910,18 @@
|
|
|
9337
9910
|
"type": "string"
|
|
9338
9911
|
}
|
|
9339
9912
|
],
|
|
9340
|
-
"description": "Skip all mirror sync gates (boolean) or provide a comma-delimited named skip list."
|
|
9913
|
+
"description": "Skip all mirror sync gates (boolean) or provide a comma-delimited named skip list.",
|
|
9914
|
+
"xPandora": {
|
|
9915
|
+
"allowedGateCodes": [
|
|
9916
|
+
"MATCH_AND_RULES",
|
|
9917
|
+
"POLYMARKET_SOURCE_FRESH",
|
|
9918
|
+
"CLOSE_TIME_DELTA",
|
|
9919
|
+
"DEPTH_COVERAGE",
|
|
9920
|
+
"MAX_OPEN_EXPOSURE",
|
|
9921
|
+
"MAX_TRADES_PER_DAY",
|
|
9922
|
+
"MIN_TIME_TO_EXPIRY"
|
|
9923
|
+
]
|
|
9924
|
+
}
|
|
9341
9925
|
},
|
|
9342
9926
|
"state-file": {
|
|
9343
9927
|
"description": "State file path.",
|
|
@@ -9347,6 +9931,10 @@
|
|
|
9347
9931
|
"description": "Emit streaming tick lines.",
|
|
9348
9932
|
"type": "boolean"
|
|
9349
9933
|
},
|
|
9934
|
+
"strict-close-time-delta": {
|
|
9935
|
+
"description": "Promote close-time delta mismatches from diagnostic to blocking.",
|
|
9936
|
+
"type": "boolean"
|
|
9937
|
+
},
|
|
9350
9938
|
"telegram-bot-token": {
|
|
9351
9939
|
"description": "Telegram bot token.",
|
|
9352
9940
|
"type": "string"
|
|
@@ -9398,24 +9986,24 @@
|
|
|
9398
9986
|
"--paper",
|
|
9399
9987
|
"--dry-run"
|
|
9400
9988
|
],
|
|
9401
|
-
"summary": "Run continuous mirror sync loop.",
|
|
9989
|
+
"summary": "Run continuous mirror sync loop with separate Pandora rebalance and Polymarket hedge legs; cross-venue settlement is not atomic.",
|
|
9402
9990
|
"supportsRemote": true,
|
|
9403
9991
|
"supportsWebhook": true,
|
|
9404
|
-
"usage": "pandora [--output table|json] mirror sync run --pandora-market-address <address>|--market-address <address> --polymarket-market-id <id>|--polymarket-slug <slug> [--paper|--dry-run|--execute-live|--execute] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--funder <address>] [--usdc <address>] [--trust-deploy] [--manifest-file <path>] [--skip-gate] [--daemon] [--stream|--no-stream] [--interval-ms <ms>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--hedge-ratio <n>] [--no-hedge] [--max-rebalance-usdc <n>] [--max-hedge-usdc <n>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--cooldown-ms <ms>] [--depth-slippage-bps <n>] [--min-time-to-close-sec <n>] [--iterations <n>] [--state-file <path>] [--kill-switch-file <path>] [--chain-id <id>] [--rpc-url <url>] [--polymarket-rpc-url <url>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>] [--webhook-url <url>] [--telegram-bot-token <token>] [--telegram-chat-id <id>] [--discord-webhook-url <url>]"
|
|
9992
|
+
"usage": "pandora [--output table|json] mirror sync run --pandora-market-address <address>|--market-address <address> --polymarket-market-id <id>|--polymarket-slug <slug> [--paper|--dry-run|--execute-live|--execute] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--funder <address>] [--usdc <address>] [--trust-deploy] [--manifest-file <path>] [--skip-gate] [--strict-close-time-delta] [--daemon] [--stream|--no-stream] [--interval-ms <ms>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--hedge-ratio <n>] [--no-hedge] [--rebalance-mode atomic|incremental] [--price-source on-chain|indexer] [--max-rebalance-usdc <n>] [--max-hedge-usdc <n>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--cooldown-ms <ms>] [--depth-slippage-bps <n>] [--min-time-to-close-sec <n>] [--iterations <n>] [--state-file <path>] [--kill-switch-file <path>] [--chain-id <id>] [--rpc-url <url>] [--polymarket-rpc-url <url>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>] [--webhook-url <url>] [--telegram-bot-token <token>] [--telegram-chat-id <id>] [--discord-webhook-url <url>]"
|
|
9405
9993
|
},
|
|
9406
9994
|
"mirror.sync.start": {
|
|
9407
9995
|
"agentWorkflow": null,
|
|
9408
9996
|
"aliasOf": null,
|
|
9997
|
+
"canRunConcurrent": false,
|
|
9409
9998
|
"canonicalCommandTokens": [
|
|
9410
9999
|
"mirror",
|
|
9411
10000
|
"sync",
|
|
9412
10001
|
"start"
|
|
9413
10002
|
],
|
|
9414
10003
|
"canonicalTool": "mirror.sync.start",
|
|
9415
|
-
"canonicalUsage": "pandora [--output table|json] mirror sync start --pandora-market-address <address>|--market-address <address> --polymarket-market-id <id>|--polymarket-slug <slug> [--paper|--dry-run|--execute-live|--execute] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--funder <address>] [--usdc <address>] [--trust-deploy] [--manifest-file <path>] [--skip-gate] [--interval-ms <ms>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--hedge-ratio <n>] [--no-hedge] [--max-rebalance-usdc <n>] [--max-hedge-usdc <n>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--cooldown-ms <ms>] [--depth-slippage-bps <n>] [--min-time-to-close-sec <n>] [--iterations <n>] [--state-file <path>] [--kill-switch-file <path>] [--chain-id <id>] [--rpc-url <url>] [--polymarket-rpc-url <url>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>] [--webhook-url <url>] [--telegram-bot-token <token>] [--telegram-chat-id <id>] [--discord-webhook-url <url>]",
|
|
9416
|
-
"canRunConcurrent": false,
|
|
10004
|
+
"canonicalUsage": "pandora [--output table|json] mirror sync start --pandora-market-address <address>|--market-address <address> --polymarket-market-id <id>|--polymarket-slug <slug> [--paper|--dry-run|--execute-live|--execute] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--funder <address>] [--usdc <address>] [--trust-deploy] [--manifest-file <path>] [--skip-gate] [--strict-close-time-delta] [--interval-ms <ms>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--hedge-ratio <n>] [--no-hedge] [--rebalance-mode atomic|incremental] [--price-source on-chain|indexer] [--max-rebalance-usdc <n>] [--max-hedge-usdc <n>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--cooldown-ms <ms>] [--depth-slippage-bps <n>] [--min-time-to-close-sec <n>] [--iterations <n>] [--state-file <path>] [--kill-switch-file <path>] [--chain-id <id>] [--rpc-url <url>] [--polymarket-rpc-url <url>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>] [--webhook-url <url>] [--telegram-bot-token <token>] [--telegram-chat-id <id>] [--discord-webhook-url <url>]",
|
|
9417
10005
|
"controlInputNames": [],
|
|
9418
|
-
"dataSchema": "#/definitions/
|
|
10006
|
+
"dataSchema": "#/definitions/MirrorStatusPayload",
|
|
9419
10007
|
"emits": [
|
|
9420
10008
|
"mirror.sync.start",
|
|
9421
10009
|
"mirror.sync.help"
|
|
@@ -10829,7 +11417,7 @@
|
|
|
10829
11417
|
},
|
|
10830
11418
|
"min-time-to-close-sec": {
|
|
10831
11419
|
"description": "Minimum time-to-close in seconds.",
|
|
10832
|
-
"minimum":
|
|
11420
|
+
"minimum": 1,
|
|
10833
11421
|
"type": "integer"
|
|
10834
11422
|
},
|
|
10835
11423
|
"no-hedge": {
|
|
@@ -10865,13 +11453,20 @@
|
|
|
10865
11453
|
"type": "string"
|
|
10866
11454
|
},
|
|
10867
11455
|
"polymarket-rpc-url": {
|
|
10868
|
-
"description": "Polygon RPC URL for Polymarket preflight.",
|
|
11456
|
+
"description": "Polygon RPC URL for Polymarket preflight; comma-separated fallbacks are tried in order. This does not override Pandora reserve reads on --rpc-url.",
|
|
10869
11457
|
"type": "string"
|
|
10870
11458
|
},
|
|
10871
11459
|
"polymarket-slug": {
|
|
10872
11460
|
"description": "Polymarket slug.",
|
|
10873
11461
|
"type": "string"
|
|
10874
11462
|
},
|
|
11463
|
+
"price-source": {
|
|
11464
|
+
"description": "Reserve source for Pandora pricing. on-chain refreshes outcome-token balances before sizing; indexer uses verify payload reserves.",
|
|
11465
|
+
"enum": [
|
|
11466
|
+
"on-chain",
|
|
11467
|
+
"indexer"
|
|
11468
|
+
]
|
|
11469
|
+
},
|
|
10875
11470
|
"private-key": {
|
|
10876
11471
|
"description": "Hex private key.",
|
|
10877
11472
|
"type": "string"
|
|
@@ -10884,6 +11479,13 @@
|
|
|
10884
11479
|
"description": "Named signer profile id.",
|
|
10885
11480
|
"type": "string"
|
|
10886
11481
|
},
|
|
11482
|
+
"rebalance-mode": {
|
|
11483
|
+
"description": "Rebalance sizing mode. atomic targets the source price in one Pandora leg when reserves are available; incremental sizes by observed drift.",
|
|
11484
|
+
"enum": [
|
|
11485
|
+
"atomic",
|
|
11486
|
+
"incremental"
|
|
11487
|
+
]
|
|
11488
|
+
},
|
|
10887
11489
|
"rpc-url": {
|
|
10888
11490
|
"description": "RPC URL.",
|
|
10889
11491
|
"type": "string"
|
|
@@ -10899,12 +11501,27 @@
|
|
|
10899
11501
|
"type": "string"
|
|
10900
11502
|
}
|
|
10901
11503
|
],
|
|
10902
|
-
"description": "Skip all mirror sync gates (boolean) or provide a comma-delimited named skip list."
|
|
11504
|
+
"description": "Skip all mirror sync gates (boolean) or provide a comma-delimited named skip list.",
|
|
11505
|
+
"xPandora": {
|
|
11506
|
+
"allowedGateCodes": [
|
|
11507
|
+
"MATCH_AND_RULES",
|
|
11508
|
+
"POLYMARKET_SOURCE_FRESH",
|
|
11509
|
+
"CLOSE_TIME_DELTA",
|
|
11510
|
+
"DEPTH_COVERAGE",
|
|
11511
|
+
"MAX_OPEN_EXPOSURE",
|
|
11512
|
+
"MAX_TRADES_PER_DAY",
|
|
11513
|
+
"MIN_TIME_TO_EXPIRY"
|
|
11514
|
+
]
|
|
11515
|
+
}
|
|
10903
11516
|
},
|
|
10904
11517
|
"state-file": {
|
|
10905
11518
|
"description": "State file path.",
|
|
10906
11519
|
"type": "string"
|
|
10907
11520
|
},
|
|
11521
|
+
"strict-close-time-delta": {
|
|
11522
|
+
"description": "Promote close-time delta mismatches from diagnostic to blocking.",
|
|
11523
|
+
"type": "boolean"
|
|
11524
|
+
},
|
|
10908
11525
|
"telegram-bot-token": {
|
|
10909
11526
|
"description": "Telegram bot token.",
|
|
10910
11527
|
"type": "string"
|
|
@@ -10956,14 +11573,15 @@
|
|
|
10956
11573
|
"--paper",
|
|
10957
11574
|
"--dry-run"
|
|
10958
11575
|
],
|
|
10959
|
-
"summary": "Start detached mirror sync daemon.",
|
|
11576
|
+
"summary": "Start detached mirror sync daemon for separate Pandora rebalance and Polymarket hedge legs; cross-venue settlement is not atomic.",
|
|
10960
11577
|
"supportsRemote": true,
|
|
10961
11578
|
"supportsWebhook": true,
|
|
10962
|
-
"usage": "pandora [--output table|json] mirror sync start --pandora-market-address <address>|--market-address <address> --polymarket-market-id <id>|--polymarket-slug <slug> [--paper|--dry-run|--execute-live|--execute] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--funder <address>] [--usdc <address>] [--trust-deploy] [--manifest-file <path>] [--skip-gate] [--interval-ms <ms>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--hedge-ratio <n>] [--no-hedge] [--max-rebalance-usdc <n>] [--max-hedge-usdc <n>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--cooldown-ms <ms>] [--depth-slippage-bps <n>] [--min-time-to-close-sec <n>] [--iterations <n>] [--state-file <path>] [--kill-switch-file <path>] [--chain-id <id>] [--rpc-url <url>] [--polymarket-rpc-url <url>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>] [--webhook-url <url>] [--telegram-bot-token <token>] [--telegram-chat-id <id>] [--discord-webhook-url <url>]"
|
|
11579
|
+
"usage": "pandora [--output table|json] mirror sync start --pandora-market-address <address>|--market-address <address> --polymarket-market-id <id>|--polymarket-slug <slug> [--paper|--dry-run|--execute-live|--execute] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--funder <address>] [--usdc <address>] [--trust-deploy] [--manifest-file <path>] [--skip-gate] [--strict-close-time-delta] [--interval-ms <ms>] [--drift-trigger-bps <n>] [--hedge-trigger-usdc <n>] [--hedge-ratio <n>] [--no-hedge] [--rebalance-mode atomic|incremental] [--price-source on-chain|indexer] [--max-rebalance-usdc <n>] [--max-hedge-usdc <n>] [--max-open-exposure-usdc <amount>] [--max-trades-per-day <n>] [--cooldown-ms <ms>] [--depth-slippage-bps <n>] [--min-time-to-close-sec <n>] [--iterations <n>] [--state-file <path>] [--kill-switch-file <path>] [--chain-id <id>] [--rpc-url <url>] [--polymarket-rpc-url <url>] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>] [--webhook-url <url>] [--telegram-bot-token <token>] [--telegram-chat-id <id>] [--discord-webhook-url <url>]"
|
|
10963
11580
|
},
|
|
10964
11581
|
"mirror.sync.status": {
|
|
10965
11582
|
"agentWorkflow": null,
|
|
10966
11583
|
"aliasOf": null,
|
|
11584
|
+
"canRunConcurrent": true,
|
|
10967
11585
|
"canonicalCommandTokens": [
|
|
10968
11586
|
"mirror",
|
|
10969
11587
|
"sync",
|
|
@@ -10971,7 +11589,6 @@
|
|
|
10971
11589
|
],
|
|
10972
11590
|
"canonicalTool": "mirror.sync.status",
|
|
10973
11591
|
"canonicalUsage": "pandora [--output table|json] mirror sync status --pid-file <path>|--strategy-hash <hash>",
|
|
10974
|
-
"canRunConcurrent": true,
|
|
10975
11592
|
"controlInputNames": [],
|
|
10976
11593
|
"dataSchema": "#/definitions/MirrorSyncPayload",
|
|
10977
11594
|
"emits": [
|
|
@@ -11073,7 +11690,7 @@
|
|
|
11073
11690
|
"riskLevel": "low",
|
|
11074
11691
|
"safeEquivalent": null,
|
|
11075
11692
|
"safeFlags": [],
|
|
11076
|
-
"summary": "Inspect detached mirror sync daemon status.",
|
|
11693
|
+
"summary": "Inspect detached mirror sync daemon health/status metadata.",
|
|
11077
11694
|
"supportsRemote": true,
|
|
11078
11695
|
"supportsWebhook": false,
|
|
11079
11696
|
"usage": "pandora [--output table|json] mirror sync status --pid-file <path>|--strategy-hash <hash>"
|
|
@@ -11081,6 +11698,7 @@
|
|
|
11081
11698
|
"mirror.sync.stop": {
|
|
11082
11699
|
"agentWorkflow": null,
|
|
11083
11700
|
"aliasOf": null,
|
|
11701
|
+
"canRunConcurrent": false,
|
|
11084
11702
|
"canonicalCommandTokens": [
|
|
11085
11703
|
"mirror",
|
|
11086
11704
|
"sync",
|
|
@@ -11088,7 +11706,6 @@
|
|
|
11088
11706
|
],
|
|
11089
11707
|
"canonicalTool": "mirror.sync.stop",
|
|
11090
11708
|
"canonicalUsage": "pandora [--output table|json] mirror sync stop --pid-file <path>|--strategy-hash <hash>|--market-address <address>|--all",
|
|
11091
|
-
"canRunConcurrent": false,
|
|
11092
11709
|
"controlInputNames": [],
|
|
11093
11710
|
"dataSchema": "#/definitions/MirrorSyncPayload",
|
|
11094
11711
|
"emits": [
|
|
@@ -11344,13 +11961,13 @@
|
|
|
11344
11961
|
"mirror.verify": {
|
|
11345
11962
|
"agentWorkflow": null,
|
|
11346
11963
|
"aliasOf": null,
|
|
11964
|
+
"canRunConcurrent": true,
|
|
11347
11965
|
"canonicalCommandTokens": [
|
|
11348
11966
|
"mirror",
|
|
11349
11967
|
"verify"
|
|
11350
11968
|
],
|
|
11351
11969
|
"canonicalTool": "mirror.verify",
|
|
11352
11970
|
"canonicalUsage": "pandora [--output table|json] mirror verify --pandora-market-address <address>|--market-address <address> --polymarket-market-id <id>|--polymarket-slug <slug> [--trust-deploy] [--manifest-file <path>] [--include-similarity] [--with-rules] [--allow-rule-mismatch] [--polymarket-host <url>] [--polymarket-gamma-url <url>] [--polymarket-gamma-mock-url <url>] [--polymarket-mock-url <url>]",
|
|
11353
|
-
"canRunConcurrent": true,
|
|
11354
11971
|
"controlInputNames": [],
|
|
11355
11972
|
"dataSchema": "#/definitions/MirrorVerifyPayload",
|
|
11356
11973
|
"emits": [
|
|
@@ -11603,10 +12220,10 @@
|
|
|
11603
12220
|
"model": {
|
|
11604
12221
|
"agentWorkflow": null,
|
|
11605
12222
|
"aliasOf": null,
|
|
12223
|
+
"canRunConcurrent": true,
|
|
11606
12224
|
"canonicalCommandTokens": null,
|
|
11607
12225
|
"canonicalTool": null,
|
|
11608
12226
|
"canonicalUsage": null,
|
|
11609
|
-
"canRunConcurrent": true,
|
|
11610
12227
|
"controlInputNames": [],
|
|
11611
12228
|
"dataSchema": "#/definitions/GenericCommandData",
|
|
11612
12229
|
"emits": [
|
|
@@ -11648,13 +12265,13 @@
|
|
|
11648
12265
|
"model.calibrate": {
|
|
11649
12266
|
"agentWorkflow": null,
|
|
11650
12267
|
"aliasOf": null,
|
|
12268
|
+
"canRunConcurrent": false,
|
|
11651
12269
|
"canonicalCommandTokens": [
|
|
11652
12270
|
"model",
|
|
11653
12271
|
"calibrate"
|
|
11654
12272
|
],
|
|
11655
12273
|
"canonicalTool": "model.calibrate",
|
|
11656
12274
|
"canonicalUsage": "pandora [--output table|json] model calibrate (--prices <csv>|--returns <csv>) [--dt <n>] [--jump-threshold-sigma <n>] [--min-jump-count <n>] [--model-id <id>] [--save-model <path>]",
|
|
11657
|
-
"canRunConcurrent": false,
|
|
11658
12275
|
"controlInputNames": [],
|
|
11659
12276
|
"dataSchema": "#/definitions/ModelCalibratePayload",
|
|
11660
12277
|
"emits": [
|
|
@@ -11733,13 +12350,13 @@
|
|
|
11733
12350
|
"model.correlation": {
|
|
11734
12351
|
"agentWorkflow": null,
|
|
11735
12352
|
"aliasOf": null,
|
|
12353
|
+
"canRunConcurrent": false,
|
|
11736
12354
|
"canonicalCommandTokens": [
|
|
11737
12355
|
"model",
|
|
11738
12356
|
"correlation"
|
|
11739
12357
|
],
|
|
11740
12358
|
"canonicalTool": "model.correlation",
|
|
11741
12359
|
"canonicalUsage": "pandora [--output table|json] model correlation --series <id:v1,v2,...> --series <id:v1,v2,...> [--copula t|gaussian|clayton|gumbel] [--compare <csv>] [--tail-alpha <n>] [--df <n>] [--joint-threshold-z <n>] [--scenario-shocks <csv>] [--model-id <id>] [--save-model <path>]",
|
|
11742
|
-
"canRunConcurrent": false,
|
|
11743
12360
|
"controlInputNames": [],
|
|
11744
12361
|
"dataSchema": "#/definitions/ModelCorrelationPayload",
|
|
11745
12362
|
"emits": [
|
|
@@ -11846,13 +12463,13 @@
|
|
|
11846
12463
|
"model.diagnose": {
|
|
11847
12464
|
"agentWorkflow": null,
|
|
11848
12465
|
"aliasOf": null,
|
|
12466
|
+
"canRunConcurrent": true,
|
|
11849
12467
|
"canonicalCommandTokens": [
|
|
11850
12468
|
"model",
|
|
11851
12469
|
"diagnose"
|
|
11852
12470
|
],
|
|
11853
12471
|
"canonicalTool": "model.diagnose",
|
|
11854
12472
|
"canonicalUsage": "pandora [--output table|json] model diagnose [--calibration-rmse <n>] [--drift-bps <n>] [--spread-bps <n>] [--depth-coverage <0..1>] [--informed-flow-ratio <0..1>] [--noise-ratio <0..1>] [--anomaly-rate <0..1>] [--manipulation-alerts <n>] [--tail-dependence <0..1>]",
|
|
11855
|
-
"canRunConcurrent": true,
|
|
11856
12473
|
"controlInputNames": [],
|
|
11857
12474
|
"dataSchema": "#/definitions/ModelDiagnosePayload",
|
|
11858
12475
|
"emits": [
|
|
@@ -11950,6 +12567,7 @@
|
|
|
11950
12567
|
"model.score.brier": {
|
|
11951
12568
|
"agentWorkflow": null,
|
|
11952
12569
|
"aliasOf": null,
|
|
12570
|
+
"canRunConcurrent": true,
|
|
11953
12571
|
"canonicalCommandTokens": [
|
|
11954
12572
|
"model",
|
|
11955
12573
|
"score",
|
|
@@ -11957,7 +12575,6 @@
|
|
|
11957
12575
|
],
|
|
11958
12576
|
"canonicalTool": "model.score.brier",
|
|
11959
12577
|
"canonicalUsage": "pandora [--output table|json] model score brier [--source <name>] [--market-address <address>] [--competition <id>] [--event-id <id>] [--model-id <id>] [--group-by source|market|competition|model|none] [--window-days <n>] [--bucket-count <n>] [--forecast-file <path>] [--include-records] [--include-unresolved] [--limit <n>]",
|
|
11960
|
-
"canRunConcurrent": true,
|
|
11961
12578
|
"controlInputNames": [],
|
|
11962
12579
|
"dataSchema": "#/definitions/ModelScoreBrierPayload",
|
|
11963
12580
|
"emits": [
|
|
@@ -12063,10 +12680,10 @@
|
|
|
12063
12680
|
"odds": {
|
|
12064
12681
|
"agentWorkflow": null,
|
|
12065
12682
|
"aliasOf": null,
|
|
12683
|
+
"canRunConcurrent": true,
|
|
12066
12684
|
"canonicalCommandTokens": null,
|
|
12067
12685
|
"canonicalTool": null,
|
|
12068
12686
|
"canonicalUsage": null,
|
|
12069
|
-
"canRunConcurrent": true,
|
|
12070
12687
|
"controlInputNames": [],
|
|
12071
12688
|
"dataSchema": "#/definitions/GenericCommandData",
|
|
12072
12689
|
"emits": [
|
|
@@ -12111,13 +12728,13 @@
|
|
|
12111
12728
|
"odds.history": {
|
|
12112
12729
|
"agentWorkflow": null,
|
|
12113
12730
|
"aliasOf": null,
|
|
12731
|
+
"canRunConcurrent": true,
|
|
12114
12732
|
"canonicalCommandTokens": [
|
|
12115
12733
|
"odds",
|
|
12116
12734
|
"history"
|
|
12117
12735
|
],
|
|
12118
12736
|
"canonicalTool": "odds.history",
|
|
12119
12737
|
"canonicalUsage": "pandora [--output table|json] odds history --event-id <id> --output csv|json [--limit <n>]",
|
|
12120
|
-
"canRunConcurrent": true,
|
|
12121
12738
|
"controlInputNames": [],
|
|
12122
12739
|
"dataSchema": "#/definitions/OddsHistoryPayload",
|
|
12123
12740
|
"emits": [
|
|
@@ -12187,13 +12804,13 @@
|
|
|
12187
12804
|
"odds.record": {
|
|
12188
12805
|
"agentWorkflow": null,
|
|
12189
12806
|
"aliasOf": null,
|
|
12807
|
+
"canRunConcurrent": false,
|
|
12190
12808
|
"canonicalCommandTokens": [
|
|
12191
12809
|
"odds",
|
|
12192
12810
|
"record"
|
|
12193
12811
|
],
|
|
12194
12812
|
"canonicalTool": "odds.record",
|
|
12195
12813
|
"canonicalUsage": "pandora [--output table|json] odds record --competition <id> --interval <sec> [--max-samples <n>] [--event-id <id>] [--venues pandora_amm,polymarket] [--indexer-url <url>] [--polymarket-host <url>] [--polymarket-mock-url <url>] [--timeout-ms <ms>]",
|
|
12196
|
-
"canRunConcurrent": false,
|
|
12197
12814
|
"controlInputNames": [],
|
|
12198
12815
|
"dataSchema": "#/definitions/OddsRecordPayload",
|
|
12199
12816
|
"emits": [
|
|
@@ -12298,10 +12915,10 @@
|
|
|
12298
12915
|
"operations": {
|
|
12299
12916
|
"agentWorkflow": null,
|
|
12300
12917
|
"aliasOf": null,
|
|
12918
|
+
"canRunConcurrent": true,
|
|
12301
12919
|
"canonicalCommandTokens": null,
|
|
12302
12920
|
"canonicalTool": null,
|
|
12303
12921
|
"canonicalUsage": null,
|
|
12304
|
-
"canRunConcurrent": true,
|
|
12305
12922
|
"controlInputNames": [],
|
|
12306
12923
|
"dataSchema": "#/definitions/CommandHelpPayload",
|
|
12307
12924
|
"emits": [
|
|
@@ -12343,13 +12960,13 @@
|
|
|
12343
12960
|
"operations.cancel": {
|
|
12344
12961
|
"agentWorkflow": null,
|
|
12345
12962
|
"aliasOf": null,
|
|
12963
|
+
"canRunConcurrent": false,
|
|
12346
12964
|
"canonicalCommandTokens": [
|
|
12347
12965
|
"operations",
|
|
12348
12966
|
"cancel"
|
|
12349
12967
|
],
|
|
12350
12968
|
"canonicalTool": "operations.cancel",
|
|
12351
12969
|
"canonicalUsage": "pandora [--output table|json] operations cancel --id <operation-id> [--reason <text>]",
|
|
12352
|
-
"canRunConcurrent": false,
|
|
12353
12970
|
"controlInputNames": [],
|
|
12354
12971
|
"dataSchema": "#/definitions/OperationPayload",
|
|
12355
12972
|
"emits": [
|
|
@@ -12419,13 +13036,13 @@
|
|
|
12419
13036
|
"operations.close": {
|
|
12420
13037
|
"agentWorkflow": null,
|
|
12421
13038
|
"aliasOf": null,
|
|
13039
|
+
"canRunConcurrent": false,
|
|
12422
13040
|
"canonicalCommandTokens": [
|
|
12423
13041
|
"operations",
|
|
12424
13042
|
"close"
|
|
12425
13043
|
],
|
|
12426
13044
|
"canonicalTool": "operations.close",
|
|
12427
13045
|
"canonicalUsage": "pandora [--output table|json] operations close --id <operation-id> [--reason <text>]",
|
|
12428
|
-
"canRunConcurrent": false,
|
|
12429
13046
|
"controlInputNames": [],
|
|
12430
13047
|
"dataSchema": "#/definitions/OperationPayload",
|
|
12431
13048
|
"emits": [
|
|
@@ -12495,13 +13112,13 @@
|
|
|
12495
13112
|
"operations.get": {
|
|
12496
13113
|
"agentWorkflow": null,
|
|
12497
13114
|
"aliasOf": null,
|
|
13115
|
+
"canRunConcurrent": true,
|
|
12498
13116
|
"canonicalCommandTokens": [
|
|
12499
13117
|
"operations",
|
|
12500
13118
|
"get"
|
|
12501
13119
|
],
|
|
12502
13120
|
"canonicalTool": "operations.get",
|
|
12503
13121
|
"canonicalUsage": "pandora [--output table|json] operations get --id <operation-id>",
|
|
12504
|
-
"canRunConcurrent": true,
|
|
12505
13122
|
"controlInputNames": [],
|
|
12506
13123
|
"dataSchema": "#/definitions/OperationPayload",
|
|
12507
13124
|
"emits": [
|
|
@@ -12557,13 +13174,13 @@
|
|
|
12557
13174
|
"operations.list": {
|
|
12558
13175
|
"agentWorkflow": null,
|
|
12559
13176
|
"aliasOf": null,
|
|
13177
|
+
"canRunConcurrent": true,
|
|
12560
13178
|
"canonicalCommandTokens": [
|
|
12561
13179
|
"operations",
|
|
12562
13180
|
"list"
|
|
12563
13181
|
],
|
|
12564
13182
|
"canonicalTool": "operations.list",
|
|
12565
13183
|
"canonicalUsage": "pandora [--output table|json] operations list [--status <csv>] [--tool <name>] [--limit <n>]",
|
|
12566
|
-
"canRunConcurrent": true,
|
|
12567
13184
|
"controlInputNames": [],
|
|
12568
13185
|
"dataSchema": "#/definitions/OperationListPayload",
|
|
12569
13186
|
"emits": [
|
|
@@ -12632,13 +13249,13 @@
|
|
|
12632
13249
|
"operations.receipt": {
|
|
12633
13250
|
"agentWorkflow": null,
|
|
12634
13251
|
"aliasOf": null,
|
|
13252
|
+
"canRunConcurrent": true,
|
|
12635
13253
|
"canonicalCommandTokens": [
|
|
12636
13254
|
"operations",
|
|
12637
13255
|
"receipt"
|
|
12638
13256
|
],
|
|
12639
13257
|
"canonicalTool": "operations.receipt",
|
|
12640
13258
|
"canonicalUsage": "pandora [--output table|json] operations receipt --id <operation-id>",
|
|
12641
|
-
"canRunConcurrent": true,
|
|
12642
13259
|
"controlInputNames": [],
|
|
12643
13260
|
"dataSchema": "#/definitions/OperationReceiptPayload",
|
|
12644
13261
|
"emits": [
|
|
@@ -12694,13 +13311,13 @@
|
|
|
12694
13311
|
"operations.verify-receipt": {
|
|
12695
13312
|
"agentWorkflow": null,
|
|
12696
13313
|
"aliasOf": null,
|
|
13314
|
+
"canRunConcurrent": true,
|
|
12697
13315
|
"canonicalCommandTokens": [
|
|
12698
13316
|
"operations",
|
|
12699
13317
|
"verify-receipt"
|
|
12700
13318
|
],
|
|
12701
13319
|
"canonicalTool": "operations.verify-receipt",
|
|
12702
13320
|
"canonicalUsage": "pandora [--output table|json] operations verify-receipt --id <operation-id>|--file <path> [--expected-operation-hash <hash>]",
|
|
12703
|
-
"canRunConcurrent": true,
|
|
12704
13321
|
"controlInputNames": [],
|
|
12705
13322
|
"dataSchema": "#/definitions/OperationReceiptVerificationPayload",
|
|
12706
13323
|
"emits": [
|
|
@@ -12760,10 +13377,10 @@
|
|
|
12760
13377
|
"policy": {
|
|
12761
13378
|
"agentWorkflow": null,
|
|
12762
13379
|
"aliasOf": null,
|
|
13380
|
+
"canRunConcurrent": true,
|
|
12763
13381
|
"canonicalCommandTokens": null,
|
|
12764
13382
|
"canonicalTool": null,
|
|
12765
13383
|
"canonicalUsage": null,
|
|
12766
|
-
"canRunConcurrent": true,
|
|
12767
13384
|
"controlInputNames": [],
|
|
12768
13385
|
"dataSchema": "#/definitions/PolicyListPayload",
|
|
12769
13386
|
"emits": [
|
|
@@ -12805,13 +13422,13 @@
|
|
|
12805
13422
|
"policy.explain": {
|
|
12806
13423
|
"agentWorkflow": null,
|
|
12807
13424
|
"aliasOf": null,
|
|
13425
|
+
"canRunConcurrent": true,
|
|
12808
13426
|
"canonicalCommandTokens": [
|
|
12809
13427
|
"policy",
|
|
12810
13428
|
"explain"
|
|
12811
13429
|
],
|
|
12812
13430
|
"canonicalTool": "policy.explain",
|
|
12813
13431
|
"canonicalUsage": "pandora [--output table|json] policy explain --id <policy-id> [--command <tool>] [--mode dry-run|paper|fork|execute|execute-live] [--chain-id <id>] [--category <id|name>] [--profile-id <id>]",
|
|
12814
|
-
"canRunConcurrent": true,
|
|
12815
13432
|
"controlInputNames": [],
|
|
12816
13433
|
"dataSchema": "#/definitions/PolicyExplainPayload",
|
|
12817
13434
|
"emits": [
|
|
@@ -12888,13 +13505,13 @@
|
|
|
12888
13505
|
"policy.get": {
|
|
12889
13506
|
"agentWorkflow": null,
|
|
12890
13507
|
"aliasOf": null,
|
|
13508
|
+
"canRunConcurrent": true,
|
|
12891
13509
|
"canonicalCommandTokens": [
|
|
12892
13510
|
"policy",
|
|
12893
13511
|
"get"
|
|
12894
13512
|
],
|
|
12895
13513
|
"canonicalTool": "policy.get",
|
|
12896
13514
|
"canonicalUsage": "pandora [--output table|json] policy get --id <policy-id>",
|
|
12897
|
-
"canRunConcurrent": true,
|
|
12898
13515
|
"controlInputNames": [],
|
|
12899
13516
|
"dataSchema": "#/definitions/PolicyPayload",
|
|
12900
13517
|
"emits": [
|
|
@@ -12951,13 +13568,13 @@
|
|
|
12951
13568
|
"policy.lint": {
|
|
12952
13569
|
"agentWorkflow": null,
|
|
12953
13570
|
"aliasOf": null,
|
|
13571
|
+
"canRunConcurrent": true,
|
|
12954
13572
|
"canonicalCommandTokens": [
|
|
12955
13573
|
"policy",
|
|
12956
13574
|
"lint"
|
|
12957
13575
|
],
|
|
12958
13576
|
"canonicalTool": "policy.lint",
|
|
12959
13577
|
"canonicalUsage": "pandora [--output table|json] policy lint --file <path>",
|
|
12960
|
-
"canRunConcurrent": true,
|
|
12961
13578
|
"controlInputNames": [],
|
|
12962
13579
|
"dataSchema": "#/definitions/PolicyPayload",
|
|
12963
13580
|
"emits": [
|
|
@@ -13014,13 +13631,13 @@
|
|
|
13014
13631
|
"policy.list": {
|
|
13015
13632
|
"agentWorkflow": null,
|
|
13016
13633
|
"aliasOf": null,
|
|
13634
|
+
"canRunConcurrent": true,
|
|
13017
13635
|
"canonicalCommandTokens": [
|
|
13018
13636
|
"policy",
|
|
13019
13637
|
"list"
|
|
13020
13638
|
],
|
|
13021
13639
|
"canonicalTool": "policy.list",
|
|
13022
13640
|
"canonicalUsage": "pandora [--output table|json] policy list",
|
|
13023
|
-
"canRunConcurrent": true,
|
|
13024
13641
|
"controlInputNames": [],
|
|
13025
13642
|
"dataSchema": "#/definitions/PolicyListPayload",
|
|
13026
13643
|
"emits": [
|
|
@@ -13069,13 +13686,13 @@
|
|
|
13069
13686
|
"policy.recommend": {
|
|
13070
13687
|
"agentWorkflow": null,
|
|
13071
13688
|
"aliasOf": null,
|
|
13689
|
+
"canRunConcurrent": true,
|
|
13072
13690
|
"canonicalCommandTokens": [
|
|
13073
13691
|
"policy",
|
|
13074
13692
|
"recommend"
|
|
13075
13693
|
],
|
|
13076
13694
|
"canonicalTool": "policy.recommend",
|
|
13077
13695
|
"canonicalUsage": "pandora [--output table|json] policy recommend [--command <tool>] [--mode dry-run|paper|fork|execute|execute-live] [--chain-id <id>] [--category <id|name>] [--profile-id <id>]",
|
|
13078
|
-
"canRunConcurrent": true,
|
|
13079
13696
|
"controlInputNames": [],
|
|
13080
13697
|
"dataSchema": "#/definitions/PolicyRecommendPayload",
|
|
13081
13698
|
"emits": [
|
|
@@ -13145,10 +13762,10 @@
|
|
|
13145
13762
|
"polls": {
|
|
13146
13763
|
"agentWorkflow": null,
|
|
13147
13764
|
"aliasOf": null,
|
|
13765
|
+
"canRunConcurrent": true,
|
|
13148
13766
|
"canonicalCommandTokens": null,
|
|
13149
13767
|
"canonicalTool": null,
|
|
13150
13768
|
"canonicalUsage": null,
|
|
13151
|
-
"canRunConcurrent": true,
|
|
13152
13769
|
"controlInputNames": [],
|
|
13153
13770
|
"dataSchema": "#/definitions/PagedEntityPayload",
|
|
13154
13771
|
"emits": [
|
|
@@ -13193,13 +13810,13 @@
|
|
|
13193
13810
|
"polls.get": {
|
|
13194
13811
|
"agentWorkflow": null,
|
|
13195
13812
|
"aliasOf": null,
|
|
13813
|
+
"canRunConcurrent": true,
|
|
13196
13814
|
"canonicalCommandTokens": [
|
|
13197
13815
|
"polls",
|
|
13198
13816
|
"get"
|
|
13199
13817
|
],
|
|
13200
13818
|
"canonicalTool": "polls.get",
|
|
13201
13819
|
"canonicalUsage": "pandora [--output table|json] polls get --id <id>",
|
|
13202
|
-
"canRunConcurrent": true,
|
|
13203
13820
|
"controlInputNames": [],
|
|
13204
13821
|
"dataSchema": "#/definitions/EntityCollectionPayload",
|
|
13205
13822
|
"emits": [
|
|
@@ -13258,13 +13875,13 @@
|
|
|
13258
13875
|
"polls.list": {
|
|
13259
13876
|
"agentWorkflow": null,
|
|
13260
13877
|
"aliasOf": null,
|
|
13878
|
+
"canRunConcurrent": true,
|
|
13261
13879
|
"canonicalCommandTokens": [
|
|
13262
13880
|
"polls",
|
|
13263
13881
|
"list"
|
|
13264
13882
|
],
|
|
13265
13883
|
"canonicalTool": "polls.list",
|
|
13266
13884
|
"canonicalUsage": "pandora [--output table|json] polls list [--limit <n>] [--after <cursor>] [--before <cursor>] [--order-by <field>] [--order-direction asc|desc] [--chain-id <id>] [--creator <address>] [--where-json <json>]",
|
|
13267
|
-
"canRunConcurrent": true,
|
|
13268
13885
|
"controlInputNames": [],
|
|
13269
13886
|
"dataSchema": "#/definitions/PagedEntityPayload",
|
|
13270
13887
|
"emits": [
|
|
@@ -13353,10 +13970,10 @@
|
|
|
13353
13970
|
"polymarket": {
|
|
13354
13971
|
"agentWorkflow": null,
|
|
13355
13972
|
"aliasOf": null,
|
|
13973
|
+
"canRunConcurrent": true,
|
|
13356
13974
|
"canonicalCommandTokens": null,
|
|
13357
13975
|
"canonicalTool": null,
|
|
13358
13976
|
"canonicalUsage": null,
|
|
13359
|
-
"canRunConcurrent": true,
|
|
13360
13977
|
"controlInputNames": [],
|
|
13361
13978
|
"dataSchema": "#/definitions/GenericCommandData",
|
|
13362
13979
|
"emits": [
|
|
@@ -13398,18 +14015,18 @@
|
|
|
13398
14015
|
"summary": "Polymarket command family help and routing entrypoint.",
|
|
13399
14016
|
"supportsRemote": false,
|
|
13400
14017
|
"supportsWebhook": false,
|
|
13401
|
-
"usage": "pandora [--output table|json] polymarket check|approve|preflight|trade ..."
|
|
14018
|
+
"usage": "pandora [--output table|json] polymarket check|approve|preflight|balance|deposit|withdraw|trade ..."
|
|
13402
14019
|
},
|
|
13403
14020
|
"polymarket.approve": {
|
|
13404
14021
|
"agentWorkflow": null,
|
|
13405
14022
|
"aliasOf": null,
|
|
14023
|
+
"canRunConcurrent": false,
|
|
13406
14024
|
"canonicalCommandTokens": [
|
|
13407
14025
|
"polymarket",
|
|
13408
14026
|
"approve"
|
|
13409
14027
|
],
|
|
13410
14028
|
"canonicalTool": "polymarket.approve",
|
|
13411
14029
|
"canonicalUsage": "pandora [--output table|json] polymarket approve --dry-run|--execute [--polymarket-host <url>] [--polymarket-mock-url <url>] [--timeout-ms <ms>] [--private-key <hex>] [--funder <address>] [--rpc-url <url>]",
|
|
13412
|
-
"canRunConcurrent": false,
|
|
13413
14030
|
"controlInputNames": [],
|
|
13414
14031
|
"dataSchema": "#/definitions/PolymarketPayload",
|
|
13415
14032
|
"emits": [
|
|
@@ -13509,16 +14126,107 @@
|
|
|
13509
14126
|
"supportsWebhook": false,
|
|
13510
14127
|
"usage": "pandora [--output table|json] polymarket approve --dry-run|--execute [--polymarket-host <url>] [--polymarket-mock-url <url>] [--timeout-ms <ms>] [--private-key <hex>] [--funder <address>] [--rpc-url <url>]"
|
|
13511
14128
|
},
|
|
14129
|
+
"polymarket.balance": {
|
|
14130
|
+
"agentWorkflow": null,
|
|
14131
|
+
"aliasOf": null,
|
|
14132
|
+
"canRunConcurrent": true,
|
|
14133
|
+
"canonicalCommandTokens": [
|
|
14134
|
+
"polymarket",
|
|
14135
|
+
"balance"
|
|
14136
|
+
],
|
|
14137
|
+
"canonicalTool": "polymarket.balance",
|
|
14138
|
+
"canonicalUsage": "pandora [--output table|json] polymarket balance [--wallet <address>] [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--rpc-url <url>] [--private-key <hex>] [--funder <address>]",
|
|
14139
|
+
"controlInputNames": [],
|
|
14140
|
+
"dataSchema": "#/definitions/PolymarketPayload",
|
|
14141
|
+
"emits": [
|
|
14142
|
+
"polymarket.balance",
|
|
14143
|
+
"polymarket.balance.help",
|
|
14144
|
+
"polymarket.help"
|
|
14145
|
+
],
|
|
14146
|
+
"executeFlags": [],
|
|
14147
|
+
"executeIntentRequired": false,
|
|
14148
|
+
"executeIntentRequiredForLiveMode": false,
|
|
14149
|
+
"expectedLatencyMs": 5000,
|
|
14150
|
+
"externalDependencies": [
|
|
14151
|
+
"wallet-secrets",
|
|
14152
|
+
"chain-rpc",
|
|
14153
|
+
"polymarket-api"
|
|
14154
|
+
],
|
|
14155
|
+
"helpDataSchema": "#/definitions/CommandHelpPayload",
|
|
14156
|
+
"idempotency": "idempotent",
|
|
14157
|
+
"inputSchema": {
|
|
14158
|
+
"additionalProperties": false,
|
|
14159
|
+
"properties": {
|
|
14160
|
+
"fork": {
|
|
14161
|
+
"description": "Run in fork mode.",
|
|
14162
|
+
"type": "boolean"
|
|
14163
|
+
},
|
|
14164
|
+
"fork-chain-id": {
|
|
14165
|
+
"description": "Fork chain id.",
|
|
14166
|
+
"minimum": 1,
|
|
14167
|
+
"type": "integer"
|
|
14168
|
+
},
|
|
14169
|
+
"fork-rpc-url": {
|
|
14170
|
+
"description": "Fork RPC URL.",
|
|
14171
|
+
"type": "string"
|
|
14172
|
+
},
|
|
14173
|
+
"funder": {
|
|
14174
|
+
"description": "Polymarket proxy wallet.",
|
|
14175
|
+
"type": "string"
|
|
14176
|
+
},
|
|
14177
|
+
"private-key": {
|
|
14178
|
+
"description": "Hex private key.",
|
|
14179
|
+
"type": "string"
|
|
14180
|
+
},
|
|
14181
|
+
"rpc-url": {
|
|
14182
|
+
"description": "RPC URL.",
|
|
14183
|
+
"type": "string"
|
|
14184
|
+
},
|
|
14185
|
+
"wallet": {
|
|
14186
|
+
"description": "Wallet address to inspect.",
|
|
14187
|
+
"type": "string"
|
|
14188
|
+
}
|
|
14189
|
+
},
|
|
14190
|
+
"type": "object"
|
|
14191
|
+
},
|
|
14192
|
+
"jobCapable": false,
|
|
14193
|
+
"mcpExposed": true,
|
|
14194
|
+
"mcpLongRunningBlocked": false,
|
|
14195
|
+
"mcpMutating": false,
|
|
14196
|
+
"outputModes": [
|
|
14197
|
+
"table",
|
|
14198
|
+
"json"
|
|
14199
|
+
],
|
|
14200
|
+
"policyScopes": [
|
|
14201
|
+
"polymarket:read",
|
|
14202
|
+
"secrets:use",
|
|
14203
|
+
"network:rpc",
|
|
14204
|
+
"network:polymarket"
|
|
14205
|
+
],
|
|
14206
|
+
"preferred": true,
|
|
14207
|
+
"recommendedPreflightTool": null,
|
|
14208
|
+
"remoteEligible": true,
|
|
14209
|
+
"requiresSecrets": true,
|
|
14210
|
+
"returnsOperationId": false,
|
|
14211
|
+
"returnsRuntimeHandle": false,
|
|
14212
|
+
"riskLevel": "medium",
|
|
14213
|
+
"safeEquivalent": null,
|
|
14214
|
+
"safeFlags": [],
|
|
14215
|
+
"summary": "Read Polymarket signer/proxy funding balances.",
|
|
14216
|
+
"supportsRemote": true,
|
|
14217
|
+
"supportsWebhook": false,
|
|
14218
|
+
"usage": "pandora [--output table|json] polymarket balance [--wallet <address>] [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--rpc-url <url>] [--private-key <hex>] [--funder <address>]"
|
|
14219
|
+
},
|
|
13512
14220
|
"polymarket.check": {
|
|
13513
14221
|
"agentWorkflow": null,
|
|
13514
14222
|
"aliasOf": null,
|
|
14223
|
+
"canRunConcurrent": true,
|
|
13515
14224
|
"canonicalCommandTokens": [
|
|
13516
14225
|
"polymarket",
|
|
13517
14226
|
"check"
|
|
13518
14227
|
],
|
|
13519
14228
|
"canonicalTool": "polymarket.check",
|
|
13520
14229
|
"canonicalUsage": "pandora [--output table|json] polymarket check [--polymarket-host <url>] [--polymarket-mock-url <url>] [--timeout-ms <ms>] [--private-key <hex>] [--funder <address>] [--rpc-url <url>]",
|
|
13521
|
-
"canRunConcurrent": true,
|
|
13522
14230
|
"controlInputNames": [],
|
|
13523
14231
|
"dataSchema": "#/definitions/PolymarketPayload",
|
|
13524
14232
|
"emits": [
|
|
@@ -13544,14 +14252,131 @@
|
|
|
13544
14252
|
"description": "Polymarket proxy wallet.",
|
|
13545
14253
|
"type": "string"
|
|
13546
14254
|
},
|
|
13547
|
-
"polymarket-host": {
|
|
13548
|
-
"description": "Polymarket host override.",
|
|
14255
|
+
"polymarket-host": {
|
|
14256
|
+
"description": "Polymarket host override.",
|
|
14257
|
+
"type": "string"
|
|
14258
|
+
},
|
|
14259
|
+
"polymarket-mock-url": {
|
|
14260
|
+
"description": "Polymarket mock URL.",
|
|
14261
|
+
"type": "string"
|
|
14262
|
+
},
|
|
14263
|
+
"private-key": {
|
|
14264
|
+
"description": "Hex private key.",
|
|
14265
|
+
"type": "string"
|
|
14266
|
+
},
|
|
14267
|
+
"rpc-url": {
|
|
14268
|
+
"description": "RPC URL.",
|
|
14269
|
+
"type": "string"
|
|
14270
|
+
},
|
|
14271
|
+
"timeout-ms": {
|
|
14272
|
+
"description": "Request timeout in milliseconds.",
|
|
14273
|
+
"minimum": 1,
|
|
14274
|
+
"type": "integer"
|
|
14275
|
+
}
|
|
14276
|
+
},
|
|
14277
|
+
"type": "object"
|
|
14278
|
+
},
|
|
14279
|
+
"jobCapable": false,
|
|
14280
|
+
"mcpExposed": true,
|
|
14281
|
+
"mcpLongRunningBlocked": false,
|
|
14282
|
+
"mcpMutating": false,
|
|
14283
|
+
"outputModes": [
|
|
14284
|
+
"table",
|
|
14285
|
+
"json"
|
|
14286
|
+
],
|
|
14287
|
+
"policyScopes": [
|
|
14288
|
+
"polymarket:read",
|
|
14289
|
+
"secrets:use",
|
|
14290
|
+
"network:rpc",
|
|
14291
|
+
"network:polymarket"
|
|
14292
|
+
],
|
|
14293
|
+
"preferred": true,
|
|
14294
|
+
"recommendedPreflightTool": null,
|
|
14295
|
+
"remoteEligible": true,
|
|
14296
|
+
"requiresSecrets": true,
|
|
14297
|
+
"returnsOperationId": false,
|
|
14298
|
+
"returnsRuntimeHandle": false,
|
|
14299
|
+
"riskLevel": "medium",
|
|
14300
|
+
"safeEquivalent": null,
|
|
14301
|
+
"safeFlags": [],
|
|
14302
|
+
"summary": "Run Polymarket auth and allowance checks.",
|
|
14303
|
+
"supportsRemote": true,
|
|
14304
|
+
"supportsWebhook": false,
|
|
14305
|
+
"usage": "pandora [--output table|json] polymarket check [--polymarket-host <url>] [--polymarket-mock-url <url>] [--timeout-ms <ms>] [--private-key <hex>] [--funder <address>] [--rpc-url <url>]"
|
|
14306
|
+
},
|
|
14307
|
+
"polymarket.deposit": {
|
|
14308
|
+
"agentWorkflow": null,
|
|
14309
|
+
"aliasOf": null,
|
|
14310
|
+
"canRunConcurrent": false,
|
|
14311
|
+
"canonicalCommandTokens": [
|
|
14312
|
+
"polymarket",
|
|
14313
|
+
"deposit"
|
|
14314
|
+
],
|
|
14315
|
+
"canonicalTool": "polymarket.deposit",
|
|
14316
|
+
"canonicalUsage": "pandora [--output table|json] polymarket deposit --amount-usdc <n> --dry-run|--execute [--to <address>] [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--rpc-url <url>] [--private-key <hex>] [--funder <address>]",
|
|
14317
|
+
"controlInputNames": [],
|
|
14318
|
+
"dataSchema": "#/definitions/PolymarketPayload",
|
|
14319
|
+
"emits": [
|
|
14320
|
+
"polymarket.deposit",
|
|
14321
|
+
"polymarket.deposit.help",
|
|
14322
|
+
"polymarket.help"
|
|
14323
|
+
],
|
|
14324
|
+
"executeFlags": [
|
|
14325
|
+
"--execute"
|
|
14326
|
+
],
|
|
14327
|
+
"executeIntentRequired": false,
|
|
14328
|
+
"executeIntentRequiredForLiveMode": true,
|
|
14329
|
+
"expectedLatencyMs": 15000,
|
|
14330
|
+
"externalDependencies": [
|
|
14331
|
+
"wallet-secrets",
|
|
14332
|
+
"chain-rpc",
|
|
14333
|
+
"polymarket-api"
|
|
14334
|
+
],
|
|
14335
|
+
"helpDataSchema": "#/definitions/CommandHelpPayload",
|
|
14336
|
+
"idempotency": "conditional",
|
|
14337
|
+
"inputSchema": {
|
|
14338
|
+
"additionalProperties": false,
|
|
14339
|
+
"properties": {
|
|
14340
|
+
"amount-usdc": {
|
|
14341
|
+
"description": "Funding amount in USDC.",
|
|
14342
|
+
"minimum": 0,
|
|
14343
|
+
"type": "number"
|
|
14344
|
+
},
|
|
14345
|
+
"dry-run": {
|
|
14346
|
+
"description": "Run dry-run mode.",
|
|
14347
|
+
"type": "boolean"
|
|
14348
|
+
},
|
|
14349
|
+
"execute": {
|
|
14350
|
+
"description": "Execute live funding transfer.",
|
|
14351
|
+
"type": "boolean"
|
|
14352
|
+
},
|
|
14353
|
+
"fork": {
|
|
14354
|
+
"description": "Run in fork mode.",
|
|
14355
|
+
"type": "boolean"
|
|
14356
|
+
},
|
|
14357
|
+
"fork-chain-id": {
|
|
14358
|
+
"description": "Fork chain id.",
|
|
14359
|
+
"minimum": 1,
|
|
14360
|
+
"type": "integer"
|
|
14361
|
+
},
|
|
14362
|
+
"fork-rpc-url": {
|
|
14363
|
+
"description": "Fork RPC URL.",
|
|
13549
14364
|
"type": "string"
|
|
13550
14365
|
},
|
|
13551
|
-
"
|
|
13552
|
-
"description": "Polymarket
|
|
14366
|
+
"funder": {
|
|
14367
|
+
"description": "Polymarket proxy wallet.",
|
|
13553
14368
|
"type": "string"
|
|
13554
14369
|
},
|
|
14370
|
+
"intent": {
|
|
14371
|
+
"additionalProperties": false,
|
|
14372
|
+
"properties": {
|
|
14373
|
+
"execute": {
|
|
14374
|
+
"description": "Set true to permit live/mutating execution when supported by the tool.",
|
|
14375
|
+
"type": "boolean"
|
|
14376
|
+
}
|
|
14377
|
+
},
|
|
14378
|
+
"type": "object"
|
|
14379
|
+
},
|
|
13555
14380
|
"private-key": {
|
|
13556
14381
|
"description": "Hex private key.",
|
|
13557
14382
|
"type": "string"
|
|
@@ -13560,24 +14385,26 @@
|
|
|
13560
14385
|
"description": "RPC URL.",
|
|
13561
14386
|
"type": "string"
|
|
13562
14387
|
},
|
|
13563
|
-
"
|
|
13564
|
-
"description": "
|
|
13565
|
-
"
|
|
13566
|
-
"type": "integer"
|
|
14388
|
+
"to": {
|
|
14389
|
+
"description": "Override destination wallet address.",
|
|
14390
|
+
"type": "string"
|
|
13567
14391
|
}
|
|
13568
14392
|
},
|
|
14393
|
+
"required": [
|
|
14394
|
+
"amount-usdc"
|
|
14395
|
+
],
|
|
13569
14396
|
"type": "object"
|
|
13570
14397
|
},
|
|
13571
14398
|
"jobCapable": false,
|
|
13572
14399
|
"mcpExposed": true,
|
|
13573
14400
|
"mcpLongRunningBlocked": false,
|
|
13574
|
-
"mcpMutating":
|
|
14401
|
+
"mcpMutating": true,
|
|
13575
14402
|
"outputModes": [
|
|
13576
14403
|
"table",
|
|
13577
14404
|
"json"
|
|
13578
14405
|
],
|
|
13579
14406
|
"policyScopes": [
|
|
13580
|
-
"polymarket:
|
|
14407
|
+
"polymarket:write",
|
|
13581
14408
|
"secrets:use",
|
|
13582
14409
|
"network:rpc",
|
|
13583
14410
|
"network:polymarket"
|
|
@@ -13588,24 +14415,26 @@
|
|
|
13588
14415
|
"requiresSecrets": true,
|
|
13589
14416
|
"returnsOperationId": false,
|
|
13590
14417
|
"returnsRuntimeHandle": false,
|
|
13591
|
-
"riskLevel": "
|
|
14418
|
+
"riskLevel": "high",
|
|
13592
14419
|
"safeEquivalent": null,
|
|
13593
|
-
"safeFlags": [
|
|
13594
|
-
|
|
14420
|
+
"safeFlags": [
|
|
14421
|
+
"--dry-run"
|
|
14422
|
+
],
|
|
14423
|
+
"summary": "Dry-run or execute a signer-to-proxy Polymarket funding transfer.",
|
|
13595
14424
|
"supportsRemote": true,
|
|
13596
14425
|
"supportsWebhook": false,
|
|
13597
|
-
"usage": "pandora [--output table|json] polymarket
|
|
14426
|
+
"usage": "pandora [--output table|json] polymarket deposit --amount-usdc <n> --dry-run|--execute [--to <address>] [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--rpc-url <url>] [--private-key <hex>] [--funder <address>]"
|
|
13598
14427
|
},
|
|
13599
14428
|
"polymarket.preflight": {
|
|
13600
14429
|
"agentWorkflow": null,
|
|
13601
14430
|
"aliasOf": null,
|
|
14431
|
+
"canRunConcurrent": true,
|
|
13602
14432
|
"canonicalCommandTokens": [
|
|
13603
14433
|
"polymarket",
|
|
13604
14434
|
"preflight"
|
|
13605
14435
|
],
|
|
13606
14436
|
"canonicalTool": "polymarket.preflight",
|
|
13607
14437
|
"canonicalUsage": "pandora [--output table|json] polymarket preflight [--polymarket-host <url>] [--polymarket-mock-url <url>] [--timeout-ms <ms>] [--private-key <hex>] [--funder <address>] [--rpc-url <url>]",
|
|
13608
|
-
"canRunConcurrent": true,
|
|
13609
14438
|
"controlInputNames": [],
|
|
13610
14439
|
"dataSchema": "#/definitions/PolymarketPayload",
|
|
13611
14440
|
"emits": [
|
|
@@ -13686,13 +14515,13 @@
|
|
|
13686
14515
|
"polymarket.trade": {
|
|
13687
14516
|
"agentWorkflow": null,
|
|
13688
14517
|
"aliasOf": null,
|
|
14518
|
+
"canRunConcurrent": false,
|
|
13689
14519
|
"canonicalCommandTokens": [
|
|
13690
14520
|
"polymarket",
|
|
13691
14521
|
"trade"
|
|
13692
14522
|
],
|
|
13693
14523
|
"canonicalTool": "polymarket.trade",
|
|
13694
14524
|
"canonicalUsage": "pandora [--output table|json] polymarket trade --condition-id <id>|--slug <slug>|--token-id <id> --token yes|no --amount-usdc <n> --dry-run|--execute [--side buy|sell] [--polymarket-host <url>] [--polymarket-mock-url <url>] [--timeout-ms <ms>] [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--rpc-url <url>] [--private-key <hex>] [--funder <address>]",
|
|
13695
|
-
"canRunConcurrent": false,
|
|
13696
14525
|
"controlInputNames": [],
|
|
13697
14526
|
"dataSchema": "#/definitions/PolymarketPayload",
|
|
13698
14527
|
"emits": [
|
|
@@ -13840,15 +14669,136 @@
|
|
|
13840
14669
|
"supportsWebhook": false,
|
|
13841
14670
|
"usage": "pandora [--output table|json] polymarket trade --condition-id <id>|--slug <slug>|--token-id <id> --token yes|no --amount-usdc <n> --dry-run|--execute [--side buy|sell] [--polymarket-host <url>] [--polymarket-mock-url <url>] [--timeout-ms <ms>] [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--rpc-url <url>] [--private-key <hex>] [--funder <address>]"
|
|
13842
14671
|
},
|
|
14672
|
+
"polymarket.withdraw": {
|
|
14673
|
+
"agentWorkflow": null,
|
|
14674
|
+
"aliasOf": null,
|
|
14675
|
+
"canRunConcurrent": false,
|
|
14676
|
+
"canonicalCommandTokens": [
|
|
14677
|
+
"polymarket",
|
|
14678
|
+
"withdraw"
|
|
14679
|
+
],
|
|
14680
|
+
"canonicalTool": "polymarket.withdraw",
|
|
14681
|
+
"canonicalUsage": "pandora [--output table|json] polymarket withdraw --amount-usdc <n> --dry-run|--execute [--to <address>] [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--rpc-url <url>] [--private-key <hex>] [--funder <address>] # execute only when signer controls the source wallet",
|
|
14682
|
+
"controlInputNames": [],
|
|
14683
|
+
"dataSchema": "#/definitions/PolymarketPayload",
|
|
14684
|
+
"emits": [
|
|
14685
|
+
"polymarket.withdraw",
|
|
14686
|
+
"polymarket.withdraw.help",
|
|
14687
|
+
"polymarket.help"
|
|
14688
|
+
],
|
|
14689
|
+
"executeFlags": [
|
|
14690
|
+
"--execute"
|
|
14691
|
+
],
|
|
14692
|
+
"executeIntentRequired": false,
|
|
14693
|
+
"executeIntentRequiredForLiveMode": true,
|
|
14694
|
+
"expectedLatencyMs": 15000,
|
|
14695
|
+
"externalDependencies": [
|
|
14696
|
+
"wallet-secrets",
|
|
14697
|
+
"chain-rpc",
|
|
14698
|
+
"polymarket-api"
|
|
14699
|
+
],
|
|
14700
|
+
"helpDataSchema": "#/definitions/CommandHelpPayload",
|
|
14701
|
+
"idempotency": "conditional",
|
|
14702
|
+
"inputSchema": {
|
|
14703
|
+
"additionalProperties": false,
|
|
14704
|
+
"properties": {
|
|
14705
|
+
"amount-usdc": {
|
|
14706
|
+
"description": "Funding amount in USDC.",
|
|
14707
|
+
"minimum": 0,
|
|
14708
|
+
"type": "number"
|
|
14709
|
+
},
|
|
14710
|
+
"dry-run": {
|
|
14711
|
+
"description": "Run dry-run mode.",
|
|
14712
|
+
"type": "boolean"
|
|
14713
|
+
},
|
|
14714
|
+
"execute": {
|
|
14715
|
+
"description": "Execute live funding transfer.",
|
|
14716
|
+
"type": "boolean"
|
|
14717
|
+
},
|
|
14718
|
+
"fork": {
|
|
14719
|
+
"description": "Run in fork mode.",
|
|
14720
|
+
"type": "boolean"
|
|
14721
|
+
},
|
|
14722
|
+
"fork-chain-id": {
|
|
14723
|
+
"description": "Fork chain id.",
|
|
14724
|
+
"minimum": 1,
|
|
14725
|
+
"type": "integer"
|
|
14726
|
+
},
|
|
14727
|
+
"fork-rpc-url": {
|
|
14728
|
+
"description": "Fork RPC URL.",
|
|
14729
|
+
"type": "string"
|
|
14730
|
+
},
|
|
14731
|
+
"funder": {
|
|
14732
|
+
"description": "Polymarket proxy wallet.",
|
|
14733
|
+
"type": "string"
|
|
14734
|
+
},
|
|
14735
|
+
"intent": {
|
|
14736
|
+
"additionalProperties": false,
|
|
14737
|
+
"properties": {
|
|
14738
|
+
"execute": {
|
|
14739
|
+
"description": "Set true to permit live/mutating execution when supported by the tool.",
|
|
14740
|
+
"type": "boolean"
|
|
14741
|
+
}
|
|
14742
|
+
},
|
|
14743
|
+
"type": "object"
|
|
14744
|
+
},
|
|
14745
|
+
"private-key": {
|
|
14746
|
+
"description": "Hex private key.",
|
|
14747
|
+
"type": "string"
|
|
14748
|
+
},
|
|
14749
|
+
"rpc-url": {
|
|
14750
|
+
"description": "RPC URL.",
|
|
14751
|
+
"type": "string"
|
|
14752
|
+
},
|
|
14753
|
+
"to": {
|
|
14754
|
+
"description": "Override destination wallet address.",
|
|
14755
|
+
"type": "string"
|
|
14756
|
+
}
|
|
14757
|
+
},
|
|
14758
|
+
"required": [
|
|
14759
|
+
"amount-usdc"
|
|
14760
|
+
],
|
|
14761
|
+
"type": "object"
|
|
14762
|
+
},
|
|
14763
|
+
"jobCapable": false,
|
|
14764
|
+
"mcpExposed": true,
|
|
14765
|
+
"mcpLongRunningBlocked": false,
|
|
14766
|
+
"mcpMutating": true,
|
|
14767
|
+
"outputModes": [
|
|
14768
|
+
"table",
|
|
14769
|
+
"json"
|
|
14770
|
+
],
|
|
14771
|
+
"policyScopes": [
|
|
14772
|
+
"polymarket:write",
|
|
14773
|
+
"secrets:use",
|
|
14774
|
+
"network:rpc",
|
|
14775
|
+
"network:polymarket"
|
|
14776
|
+
],
|
|
14777
|
+
"preferred": true,
|
|
14778
|
+
"recommendedPreflightTool": null,
|
|
14779
|
+
"remoteEligible": true,
|
|
14780
|
+
"requiresSecrets": true,
|
|
14781
|
+
"returnsOperationId": false,
|
|
14782
|
+
"returnsRuntimeHandle": false,
|
|
14783
|
+
"riskLevel": "high",
|
|
14784
|
+
"safeEquivalent": null,
|
|
14785
|
+
"safeFlags": [
|
|
14786
|
+
"--dry-run"
|
|
14787
|
+
],
|
|
14788
|
+
"summary": "Dry-run or execute a proxy-to-signer Polymarket funding transfer.",
|
|
14789
|
+
"supportsRemote": true,
|
|
14790
|
+
"supportsWebhook": false,
|
|
14791
|
+
"usage": "pandora [--output table|json] polymarket withdraw --amount-usdc <n> --dry-run|--execute [--to <address>] [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--rpc-url <url>] [--private-key <hex>] [--funder <address>] # execute only when signer controls the source wallet"
|
|
14792
|
+
},
|
|
13843
14793
|
"portfolio": {
|
|
13844
14794
|
"agentWorkflow": null,
|
|
13845
14795
|
"aliasOf": null,
|
|
14796
|
+
"canRunConcurrent": true,
|
|
13846
14797
|
"canonicalCommandTokens": [
|
|
13847
14798
|
"portfolio"
|
|
13848
14799
|
],
|
|
13849
14800
|
"canonicalTool": "portfolio",
|
|
13850
14801
|
"canonicalUsage": "pandora [--output table|json] portfolio --wallet <address> [--chain-id <id>|--all-chains] [--limit <n>] [--include-events|--no-events] [--with-lp] [--rpc-url <url>]",
|
|
13851
|
-
"canRunConcurrent": true,
|
|
13852
14802
|
"controlInputNames": [],
|
|
13853
14803
|
"dataSchema": "#/definitions/PortfolioPayload",
|
|
13854
14804
|
"emits": [
|
|
@@ -13938,10 +14888,10 @@
|
|
|
13938
14888
|
"positions": {
|
|
13939
14889
|
"agentWorkflow": null,
|
|
13940
14890
|
"aliasOf": null,
|
|
14891
|
+
"canRunConcurrent": true,
|
|
13941
14892
|
"canonicalCommandTokens": null,
|
|
13942
14893
|
"canonicalTool": null,
|
|
13943
14894
|
"canonicalUsage": null,
|
|
13944
|
-
"canRunConcurrent": true,
|
|
13945
14895
|
"controlInputNames": [],
|
|
13946
14896
|
"dataSchema": "#/definitions/PagedEntityPayload",
|
|
13947
14897
|
"emits": [
|
|
@@ -13986,13 +14936,13 @@
|
|
|
13986
14936
|
"positions.list": {
|
|
13987
14937
|
"agentWorkflow": null,
|
|
13988
14938
|
"aliasOf": null,
|
|
14939
|
+
"canRunConcurrent": true,
|
|
13989
14940
|
"canonicalCommandTokens": [
|
|
13990
14941
|
"positions",
|
|
13991
14942
|
"list"
|
|
13992
14943
|
],
|
|
13993
14944
|
"canonicalTool": "positions.list",
|
|
13994
14945
|
"canonicalUsage": "pandora [--output table|json] positions list --wallet <address> [--chain-id <id>] [--market-address <address>] [--side yes|no|both] [--status all|open|won|lost|closed] [--limit <n>] [--after <cursor>] [--before <cursor>] [--order-by timestamp|pnl|entry-price|mark-price] [--order-direction asc|desc] [--include-seed]",
|
|
13995
|
-
"canRunConcurrent": true,
|
|
13996
14946
|
"controlInputNames": [],
|
|
13997
14947
|
"dataSchema": "#/definitions/PagedEntityPayload",
|
|
13998
14948
|
"emits": [
|
|
@@ -14111,10 +15061,10 @@
|
|
|
14111
15061
|
"profile": {
|
|
14112
15062
|
"agentWorkflow": null,
|
|
14113
15063
|
"aliasOf": null,
|
|
15064
|
+
"canRunConcurrent": true,
|
|
14114
15065
|
"canonicalCommandTokens": null,
|
|
14115
15066
|
"canonicalTool": null,
|
|
14116
15067
|
"canonicalUsage": null,
|
|
14117
|
-
"canRunConcurrent": true,
|
|
14118
15068
|
"controlInputNames": [],
|
|
14119
15069
|
"dataSchema": "#/definitions/ProfileListPayload",
|
|
14120
15070
|
"emits": [
|
|
@@ -14156,13 +15106,13 @@
|
|
|
14156
15106
|
"profile.explain": {
|
|
14157
15107
|
"agentWorkflow": null,
|
|
14158
15108
|
"aliasOf": null,
|
|
15109
|
+
"canRunConcurrent": true,
|
|
14159
15110
|
"canonicalCommandTokens": [
|
|
14160
15111
|
"profile",
|
|
14161
15112
|
"explain"
|
|
14162
15113
|
],
|
|
14163
15114
|
"canonicalTool": "profile.explain",
|
|
14164
15115
|
"canonicalUsage": "pandora [--output table|json] profile explain --id <profile-id> [--store-file <path>] [--command <tool>] [--mode dry-run|paper|fork|execute|execute-live] [--chain-id <id>] [--category <id|name>] [--policy-id <id>]",
|
|
14165
|
-
"canRunConcurrent": true,
|
|
14166
15116
|
"controlInputNames": [],
|
|
14167
15117
|
"dataSchema": "#/definitions/ProfilePayload",
|
|
14168
15118
|
"emits": [
|
|
@@ -14243,13 +15193,13 @@
|
|
|
14243
15193
|
"profile.get": {
|
|
14244
15194
|
"agentWorkflow": null,
|
|
14245
15195
|
"aliasOf": null,
|
|
15196
|
+
"canRunConcurrent": true,
|
|
14246
15197
|
"canonicalCommandTokens": [
|
|
14247
15198
|
"profile",
|
|
14248
15199
|
"get"
|
|
14249
15200
|
],
|
|
14250
15201
|
"canonicalTool": "profile.get",
|
|
14251
15202
|
"canonicalUsage": "pandora [--output table|json] profile get --id <profile-id> [--store-file <path>] [--command <tool>] [--mode dry-run|paper|fork|execute|execute-live] [--chain-id <id>] [--category <id|name>] [--policy-id <id>]",
|
|
14252
|
-
"canRunConcurrent": true,
|
|
14253
15203
|
"controlInputNames": [],
|
|
14254
15204
|
"dataSchema": "#/definitions/ProfilePayload",
|
|
14255
15205
|
"emits": [
|
|
@@ -14330,13 +15280,13 @@
|
|
|
14330
15280
|
"profile.list": {
|
|
14331
15281
|
"agentWorkflow": null,
|
|
14332
15282
|
"aliasOf": null,
|
|
15283
|
+
"canRunConcurrent": true,
|
|
14333
15284
|
"canonicalCommandTokens": [
|
|
14334
15285
|
"profile",
|
|
14335
15286
|
"list"
|
|
14336
15287
|
],
|
|
14337
15288
|
"canonicalTool": "profile.list",
|
|
14338
15289
|
"canonicalUsage": "pandora [--output table|json] profile list",
|
|
14339
|
-
"canRunConcurrent": true,
|
|
14340
15290
|
"controlInputNames": [],
|
|
14341
15291
|
"dataSchema": "#/definitions/ProfileListPayload",
|
|
14342
15292
|
"emits": [
|
|
@@ -14385,13 +15335,13 @@
|
|
|
14385
15335
|
"profile.recommend": {
|
|
14386
15336
|
"agentWorkflow": null,
|
|
14387
15337
|
"aliasOf": null,
|
|
15338
|
+
"canRunConcurrent": true,
|
|
14388
15339
|
"canonicalCommandTokens": [
|
|
14389
15340
|
"profile",
|
|
14390
15341
|
"recommend"
|
|
14391
15342
|
],
|
|
14392
15343
|
"canonicalTool": "profile.recommend",
|
|
14393
15344
|
"canonicalUsage": "pandora [--output table|json] profile recommend [--store-file <path>] [--command <tool>] [--mode dry-run|paper|fork|execute|execute-live] [--chain-id <id>] [--category <id|name>] [--policy-id <id>] [--no-builtins|--builtin-only]",
|
|
14394
|
-
"canRunConcurrent": true,
|
|
14395
15345
|
"controlInputNames": [],
|
|
14396
15346
|
"dataSchema": "#/definitions/ProfileRecommendPayload",
|
|
14397
15347
|
"emits": [
|
|
@@ -14473,13 +15423,13 @@
|
|
|
14473
15423
|
"profile.validate": {
|
|
14474
15424
|
"agentWorkflow": null,
|
|
14475
15425
|
"aliasOf": null,
|
|
15426
|
+
"canRunConcurrent": true,
|
|
14476
15427
|
"canonicalCommandTokens": [
|
|
14477
15428
|
"profile",
|
|
14478
15429
|
"validate"
|
|
14479
15430
|
],
|
|
14480
15431
|
"canonicalTool": "profile.validate",
|
|
14481
15432
|
"canonicalUsage": "pandora [--output table|json] profile validate --file <path>",
|
|
14482
|
-
"canRunConcurrent": true,
|
|
14483
15433
|
"controlInputNames": [],
|
|
14484
15434
|
"dataSchema": "#/definitions/ProfilePayload",
|
|
14485
15435
|
"emits": [
|
|
@@ -14536,12 +15486,12 @@
|
|
|
14536
15486
|
"quote": {
|
|
14537
15487
|
"agentWorkflow": null,
|
|
14538
15488
|
"aliasOf": null,
|
|
15489
|
+
"canRunConcurrent": true,
|
|
14539
15490
|
"canonicalCommandTokens": [
|
|
14540
15491
|
"quote"
|
|
14541
15492
|
],
|
|
14542
15493
|
"canonicalTool": "quote",
|
|
14543
15494
|
"canonicalUsage": "pandora [--output table|json] quote [--indexer-url <url>] [--timeout-ms <ms>] --market-address <address> --side yes|no [--mode buy|sell] --amount-usdc <amount>|--shares <amount>|--amounts <csv> [--yes-pct <0-100>] [--slippage-bps <0-10000>]",
|
|
14544
|
-
"canRunConcurrent": true,
|
|
14545
15495
|
"controlInputNames": [],
|
|
14546
15496
|
"dataSchema": "#/definitions/QuotePayload",
|
|
14547
15497
|
"emits": [
|
|
@@ -14666,10 +15616,10 @@
|
|
|
14666
15616
|
"recipe": {
|
|
14667
15617
|
"agentWorkflow": null,
|
|
14668
15618
|
"aliasOf": null,
|
|
15619
|
+
"canRunConcurrent": true,
|
|
14669
15620
|
"canonicalCommandTokens": null,
|
|
14670
15621
|
"canonicalTool": null,
|
|
14671
15622
|
"canonicalUsage": null,
|
|
14672
|
-
"canRunConcurrent": true,
|
|
14673
15623
|
"controlInputNames": [],
|
|
14674
15624
|
"dataSchema": "#/definitions/RecipeListPayload",
|
|
14675
15625
|
"emits": [
|
|
@@ -14711,13 +15661,13 @@
|
|
|
14711
15661
|
"recipe.get": {
|
|
14712
15662
|
"agentWorkflow": null,
|
|
14713
15663
|
"aliasOf": null,
|
|
15664
|
+
"canRunConcurrent": true,
|
|
14714
15665
|
"canonicalCommandTokens": [
|
|
14715
15666
|
"recipe",
|
|
14716
15667
|
"get"
|
|
14717
15668
|
],
|
|
14718
15669
|
"canonicalTool": "recipe.get",
|
|
14719
15670
|
"canonicalUsage": "pandora [--output table|json] recipe get --id <recipe-id>|--file <path>",
|
|
14720
|
-
"canRunConcurrent": true,
|
|
14721
15671
|
"controlInputNames": [],
|
|
14722
15672
|
"dataSchema": "#/definitions/RecipePayload",
|
|
14723
15673
|
"emits": [
|
|
@@ -14815,13 +15765,13 @@
|
|
|
14815
15765
|
"recipe.list": {
|
|
14816
15766
|
"agentWorkflow": null,
|
|
14817
15767
|
"aliasOf": null,
|
|
15768
|
+
"canRunConcurrent": true,
|
|
14818
15769
|
"canonicalCommandTokens": [
|
|
14819
15770
|
"recipe",
|
|
14820
15771
|
"list"
|
|
14821
15772
|
],
|
|
14822
15773
|
"canonicalTool": "recipe.list",
|
|
14823
15774
|
"canonicalUsage": "pandora [--output table|json] recipe list",
|
|
14824
|
-
"canRunConcurrent": true,
|
|
14825
15775
|
"controlInputNames": [],
|
|
14826
15776
|
"dataSchema": "#/definitions/RecipeListPayload",
|
|
14827
15777
|
"emits": [
|
|
@@ -14870,13 +15820,13 @@
|
|
|
14870
15820
|
"recipe.run": {
|
|
14871
15821
|
"agentWorkflow": null,
|
|
14872
15822
|
"aliasOf": null,
|
|
15823
|
+
"canRunConcurrent": false,
|
|
14873
15824
|
"canonicalCommandTokens": [
|
|
14874
15825
|
"recipe",
|
|
14875
15826
|
"run"
|
|
14876
15827
|
],
|
|
14877
15828
|
"canonicalTool": "recipe.run",
|
|
14878
15829
|
"canonicalUsage": "pandora [--output table|json] recipe run --id <recipe-id>|--file <path> [--set key=value] [--policy-id <id>] [--profile-id <id>] [--timeout-ms <ms>]",
|
|
14879
|
-
"canRunConcurrent": false,
|
|
14880
15830
|
"controlInputNames": [
|
|
14881
15831
|
"inputs"
|
|
14882
15832
|
],
|
|
@@ -15002,13 +15952,13 @@
|
|
|
15002
15952
|
"recipe.validate": {
|
|
15003
15953
|
"agentWorkflow": null,
|
|
15004
15954
|
"aliasOf": null,
|
|
15955
|
+
"canRunConcurrent": true,
|
|
15005
15956
|
"canonicalCommandTokens": [
|
|
15006
15957
|
"recipe",
|
|
15007
15958
|
"validate"
|
|
15008
15959
|
],
|
|
15009
15960
|
"canonicalTool": "recipe.validate",
|
|
15010
15961
|
"canonicalUsage": "pandora [--output table|json] recipe validate --id <recipe-id>|--file <path> [--set key=value] [--policy-id <id>] [--profile-id <id>]",
|
|
15011
|
-
"canRunConcurrent": true,
|
|
15012
15962
|
"controlInputNames": [
|
|
15013
15963
|
"inputs"
|
|
15014
15964
|
],
|
|
@@ -15128,12 +16078,12 @@
|
|
|
15128
16078
|
"resolve": {
|
|
15129
16079
|
"agentWorkflow": null,
|
|
15130
16080
|
"aliasOf": null,
|
|
16081
|
+
"canRunConcurrent": false,
|
|
15131
16082
|
"canonicalCommandTokens": [
|
|
15132
16083
|
"resolve"
|
|
15133
16084
|
],
|
|
15134
16085
|
"canonicalTool": "resolve",
|
|
15135
16086
|
"canonicalUsage": "pandora [--output table|json] resolve [--dotenv-path <path>] [--skip-dotenv] --poll-address <address> --answer yes|no|invalid --reason <text> --dry-run|--execute [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--chain-id <id>] [--rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>]",
|
|
15136
|
-
"canRunConcurrent": false,
|
|
15137
16087
|
"controlInputNames": [],
|
|
15138
16088
|
"dataSchema": "#/definitions/ResolvePayload",
|
|
15139
16089
|
"emits": [
|
|
@@ -15272,10 +16222,10 @@
|
|
|
15272
16222
|
"risk": {
|
|
15273
16223
|
"agentWorkflow": null,
|
|
15274
16224
|
"aliasOf": null,
|
|
16225
|
+
"canRunConcurrent": true,
|
|
15275
16226
|
"canonicalCommandTokens": null,
|
|
15276
16227
|
"canonicalTool": null,
|
|
15277
16228
|
"canonicalUsage": null,
|
|
15278
|
-
"canRunConcurrent": true,
|
|
15279
16229
|
"controlInputNames": [],
|
|
15280
16230
|
"dataSchema": "#/definitions/RiskPayload",
|
|
15281
16231
|
"emits": [
|
|
@@ -15319,13 +16269,13 @@
|
|
|
15319
16269
|
"risk.panic": {
|
|
15320
16270
|
"agentWorkflow": null,
|
|
15321
16271
|
"aliasOf": null,
|
|
16272
|
+
"canRunConcurrent": false,
|
|
15322
16273
|
"canonicalCommandTokens": [
|
|
15323
16274
|
"risk",
|
|
15324
16275
|
"panic"
|
|
15325
16276
|
],
|
|
15326
16277
|
"canonicalTool": "risk.panic",
|
|
15327
16278
|
"canonicalUsage": "pandora [--output table|json] risk panic [--clear] [--reason <text>] [--actor <id>]",
|
|
15328
|
-
"canRunConcurrent": false,
|
|
15329
16279
|
"controlInputNames": [],
|
|
15330
16280
|
"dataSchema": "#/definitions/RiskPayload",
|
|
15331
16281
|
"emits": [
|
|
@@ -15408,13 +16358,13 @@
|
|
|
15408
16358
|
"risk.show": {
|
|
15409
16359
|
"agentWorkflow": null,
|
|
15410
16360
|
"aliasOf": null,
|
|
16361
|
+
"canRunConcurrent": true,
|
|
15411
16362
|
"canonicalCommandTokens": [
|
|
15412
16363
|
"risk",
|
|
15413
16364
|
"show"
|
|
15414
16365
|
],
|
|
15415
16366
|
"canonicalTool": "risk.show",
|
|
15416
16367
|
"canonicalUsage": "pandora [--output table|json] risk show",
|
|
15417
|
-
"canRunConcurrent": true,
|
|
15418
16368
|
"controlInputNames": [],
|
|
15419
16369
|
"dataSchema": "#/definitions/RiskPayload",
|
|
15420
16370
|
"emits": [
|
|
@@ -15462,12 +16412,12 @@
|
|
|
15462
16412
|
"scan": {
|
|
15463
16413
|
"agentWorkflow": null,
|
|
15464
16414
|
"aliasOf": null,
|
|
16415
|
+
"canRunConcurrent": true,
|
|
15465
16416
|
"canonicalCommandTokens": [
|
|
15466
16417
|
"scan"
|
|
15467
16418
|
],
|
|
15468
16419
|
"canonicalTool": "scan",
|
|
15469
16420
|
"canonicalUsage": "pandora [--output table|json] scan [--limit <n>] [--after <cursor>] [--before <cursor>] [--order-by <field>] [--order-direction asc|desc] [--chain-id <id>] [--creator <address>] [--poll-address <address>] [--market-type <type>|--type <type>] [--where-json <json>] [--active|--resolved|--expiring-soon] [--expiring-hours <n>] [--min-tvl <usdc>] [--hedgeable] [--expand] [--with-odds]",
|
|
15470
|
-
"canRunConcurrent": true,
|
|
15471
16421
|
"controlInputNames": [],
|
|
15472
16422
|
"dataSchema": "#/definitions/PagedEntityPayload",
|
|
15473
16423
|
"emits": [
|
|
@@ -15598,12 +16548,12 @@
|
|
|
15598
16548
|
"schema": {
|
|
15599
16549
|
"agentWorkflow": null,
|
|
15600
16550
|
"aliasOf": null,
|
|
16551
|
+
"canRunConcurrent": true,
|
|
15601
16552
|
"canonicalCommandTokens": [
|
|
15602
16553
|
"schema"
|
|
15603
16554
|
],
|
|
15604
16555
|
"canonicalTool": "schema",
|
|
15605
16556
|
"canonicalUsage": "pandora [--output json] schema [--include-compatibility]",
|
|
15606
|
-
"canRunConcurrent": true,
|
|
15607
16557
|
"controlInputNames": [],
|
|
15608
16558
|
"dataSchema": "#/definitions/SchemaCommandPayload",
|
|
15609
16559
|
"emits": [
|
|
@@ -15654,12 +16604,12 @@
|
|
|
15654
16604
|
"sell": {
|
|
15655
16605
|
"agentWorkflow": null,
|
|
15656
16606
|
"aliasOf": null,
|
|
16607
|
+
"canRunConcurrent": false,
|
|
15657
16608
|
"canonicalCommandTokens": [
|
|
15658
16609
|
"sell"
|
|
15659
16610
|
],
|
|
15660
16611
|
"canonicalTool": "sell",
|
|
15661
16612
|
"canonicalUsage": "pandora [--output table|json] sell [--indexer-url <url>] [--timeout-ms <ms>] [--dotenv-path <path>] [--skip-dotenv] --market-address <address> --side yes|no --shares <amount>|--amount <amount> --dry-run|--execute [--yes-pct <0-100>] [--slippage-bps <0-10000>] [--min-amount-out-raw <uint>] [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--chain-id <id>] [--rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--usdc <address>]",
|
|
15662
|
-
"canRunConcurrent": false,
|
|
15663
16613
|
"controlInputNames": [],
|
|
15664
16614
|
"dataSchema": "#/definitions/TradePayload",
|
|
15665
16615
|
"emits": [
|
|
@@ -15846,10 +16796,10 @@
|
|
|
15846
16796
|
"setup": {
|
|
15847
16797
|
"agentWorkflow": null,
|
|
15848
16798
|
"aliasOf": null,
|
|
16799
|
+
"canRunConcurrent": false,
|
|
15849
16800
|
"canonicalCommandTokens": null,
|
|
15850
16801
|
"canonicalTool": null,
|
|
15851
16802
|
"canonicalUsage": null,
|
|
15852
|
-
"canRunConcurrent": false,
|
|
15853
16803
|
"controlInputNames": [],
|
|
15854
16804
|
"dataSchema": "#/definitions/SetupPayload",
|
|
15855
16805
|
"emits": [
|
|
@@ -15896,10 +16846,10 @@
|
|
|
15896
16846
|
"simulate": {
|
|
15897
16847
|
"agentWorkflow": null,
|
|
15898
16848
|
"aliasOf": null,
|
|
16849
|
+
"canRunConcurrent": true,
|
|
15899
16850
|
"canonicalCommandTokens": null,
|
|
15900
16851
|
"canonicalTool": null,
|
|
15901
16852
|
"canonicalUsage": null,
|
|
15902
|
-
"canRunConcurrent": true,
|
|
15903
16853
|
"controlInputNames": [],
|
|
15904
16854
|
"dataSchema": "#/definitions/GenericCommandData",
|
|
15905
16855
|
"emits": [
|
|
@@ -15941,13 +16891,13 @@
|
|
|
15941
16891
|
"simulate.agents": {
|
|
15942
16892
|
"agentWorkflow": null,
|
|
15943
16893
|
"aliasOf": null,
|
|
16894
|
+
"canRunConcurrent": true,
|
|
15944
16895
|
"canonicalCommandTokens": [
|
|
15945
16896
|
"simulate",
|
|
15946
16897
|
"agents"
|
|
15947
16898
|
],
|
|
15948
16899
|
"canonicalTool": "simulate.agents",
|
|
15949
16900
|
"canonicalUsage": "pandora [--output table|json] simulate agents [--n-informed <n>] [--n-noise <n>] [--n-mm <n>] [--n-steps <n>] [--seed <int>]",
|
|
15950
|
-
"canRunConcurrent": true,
|
|
15951
16901
|
"controlInputNames": [],
|
|
15952
16902
|
"dataSchema": "#/definitions/SimulateAgentsPayload",
|
|
15953
16903
|
"emits": [
|
|
@@ -16024,13 +16974,13 @@
|
|
|
16024
16974
|
"simulate.mc": {
|
|
16025
16975
|
"agentWorkflow": null,
|
|
16026
16976
|
"aliasOf": null,
|
|
16977
|
+
"canRunConcurrent": true,
|
|
16027
16978
|
"canonicalCommandTokens": [
|
|
16028
16979
|
"simulate",
|
|
16029
16980
|
"mc"
|
|
16030
16981
|
],
|
|
16031
16982
|
"canonicalTool": "simulate.mc",
|
|
16032
16983
|
"canonicalUsage": "pandora [--output table|json] simulate mc [--trials <n>] [--horizon <n>] [--start-yes-pct <0-100>] [--entry-yes-pct <0-100>] [--position yes|no] [--stake-usdc <n>] [--drift-bps <n>] [--vol-bps <n>] [--confidence <50-100>] [--var-level <50-100>] [--seed <n>] [--antithetic] [--stratified]",
|
|
16033
|
-
"canRunConcurrent": true,
|
|
16034
16984
|
"controlInputNames": [],
|
|
16035
16985
|
"dataSchema": "#/definitions/SimulateMcPayload",
|
|
16036
16986
|
"emits": [
|
|
@@ -16147,13 +17097,13 @@
|
|
|
16147
17097
|
"simulate.particle-filter": {
|
|
16148
17098
|
"agentWorkflow": null,
|
|
16149
17099
|
"aliasOf": null,
|
|
17100
|
+
"canRunConcurrent": true,
|
|
16150
17101
|
"canonicalCommandTokens": [
|
|
16151
17102
|
"simulate",
|
|
16152
17103
|
"particle-filter"
|
|
16153
17104
|
],
|
|
16154
17105
|
"canonicalTool": "simulate.particle-filter",
|
|
16155
17106
|
"canonicalUsage": "pandora [--output table|json] simulate particle-filter (--observations-json <json>|--input <path>|--stdin) [--particles <n>] [--process-noise <n>] [--observation-noise <n>] [--drift-bps <n>] [--initial-yes-pct <0-100>] [--initial-spread <n>] [--resample-threshold <0-1>] [--resample-method systematic|multinomial] [--credible-interval <50-100>] [--seed <n>]",
|
|
16156
|
-
"canRunConcurrent": true,
|
|
16157
17107
|
"controlInputNames": [],
|
|
16158
17108
|
"dataSchema": "#/definitions/SimulateParticleFilterPayload",
|
|
16159
17109
|
"emits": [
|
|
@@ -16268,10 +17218,10 @@
|
|
|
16268
17218
|
"sports": {
|
|
16269
17219
|
"agentWorkflow": null,
|
|
16270
17220
|
"aliasOf": null,
|
|
17221
|
+
"canRunConcurrent": true,
|
|
16271
17222
|
"canonicalCommandTokens": null,
|
|
16272
17223
|
"canonicalTool": null,
|
|
16273
17224
|
"canonicalUsage": null,
|
|
16274
|
-
"canRunConcurrent": true,
|
|
16275
17225
|
"controlInputNames": [],
|
|
16276
17226
|
"dataSchema": "#/definitions/GenericCommandData",
|
|
16277
17227
|
"emits": [
|
|
@@ -16316,6 +17266,7 @@
|
|
|
16316
17266
|
"sports.books.list": {
|
|
16317
17267
|
"agentWorkflow": null,
|
|
16318
17268
|
"aliasOf": null,
|
|
17269
|
+
"canRunConcurrent": true,
|
|
16319
17270
|
"canonicalCommandTokens": [
|
|
16320
17271
|
"sports",
|
|
16321
17272
|
"books",
|
|
@@ -16323,7 +17274,6 @@
|
|
|
16323
17274
|
],
|
|
16324
17275
|
"canonicalTool": "sports.books.list",
|
|
16325
17276
|
"canonicalUsage": "pandora [--output table|json] sports books list [--provider primary|backup|auto] [--book-priority <csv>] [--timeout-ms <ms>]",
|
|
16326
|
-
"canRunConcurrent": true,
|
|
16327
17277
|
"controlInputNames": [],
|
|
16328
17278
|
"dataSchema": "#/definitions/SportsBooksPayload",
|
|
16329
17279
|
"emits": [
|
|
@@ -16391,13 +17341,13 @@
|
|
|
16391
17341
|
"sports.consensus": {
|
|
16392
17342
|
"agentWorkflow": null,
|
|
16393
17343
|
"aliasOf": null,
|
|
17344
|
+
"canRunConcurrent": true,
|
|
16394
17345
|
"canonicalCommandTokens": [
|
|
16395
17346
|
"sports",
|
|
16396
17347
|
"consensus"
|
|
16397
17348
|
],
|
|
16398
17349
|
"canonicalTool": "sports.consensus",
|
|
16399
17350
|
"canonicalUsage": "pandora [--output table|json] sports consensus --event-id <id>|--checks-json <json> [--provider primary|backup|auto] [--book-priority <csv>] [--trim-percent <n>] [--min-tier1-books <n>] [--min-total-books <n>]",
|
|
16400
|
-
"canRunConcurrent": true,
|
|
16401
17351
|
"controlInputNames": [],
|
|
16402
17352
|
"dataSchema": "#/definitions/SportsConsensusPayload",
|
|
16403
17353
|
"emits": [
|
|
@@ -16484,6 +17434,7 @@
|
|
|
16484
17434
|
"sports.create.plan": {
|
|
16485
17435
|
"agentWorkflow": null,
|
|
16486
17436
|
"aliasOf": null,
|
|
17437
|
+
"canRunConcurrent": true,
|
|
16487
17438
|
"canonicalCommandTokens": [
|
|
16488
17439
|
"sports",
|
|
16489
17440
|
"create",
|
|
@@ -16491,7 +17442,6 @@
|
|
|
16491
17442
|
],
|
|
16492
17443
|
"canonicalTool": "sports.create.plan",
|
|
16493
17444
|
"canonicalUsage": "pandora [--output table|json] sports create plan --event-id <id> [--market-type amm|parimutuel] [--selection home|away|draw] [--creation-window-open-min <n>] [--creation-window-close-min <n>] [--category <id|name>] [--book-priority <csv>] [--model-file <path>|--model-stdin]",
|
|
16494
|
-
"canRunConcurrent": true,
|
|
16495
17445
|
"controlInputNames": [],
|
|
16496
17446
|
"dataSchema": "#/definitions/SportsCreatePayload",
|
|
16497
17447
|
"emits": [
|
|
@@ -16656,6 +17606,7 @@
|
|
|
16656
17606
|
]
|
|
16657
17607
|
},
|
|
16658
17608
|
"aliasOf": null,
|
|
17609
|
+
"canRunConcurrent": false,
|
|
16659
17610
|
"canonicalCommandTokens": [
|
|
16660
17611
|
"sports",
|
|
16661
17612
|
"create",
|
|
@@ -16663,7 +17614,6 @@
|
|
|
16663
17614
|
],
|
|
16664
17615
|
"canonicalTool": "sports.create.run",
|
|
16665
17616
|
"canonicalUsage": "pandora [--output table|json] sports create run --event-id <id> [--market-type amm|parimutuel] [--category <id|name>] [--dry-run|--execute] [--liquidity-usdc <n>] [--chain-id <id>] [--rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>]",
|
|
16666
|
-
"canRunConcurrent": false,
|
|
16667
17617
|
"controlInputNames": [
|
|
16668
17618
|
"agentPreflight"
|
|
16669
17619
|
],
|
|
@@ -16877,6 +17827,7 @@
|
|
|
16877
17827
|
"sports.events.list": {
|
|
16878
17828
|
"agentWorkflow": null,
|
|
16879
17829
|
"aliasOf": null,
|
|
17830
|
+
"canRunConcurrent": true,
|
|
16880
17831
|
"canonicalCommandTokens": [
|
|
16881
17832
|
"sports",
|
|
16882
17833
|
"events",
|
|
@@ -16884,7 +17835,6 @@
|
|
|
16884
17835
|
],
|
|
16885
17836
|
"canonicalTool": "sports.events.list",
|
|
16886
17837
|
"canonicalUsage": "pandora [--output table|json] sports events list [--provider primary|backup|auto] [--competition <id|slug>] [--kickoff-after <iso>] [--kickoff-before <iso>] [--limit <n>] [--timeout-ms <ms>]",
|
|
16887
|
-
"canRunConcurrent": true,
|
|
16888
17838
|
"controlInputNames": [],
|
|
16889
17839
|
"dataSchema": "#/definitions/SportsEventsPayload",
|
|
16890
17840
|
"emits": [
|
|
@@ -16965,6 +17915,7 @@
|
|
|
16965
17915
|
"sports.events.live": {
|
|
16966
17916
|
"agentWorkflow": null,
|
|
16967
17917
|
"aliasOf": null,
|
|
17918
|
+
"canRunConcurrent": true,
|
|
16968
17919
|
"canonicalCommandTokens": [
|
|
16969
17920
|
"sports",
|
|
16970
17921
|
"events",
|
|
@@ -16972,7 +17923,6 @@
|
|
|
16972
17923
|
],
|
|
16973
17924
|
"canonicalTool": "sports.events.live",
|
|
16974
17925
|
"canonicalUsage": "pandora [--output table|json] sports events live [--provider primary|backup|auto] [--competition <id|slug>] [--limit <n>] [--timeout-ms <ms>]",
|
|
16975
|
-
"canRunConcurrent": true,
|
|
16976
17926
|
"controlInputNames": [],
|
|
16977
17927
|
"dataSchema": "#/definitions/SportsEventsPayload",
|
|
16978
17928
|
"emits": [
|
|
@@ -17045,6 +17995,7 @@
|
|
|
17045
17995
|
"sports.odds.bulk": {
|
|
17046
17996
|
"agentWorkflow": null,
|
|
17047
17997
|
"aliasOf": null,
|
|
17998
|
+
"canRunConcurrent": true,
|
|
17048
17999
|
"canonicalCommandTokens": [
|
|
17049
18000
|
"sports",
|
|
17050
18001
|
"odds",
|
|
@@ -17052,7 +18003,6 @@
|
|
|
17052
18003
|
],
|
|
17053
18004
|
"canonicalTool": "sports.odds.bulk",
|
|
17054
18005
|
"canonicalUsage": "pandora [--output table|json] sports odds bulk --competition <id|slug> [--provider primary|backup|auto] [--timeout-ms <ms>] [--limit <n>]",
|
|
17055
|
-
"canRunConcurrent": true,
|
|
17056
18006
|
"controlInputNames": [],
|
|
17057
18007
|
"dataSchema": "#/definitions/SportsBulkOddsPayload",
|
|
17058
18008
|
"emits": [
|
|
@@ -17128,6 +18078,7 @@
|
|
|
17128
18078
|
"sports.odds.snapshot": {
|
|
17129
18079
|
"agentWorkflow": null,
|
|
17130
18080
|
"aliasOf": null,
|
|
18081
|
+
"canRunConcurrent": true,
|
|
17131
18082
|
"canonicalCommandTokens": [
|
|
17132
18083
|
"sports",
|
|
17133
18084
|
"odds",
|
|
@@ -17135,7 +18086,6 @@
|
|
|
17135
18086
|
],
|
|
17136
18087
|
"canonicalTool": "sports.odds.snapshot",
|
|
17137
18088
|
"canonicalUsage": "pandora [--output table|json] sports odds snapshot --event-id <id> [--provider primary|backup|auto] [--book-priority <csv>] [--trim-percent <n>] [--min-tier1-books <n>] [--min-total-books <n>]",
|
|
17138
|
-
"canRunConcurrent": true,
|
|
17139
18089
|
"controlInputNames": [],
|
|
17140
18090
|
"dataSchema": "#/definitions/SportsOddsPayload",
|
|
17141
18091
|
"emits": [
|
|
@@ -17221,6 +18171,7 @@
|
|
|
17221
18171
|
"sports.resolve.plan": {
|
|
17222
18172
|
"agentWorkflow": null,
|
|
17223
18173
|
"aliasOf": null,
|
|
18174
|
+
"canRunConcurrent": true,
|
|
17224
18175
|
"canonicalCommandTokens": [
|
|
17225
18176
|
"sports",
|
|
17226
18177
|
"resolve",
|
|
@@ -17228,7 +18179,6 @@
|
|
|
17228
18179
|
],
|
|
17229
18180
|
"canonicalTool": "sports.resolve.plan",
|
|
17230
18181
|
"canonicalUsage": "pandora [--output table|json] sports resolve plan --event-id <id>|--checks-json <json>|--checks-file <path> [--poll-address <address>] [--settle-delay-ms <ms>] [--consecutive-checks-required <n>] [--now <iso>|--now-ms <ms>] [--reason <text>]",
|
|
17231
|
-
"canRunConcurrent": true,
|
|
17232
18182
|
"controlInputNames": [],
|
|
17233
18183
|
"dataSchema": "#/definitions/SportsResolvePlanPayload",
|
|
17234
18184
|
"emits": [
|
|
@@ -17318,10 +18268,10 @@
|
|
|
17318
18268
|
"sports.sync": {
|
|
17319
18269
|
"agentWorkflow": null,
|
|
17320
18270
|
"aliasOf": null,
|
|
18271
|
+
"canRunConcurrent": true,
|
|
17321
18272
|
"canonicalCommandTokens": null,
|
|
17322
18273
|
"canonicalTool": null,
|
|
17323
18274
|
"canonicalUsage": null,
|
|
17324
|
-
"canRunConcurrent": true,
|
|
17325
18275
|
"controlInputNames": [],
|
|
17326
18276
|
"dataSchema": "#/definitions/SportsSyncPayload",
|
|
17327
18277
|
"emits": [
|
|
@@ -17367,6 +18317,7 @@
|
|
|
17367
18317
|
"sports.sync.once": {
|
|
17368
18318
|
"agentWorkflow": null,
|
|
17369
18319
|
"aliasOf": null,
|
|
18320
|
+
"canRunConcurrent": false,
|
|
17370
18321
|
"canonicalCommandTokens": [
|
|
17371
18322
|
"sports",
|
|
17372
18323
|
"sync",
|
|
@@ -17374,7 +18325,6 @@
|
|
|
17374
18325
|
],
|
|
17375
18326
|
"canonicalTool": "sports.sync.once",
|
|
17376
18327
|
"canonicalUsage": "pandora [--output table|json] sports sync once --event-id <id> [--paper|--execute-live] [--risk-profile conservative|balanced|aggressive] [--state-file <path>]",
|
|
17377
|
-
"canRunConcurrent": false,
|
|
17378
18328
|
"controlInputNames": [],
|
|
17379
18329
|
"dataSchema": "#/definitions/SportsSyncPayload",
|
|
17380
18330
|
"emits": [
|
|
@@ -17474,6 +18424,7 @@
|
|
|
17474
18424
|
"sports.sync.run": {
|
|
17475
18425
|
"agentWorkflow": null,
|
|
17476
18426
|
"aliasOf": null,
|
|
18427
|
+
"canRunConcurrent": false,
|
|
17477
18428
|
"canonicalCommandTokens": [
|
|
17478
18429
|
"sports",
|
|
17479
18430
|
"sync",
|
|
@@ -17481,7 +18432,6 @@
|
|
|
17481
18432
|
],
|
|
17482
18433
|
"canonicalTool": "sports.sync.run",
|
|
17483
18434
|
"canonicalUsage": "pandora [--output table|json] sports sync run --event-id <id> [--paper|--execute-live] [--risk-profile conservative|balanced|aggressive] [--state-file <path>]",
|
|
17484
|
-
"canRunConcurrent": false,
|
|
17485
18435
|
"controlInputNames": [],
|
|
17486
18436
|
"dataSchema": "#/definitions/SportsSyncPayload",
|
|
17487
18437
|
"emits": [
|
|
@@ -17582,6 +18532,7 @@
|
|
|
17582
18532
|
"sports.sync.start": {
|
|
17583
18533
|
"agentWorkflow": null,
|
|
17584
18534
|
"aliasOf": null,
|
|
18535
|
+
"canRunConcurrent": false,
|
|
17585
18536
|
"canonicalCommandTokens": [
|
|
17586
18537
|
"sports",
|
|
17587
18538
|
"sync",
|
|
@@ -17589,7 +18540,6 @@
|
|
|
17589
18540
|
],
|
|
17590
18541
|
"canonicalTool": "sports.sync.start",
|
|
17591
18542
|
"canonicalUsage": "pandora [--output table|json] sports sync start --event-id <id> [--paper|--execute-live] [--risk-profile conservative|balanced|aggressive] [--state-file <path>]",
|
|
17592
|
-
"canRunConcurrent": false,
|
|
17593
18543
|
"controlInputNames": [],
|
|
17594
18544
|
"dataSchema": "#/definitions/SportsSyncPayload",
|
|
17595
18545
|
"emits": [
|
|
@@ -17690,6 +18640,7 @@
|
|
|
17690
18640
|
"sports.sync.status": {
|
|
17691
18641
|
"agentWorkflow": null,
|
|
17692
18642
|
"aliasOf": null,
|
|
18643
|
+
"canRunConcurrent": true,
|
|
17693
18644
|
"canonicalCommandTokens": [
|
|
17694
18645
|
"sports",
|
|
17695
18646
|
"sync",
|
|
@@ -17697,7 +18648,6 @@
|
|
|
17697
18648
|
],
|
|
17698
18649
|
"canonicalTool": "sports.sync.status",
|
|
17699
18650
|
"canonicalUsage": "pandora [--output table|json] sports sync status [--state-file <path>]",
|
|
17700
|
-
"canRunConcurrent": true,
|
|
17701
18651
|
"controlInputNames": [],
|
|
17702
18652
|
"dataSchema": "#/definitions/SportsSyncPayload",
|
|
17703
18653
|
"emits": [
|
|
@@ -17751,6 +18701,7 @@
|
|
|
17751
18701
|
"sports.sync.stop": {
|
|
17752
18702
|
"agentWorkflow": null,
|
|
17753
18703
|
"aliasOf": null,
|
|
18704
|
+
"canRunConcurrent": false,
|
|
17754
18705
|
"canonicalCommandTokens": [
|
|
17755
18706
|
"sports",
|
|
17756
18707
|
"sync",
|
|
@@ -17758,7 +18709,6 @@
|
|
|
17758
18709
|
],
|
|
17759
18710
|
"canonicalTool": "sports.sync.stop",
|
|
17760
18711
|
"canonicalUsage": "pandora [--output table|json] sports sync stop [--state-file <path>]",
|
|
17761
|
-
"canRunConcurrent": false,
|
|
17762
18712
|
"controlInputNames": [],
|
|
17763
18713
|
"dataSchema": "#/definitions/SportsSyncPayload",
|
|
17764
18714
|
"emits": [
|
|
@@ -17822,10 +18772,10 @@
|
|
|
17822
18772
|
"stream": {
|
|
17823
18773
|
"agentWorkflow": null,
|
|
17824
18774
|
"aliasOf": null,
|
|
18775
|
+
"canRunConcurrent": false,
|
|
17825
18776
|
"canonicalCommandTokens": null,
|
|
17826
18777
|
"canonicalTool": null,
|
|
17827
18778
|
"canonicalUsage": null,
|
|
17828
|
-
"canRunConcurrent": false,
|
|
17829
18779
|
"controlInputNames": [],
|
|
17830
18780
|
"dataSchema": "#/definitions/StreamTickPayload",
|
|
17831
18781
|
"emits": [
|
|
@@ -17871,12 +18821,12 @@
|
|
|
17871
18821
|
"suggest": {
|
|
17872
18822
|
"agentWorkflow": null,
|
|
17873
18823
|
"aliasOf": null,
|
|
18824
|
+
"canRunConcurrent": true,
|
|
17874
18825
|
"canonicalCommandTokens": [
|
|
17875
18826
|
"suggest"
|
|
17876
18827
|
],
|
|
17877
18828
|
"canonicalTool": "suggest",
|
|
17878
18829
|
"canonicalUsage": "pandora [--output table|json] suggest --wallet <address> --risk low|medium|high --budget <amount> [--count <n>] [--include-venues pandora,polymarket]",
|
|
17879
|
-
"canRunConcurrent": true,
|
|
17880
18830
|
"controlInputNames": [],
|
|
17881
18831
|
"dataSchema": "#/definitions/SuggestPayload",
|
|
17882
18832
|
"emits": [
|
|
@@ -17967,12 +18917,12 @@
|
|
|
17967
18917
|
"trade": {
|
|
17968
18918
|
"agentWorkflow": null,
|
|
17969
18919
|
"aliasOf": null,
|
|
18920
|
+
"canRunConcurrent": false,
|
|
17970
18921
|
"canonicalCommandTokens": [
|
|
17971
18922
|
"trade"
|
|
17972
18923
|
],
|
|
17973
18924
|
"canonicalTool": "trade",
|
|
17974
18925
|
"canonicalUsage": "pandora [--output table|json] trade [--indexer-url <url>] [--timeout-ms <ms>] [--dotenv-path <path>] [--skip-dotenv] --market-address <address> --side yes|no --amount-usdc <amount> --dry-run|--execute [--yes-pct <0-100>] [--slippage-bps <0-10000>] [--min-shares-out-raw <uint>] [--max-amount-usdc <amount>] [--min-probability-pct <0-100>] [--max-probability-pct <0-100>] [--allow-unquoted-execute] [--fork] [--fork-rpc-url <url>] [--fork-chain-id <id>] [--chain-id <id>] [--rpc-url <url>] [--private-key <hex>|--profile-id <id>|--profile-file <path>] [--usdc <address>]",
|
|
17975
|
-
"canRunConcurrent": false,
|
|
17976
18926
|
"controlInputNames": [],
|
|
17977
18927
|
"dataSchema": "#/definitions/TradePayload",
|
|
17978
18928
|
"emits": [
|
|
@@ -18164,12 +19114,12 @@
|
|
|
18164
19114
|
"version": {
|
|
18165
19115
|
"agentWorkflow": null,
|
|
18166
19116
|
"aliasOf": null,
|
|
19117
|
+
"canRunConcurrent": true,
|
|
18167
19118
|
"canonicalCommandTokens": [
|
|
18168
19119
|
"version"
|
|
18169
19120
|
],
|
|
18170
19121
|
"canonicalTool": "version",
|
|
18171
19122
|
"canonicalUsage": "pandora [--output table|json] version",
|
|
18172
|
-
"canRunConcurrent": true,
|
|
18173
19123
|
"controlInputNames": [],
|
|
18174
19124
|
"dataSchema": "#/definitions/VersionPayload",
|
|
18175
19125
|
"emits": [
|
|
@@ -18215,12 +19165,12 @@
|
|
|
18215
19165
|
"watch": {
|
|
18216
19166
|
"agentWorkflow": null,
|
|
18217
19167
|
"aliasOf": null,
|
|
19168
|
+
"canRunConcurrent": false,
|
|
18218
19169
|
"canonicalCommandTokens": [
|
|
18219
19170
|
"watch"
|
|
18220
19171
|
],
|
|
18221
19172
|
"canonicalTool": "watch",
|
|
18222
19173
|
"canonicalUsage": "pandora [--output table|json] watch [--wallet <address>] [--market-address <address>] [--side yes|no] [--amount-usdc <amount>] [--iterations <n>] [--interval-ms <ms>] [--chain-id <id>] [--include-events|--no-events] [--yes-pct <0-100>] [--alert-yes-below <0-100>] [--alert-yes-above <0-100>] [--alert-net-liquidity-below <amount>] [--alert-net-liquidity-above <amount>] [--fail-on-alert] [--track-brier] [--brier-source <name>] [--brier-file <path>] [--group-by source|market|competition]",
|
|
18223
|
-
"canRunConcurrent": false,
|
|
18224
19174
|
"controlInputNames": [],
|
|
18225
19175
|
"dataSchema": "#/definitions/WatchPayload",
|
|
18226
19176
|
"emits": [
|
|
@@ -18368,10 +19318,10 @@
|
|
|
18368
19318
|
"webhook": {
|
|
18369
19319
|
"agentWorkflow": null,
|
|
18370
19320
|
"aliasOf": null,
|
|
19321
|
+
"canRunConcurrent": true,
|
|
18371
19322
|
"canonicalCommandTokens": null,
|
|
18372
19323
|
"canonicalTool": null,
|
|
18373
19324
|
"canonicalUsage": null,
|
|
18374
|
-
"canRunConcurrent": true,
|
|
18375
19325
|
"controlInputNames": [],
|
|
18376
19326
|
"dataSchema": "#/definitions/GenericCommandData",
|
|
18377
19327
|
"emits": [
|
|
@@ -18418,13 +19368,13 @@
|
|
|
18418
19368
|
"webhook.test": {
|
|
18419
19369
|
"agentWorkflow": null,
|
|
18420
19370
|
"aliasOf": null,
|
|
19371
|
+
"canRunConcurrent": false,
|
|
18421
19372
|
"canonicalCommandTokens": [
|
|
18422
19373
|
"webhook",
|
|
18423
19374
|
"test"
|
|
18424
19375
|
],
|
|
18425
19376
|
"canonicalTool": "webhook.test",
|
|
18426
19377
|
"canonicalUsage": "pandora [--output table|json] webhook test [--webhook-url <url>] [--webhook-template <json>] [--webhook-secret <secret>] [--telegram-bot-token <token>] [--telegram-chat-id <id>] [--discord-webhook-url <url>] [--webhook-timeout-ms <ms>] [--webhook-retries <n>]",
|
|
18427
|
-
"canRunConcurrent": false,
|
|
18428
19378
|
"controlInputNames": [],
|
|
18429
19379
|
"dataSchema": "#/definitions/WebhookPayload",
|
|
18430
19380
|
"emits": [
|