openpond 0.0.30-bootstrap.0
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/CHANGELOG.md +128 -0
- package/LICENSE +21 -0
- package/README.md +162 -0
- package/RELEASE.md +20 -0
- package/dist/api/core.d.ts +22 -0
- package/dist/api/deployments.d.ts +30 -0
- package/dist/api/types.d.ts +624 -0
- package/dist/api.d.ts +90 -0
- package/dist/cache.d.ts +22 -0
- package/dist/chunks/app-layer-YKXEQGOW.js +163 -0
- package/dist/chunks/apps-GGSIN2ZF.js +539 -0
- package/dist/chunks/chunk-3CC6MH35.js +1663 -0
- package/dist/chunks/chunk-3Y4EL3P6.js +1090 -0
- package/dist/chunks/chunk-4HYJG2JE.js +3875 -0
- package/dist/chunks/chunk-5G4E547X.js +294 -0
- package/dist/chunks/chunk-74O6FGVN.js +598 -0
- package/dist/chunks/chunk-AUJLPKGI.js +632 -0
- package/dist/chunks/chunk-BYAPLT37.js +744 -0
- package/dist/chunks/chunk-FUP7EGT7.js +1845 -0
- package/dist/chunks/chunk-I6HN3ZGW.js +88 -0
- package/dist/chunks/chunk-KRKGHVMQ.js +294 -0
- package/dist/chunks/chunk-LHYK6QO2.js +1300 -0
- package/dist/chunks/chunk-NLBKZZEK.js +224 -0
- package/dist/chunks/chunk-OG75GMVO.js +1 -0
- package/dist/chunks/chunk-Q57SVPEH.js +11663 -0
- package/dist/chunks/chunk-UACZUFIA.js +47 -0
- package/dist/chunks/chunk-VQX33YAG.js +5135 -0
- package/dist/chunks/chunk-W5GKHH77.js +168 -0
- package/dist/chunks/chunk-WYDVQOBL.js +17581 -0
- package/dist/chunks/chunk-XSAXENQD.js +4167 -0
- package/dist/chunks/chunk-Y6G6WRTG.js +210 -0
- package/dist/chunks/cli-NVKNE4AZ.js +11 -0
- package/dist/chunks/cli-X3HPLSOV.js +19 -0
- package/dist/chunks/core-commands-IM2UKLU4.js +41 -0
- package/dist/chunks/extend-YXCBULPO.js +84 -0
- package/dist/chunks/harness-GMK6IY2U.js +140 -0
- package/dist/chunks/help-LMH5FGT2.js +65 -0
- package/dist/chunks/opchat-BWXZ32GX.js +169 -0
- package/dist/chunks/organizations-4ISQRGMQ.js +738 -0
- package/dist/chunks/profile-NLDZDT3L.js +1110 -0
- package/dist/chunks/project-agent-ZPVO25HA.js +892 -0
- package/dist/chunks/sandbox-command-5GFJ2U3V.js +1652 -0
- package/dist/chunks/sandbox-template-LZN4F55Z.js +1646 -0
- package/dist/chunks/src-3RBI4DNN.js +3595 -0
- package/dist/chunks/src-EYXQS6XD.js +73427 -0
- package/dist/chunks/teams-bot-WP3FHKGA.js +137 -0
- package/dist/cli.js +77 -0
- package/dist/client-types.d.ts +222 -0
- package/dist/client.d.ts +19 -0
- package/dist/config.d.ts +184 -0
- package/dist/hosted-chat.d.ts +162 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +25481 -0
- package/dist/indicators.d.ts +38 -0
- package/dist/opchat-smoke.d.ts +47 -0
- package/dist/private-json-file.d.ts +3 -0
- package/dist/profile/local-profile-types.d.ts +160 -0
- package/dist/profile/local-profile.d.ts +69 -0
- package/dist/profile/profile-catalog.d.ts +14 -0
- package/dist/profile/profile-git.d.ts +17 -0
- package/dist/profile/profile-promotion.d.ts +21 -0
- package/dist/profile/profile-setup-gate.d.ts +22 -0
- package/dist/profile/profile-skills.d.ts +30 -0
- package/dist/profile/profile-source-upload.d.ts +29 -0
- package/dist/profile/source-upload-cache.d.ts +29 -0
- package/dist/sandbox/async-request-options.d.ts +2 -0
- package/dist/sandbox/client-handles.d.ts +113 -0
- package/dist/sandbox/client.d.ts +348 -0
- package/dist/sandbox/runtime-handle.d.ts +36 -0
- package/dist/sandbox/sandbox-instance-client.d.ts +72 -0
- package/dist/sandbox/smoke.d.ts +3 -0
- package/dist/sandbox/stream.d.ts +7 -0
- package/dist/sandbox/types/billing.d.ts +176 -0
- package/dist/sandbox/types/client.d.ts +103 -0
- package/dist/sandbox/types/core.d.ts +140 -0
- package/dist/sandbox/types/index.d.ts +14 -0
- package/dist/sandbox/types/io.d.ts +240 -0
- package/dist/sandbox/types/microsoft-teams-bot.d.ts +51 -0
- package/dist/sandbox/types/org-project-agent.d.ts +610 -0
- package/dist/sandbox/types/record.d.ts +53 -0
- package/dist/sandbox/types/responses.d.ts +295 -0
- package/dist/sandbox/types/runtime-profiles.d.ts +15 -0
- package/dist/sandbox/types/runtime.d.ts +152 -0
- package/dist/sandbox/types/schedules.d.ts +141 -0
- package/dist/sandbox/types/snapshots.d.ts +205 -0
- package/dist/sandbox/types/workflow-modes.d.ts +1 -0
- package/dist/sandbox/types/workload-sources.d.ts +20 -0
- package/dist/sandbox/url.d.ts +2 -0
- package/dist/sandbox-template/manifest.d.ts +304 -0
- package/dist/sandbox-template/manifest.js +18381 -0
- package/dist/skills/openpond-cli/SKILL.md +49 -0
- package/dist/skills/openpond-desktop-harness/SKILL.md +113 -0
- package/dist/skills/openpond-desktop-harness/agents/openai.yaml +4 -0
- package/dist/skills/openpond-taskset-authoring/SKILL.md +38 -0
- package/dist/skills/openpond-taskset-authoring/references/graders-and-rewards.md +11 -0
- package/dist/skills/openpond-taskset-authoring/references/method-selection.md +12 -0
- package/dist/skills/openpond-taskset-authoring/references/privacy-and-provenance.md +8 -0
- package/dist/skills/openpond-taskset-authoring/references/task-design.md +13 -0
- package/dist/stream.d.ts +20 -0
- package/dist/types.d.ts +57 -0
- package/dist/urls.d.ts +4 -0
- package/dist/web/assets/AppsView-Bu-Nc3Ew.js +1 -0
- package/dist/web/assets/AppsView-DIhprTIC.css +1 -0
- package/dist/web/assets/BrowserSidebar-CCguQ-DR.js +1 -0
- package/dist/web/assets/BrowserSidebar-D9i7gQzw.css +1 -0
- package/dist/web/assets/CloudWorkView-DNoPIlMj.css +1 -0
- package/dist/web/assets/CloudWorkView-Dr3xqLE5.js +1 -0
- package/dist/web/assets/CommandMenu-CnodJFHD.js +1 -0
- package/dist/web/assets/CommandMenu-hNQCm8mw.css +1 -0
- package/dist/web/assets/CommunityView-CIbjNUZr.js +1 -0
- package/dist/web/assets/CommunityView-DSik4sd2.css +1 -0
- package/dist/web/assets/GetStartedView-C3ZrnEz5.css +1 -0
- package/dist/web/assets/GetStartedView-C8nyH_PT.js +1 -0
- package/dist/web/assets/LabsExtensions-GtJzxDnK.js +1 -0
- package/dist/web/assets/LabsProfile-DG7rWYur.js +1 -0
- package/dist/web/assets/LabsRoute-D6MDHBzq.js +2 -0
- package/dist/web/assets/LabsRoute-TEt9j1vB.css +1 -0
- package/dist/web/assets/LabsSignals-BfsDN86w.js +1 -0
- package/dist/web/assets/LabsSignals-D6iA6Ryl.css +1 -0
- package/dist/web/assets/NewProjectDialog-CaKiCoVS.js +1 -0
- package/dist/web/assets/ProfileSettingsSection-DTQS2DVL.css +1 -0
- package/dist/web/assets/ProfileSettingsSection-DxEzoF3K.js +1 -0
- package/dist/web/assets/ProfileView-CEscW7Ru.js +1 -0
- package/dist/web/assets/SettingsView-DwbGu8Kj.css +1 -0
- package/dist/web/assets/SettingsView-JIRR_FO4.js +63 -0
- package/dist/web/assets/TeamChatView-B5M1ThhJ.js +3 -0
- package/dist/web/assets/TeamChatView-Bx44q3WV.css +1 -0
- package/dist/web/assets/TerminalOverlay-C1iP4OS1.js +19 -0
- package/dist/web/assets/TerminalOverlay-DwBiZLwk.css +1 -0
- package/dist/web/assets/TrainingSettingsSection-BDYvI2te.js +1 -0
- package/dist/web/assets/TrainingView-CoCFK6W3.js +5 -0
- package/dist/web/assets/WorkspaceDiffPanel-CMxKQeo7.js +14 -0
- package/dist/web/assets/WorkspaceEnvironmentMenu-B8JJbwIz.js +32 -0
- package/dist/web/assets/WorkspaceEnvironmentMenu-DGIFdG3o.css +1 -0
- package/dist/web/assets/WorkspaceGitDialogs-B4sp9BGn.js +1 -0
- package/dist/web/assets/WorkspaceMonacoEditor-BBqimG5X.js +845 -0
- package/dist/web/assets/WorkspaceMonacoEditor-BwKcXIZw.css +1 -0
- package/dist/web/assets/boxes-DAaDUabq.js +1 -0
- package/dist/web/assets/codicon-ngg6Pgfi.ttf +0 -0
- package/dist/web/assets/css.worker-DBVD8oXr.js +93 -0
- package/dist/web/assets/cssMode-CBF1mieJ.js +1 -0
- package/dist/web/assets/dockerfile-BG73LgW2.js +1 -0
- package/dist/web/assets/editor.worker-CdQrwHl8.js +26 -0
- package/dist/web/assets/git-commit-horizontal-CAickXpN.js +1 -0
- package/dist/web/assets/git-dialogs-BZDqS1eT.css +1 -0
- package/dist/web/assets/html.worker-CwpTb9lJ.js +470 -0
- package/dist/web/assets/htmlMode-2u8OHtWO.js +1 -0
- package/dist/web/assets/index-BdY6A-YN.css +1 -0
- package/dist/web/assets/index-CU2qhUYV.js +195 -0
- package/dist/web/assets/index-Dz2B3-4C.js +1 -0
- package/dist/web/assets/info-CQNTh78o.js +1 -0
- package/dist/web/assets/json.worker-BoL8UZqY.js +58 -0
- package/dist/web/assets/jsonMode-C4CWXViX.js +7 -0
- package/dist/web/assets/lspLanguageFeatures-CBs_BOlB.js +4 -0
- package/dist/web/assets/markdown-BFxVWTOG.js +1 -0
- package/dist/web/assets/monaco.contribution-C1LUxAKf.js +2 -0
- package/dist/web/assets/monaco.contribution-Cpf6dWsh.js +2 -0
- package/dist/web/assets/monaco.contribution-lOXpG2xQ.js +2 -0
- package/dist/web/assets/monaco.contribution-sd3cFkcN.js +2 -0
- package/dist/web/assets/monitor-DsIswrMV.js +1 -0
- package/dist/web/assets/play-CeRw21NV.js +1 -0
- package/dist/web/assets/python-CXYq3BUl.js +1 -0
- package/dist/web/assets/refresh-cw-N5b_6AP5.js +1 -0
- package/dist/web/assets/reply-BSKjZrJg.js +1 -0
- package/dist/web/assets/save-D0oHH1a3.js +1 -0
- package/dist/web/assets/settings-lists-BEg6LMcy.css +1 -0
- package/dist/web/assets/shell-DiJ1NA_G.js +1 -0
- package/dist/web/assets/toggleHighContrast-B7NOMXDY.css +1 -0
- package/dist/web/assets/toggleHighContrast-DRjlcwes.js +62 -0
- package/dist/web/assets/training-model-data-BPrc68VG.js +1 -0
- package/dist/web/assets/ts.worker-BH9nVgjN.js +67718 -0
- package/dist/web/assets/tsMode-x-1A7ZcB.js +11 -0
- package/dist/web/assets/wifi-off-Dt52ofzh.js +1 -0
- package/dist/web/assets/workers-Ciff6Dzi.js +1 -0
- package/dist/web/assets/yaml-CB67Kxnz.js +1 -0
- package/dist/web/connected-apps/github.svg +3 -0
- package/dist/web/connected-apps/google.svg +6 -0
- package/dist/web/connected-apps/linear.svg +3 -0
- package/dist/web/connected-apps/microsoft.svg +6 -0
- package/dist/web/connected-apps/notion.svg +3 -0
- package/dist/web/connected-apps/openpond-mcp.svg +4 -0
- package/dist/web/connected-apps/slack.svg +6 -0
- package/dist/web/connected-apps/x.svg +3 -0
- package/dist/web/favicon-16x16.png +0 -0
- package/dist/web/favicon-32x32.png +0 -0
- package/dist/web/index.html +16 -0
- package/dist/web/openpond-icon.png +0 -0
- package/dist/web/openpond-wordlogo-white.png +0 -0
- package/dist/web/tokens/eth.svg +1 -0
- package/dist/web/tokens/usdc.svg +1 -0
- package/docs/agent-edit-check-status-json.md +132 -0
- package/docs/command-reference.md +695 -0
- package/package.json +84 -0
|
@@ -0,0 +1,695 @@
|
|
|
1
|
+
# OpenPond CLI command reference
|
|
2
|
+
|
|
3
|
+
<!-- Generated by `pnpm --dir apps/cli docs:commands`; do not edit by hand. -->
|
|
4
|
+
|
|
5
|
+
Parsing, aliases, command help, and this reference use the same authoritative registry.
|
|
6
|
+
|
|
7
|
+
## help
|
|
8
|
+
|
|
9
|
+
```text
|
|
10
|
+
Usage:
|
|
11
|
+
openpond help
|
|
12
|
+
```
|
|
13
|
+
## version
|
|
14
|
+
|
|
15
|
+
```text
|
|
16
|
+
Usage:
|
|
17
|
+
openpond version
|
|
18
|
+
```
|
|
19
|
+
## check-update
|
|
20
|
+
|
|
21
|
+
```text
|
|
22
|
+
Usage:
|
|
23
|
+
openpond check-update
|
|
24
|
+
```
|
|
25
|
+
## login
|
|
26
|
+
|
|
27
|
+
```text
|
|
28
|
+
Usage:
|
|
29
|
+
openpond login [--base-url <url>]
|
|
30
|
+
|
|
31
|
+
Options:
|
|
32
|
+
--account <string>
|
|
33
|
+
--api-baseurl <string>
|
|
34
|
+
--api-base-url <string>
|
|
35
|
+
--baseurl <string>
|
|
36
|
+
--base-url <string>
|
|
37
|
+
--chat-api-baseurl <string>
|
|
38
|
+
--chat-api-base-url <string>
|
|
39
|
+
--check-update
|
|
40
|
+
--cwd <string>
|
|
41
|
+
--help
|
|
42
|
+
--json
|
|
43
|
+
--profile <string>
|
|
44
|
+
--sandbox-apiurl <string>
|
|
45
|
+
--sandbox-api-url <string>
|
|
46
|
+
--tui
|
|
47
|
+
--version
|
|
48
|
+
```
|
|
49
|
+
## init
|
|
50
|
+
|
|
51
|
+
```text
|
|
52
|
+
Usage:
|
|
53
|
+
openpond init [--path <dir>]
|
|
54
|
+
|
|
55
|
+
Options:
|
|
56
|
+
--path <string>
|
|
57
|
+
```
|
|
58
|
+
## profile
|
|
59
|
+
|
|
60
|
+
```text
|
|
61
|
+
Usage:
|
|
62
|
+
openpond profile <current|init|load|check|push|commit|diff|catalog>
|
|
63
|
+
|
|
64
|
+
Options:
|
|
65
|
+
--check-kind <string>
|
|
66
|
+
--conversation-id <string>
|
|
67
|
+
--ensure-hosted
|
|
68
|
+
--expected-manifest-hash <string>
|
|
69
|
+
--force
|
|
70
|
+
--hosted-check-kind <string>
|
|
71
|
+
--hosted-run-agent-id <string>
|
|
72
|
+
--hosted-run-conversation-id <string>
|
|
73
|
+
--hosted-run-idempotency-key <string>
|
|
74
|
+
--hosted-run-input <json>
|
|
75
|
+
--hosted-run-retry
|
|
76
|
+
--hosted-run-target-project-id <string>
|
|
77
|
+
--hosted-source-agent-id <string>
|
|
78
|
+
--hosted-source-checks
|
|
79
|
+
--hosted-source-dispatch <string>
|
|
80
|
+
--hosted-source-project-id <string>
|
|
81
|
+
--json
|
|
82
|
+
--kind <string>
|
|
83
|
+
--path <string>
|
|
84
|
+
--publish-hosted-source
|
|
85
|
+
--team-id <string>
|
|
86
|
+
--work-item-id <string>
|
|
87
|
+
```
|
|
88
|
+
## agents
|
|
89
|
+
|
|
90
|
+
```text
|
|
91
|
+
Usage:
|
|
92
|
+
openpond agents [--json]
|
|
93
|
+
|
|
94
|
+
Options:
|
|
95
|
+
--json
|
|
96
|
+
```
|
|
97
|
+
## inspect
|
|
98
|
+
|
|
99
|
+
```text
|
|
100
|
+
Usage:
|
|
101
|
+
openpond inspect [args]
|
|
102
|
+
|
|
103
|
+
Options:
|
|
104
|
+
--cwd <string>
|
|
105
|
+
--input <json>
|
|
106
|
+
--input-file <string>
|
|
107
|
+
--json
|
|
108
|
+
--path <string>
|
|
109
|
+
```
|
|
110
|
+
## build
|
|
111
|
+
|
|
112
|
+
```text
|
|
113
|
+
Usage:
|
|
114
|
+
openpond build [args]
|
|
115
|
+
|
|
116
|
+
Options:
|
|
117
|
+
--cwd <string>
|
|
118
|
+
--input <json>
|
|
119
|
+
--input-file <string>
|
|
120
|
+
--json
|
|
121
|
+
--path <string>
|
|
122
|
+
```
|
|
123
|
+
## validate
|
|
124
|
+
|
|
125
|
+
```text
|
|
126
|
+
Usage:
|
|
127
|
+
openpond validate [args]
|
|
128
|
+
|
|
129
|
+
Options:
|
|
130
|
+
--cwd <string>
|
|
131
|
+
--input <json>
|
|
132
|
+
--input-file <string>
|
|
133
|
+
--json
|
|
134
|
+
--path <string>
|
|
135
|
+
```
|
|
136
|
+
## eval
|
|
137
|
+
|
|
138
|
+
```text
|
|
139
|
+
Usage:
|
|
140
|
+
openpond eval [args]
|
|
141
|
+
|
|
142
|
+
Options:
|
|
143
|
+
--cwd <string>
|
|
144
|
+
--input <json>
|
|
145
|
+
--input-file <string>
|
|
146
|
+
--json
|
|
147
|
+
--path <string>
|
|
148
|
+
```
|
|
149
|
+
## run
|
|
150
|
+
|
|
151
|
+
```text
|
|
152
|
+
Usage:
|
|
153
|
+
openpond run [args]
|
|
154
|
+
|
|
155
|
+
Options:
|
|
156
|
+
--cwd <string>
|
|
157
|
+
--input <json>
|
|
158
|
+
--input-file <string>
|
|
159
|
+
--json
|
|
160
|
+
--path <string>
|
|
161
|
+
```
|
|
162
|
+
## extend
|
|
163
|
+
|
|
164
|
+
```text
|
|
165
|
+
Usage:
|
|
166
|
+
openpond extend <instructions>
|
|
167
|
+
|
|
168
|
+
Options:
|
|
169
|
+
--cwd <string>
|
|
170
|
+
```
|
|
171
|
+
## edit
|
|
172
|
+
|
|
173
|
+
```text
|
|
174
|
+
Usage:
|
|
175
|
+
openpond edit <instructions>
|
|
176
|
+
|
|
177
|
+
Options:
|
|
178
|
+
--cwd <string>
|
|
179
|
+
```
|
|
180
|
+
## profiles
|
|
181
|
+
|
|
182
|
+
```text
|
|
183
|
+
Usage:
|
|
184
|
+
openpond profiles [args]
|
|
185
|
+
|
|
186
|
+
Options:
|
|
187
|
+
--json
|
|
188
|
+
```
|
|
189
|
+
## account
|
|
190
|
+
|
|
191
|
+
```text
|
|
192
|
+
Usage:
|
|
193
|
+
openpond account
|
|
194
|
+
|
|
195
|
+
Options:
|
|
196
|
+
--json
|
|
197
|
+
```
|
|
198
|
+
## health
|
|
199
|
+
|
|
200
|
+
```text
|
|
201
|
+
Usage:
|
|
202
|
+
openpond health
|
|
203
|
+
|
|
204
|
+
Options:
|
|
205
|
+
--json
|
|
206
|
+
```
|
|
207
|
+
## serve
|
|
208
|
+
|
|
209
|
+
```text
|
|
210
|
+
Usage:
|
|
211
|
+
openpond serve [args]
|
|
212
|
+
|
|
213
|
+
Options:
|
|
214
|
+
--host <string>
|
|
215
|
+
--hostname <string>
|
|
216
|
+
--listen <string>
|
|
217
|
+
--port <integer>
|
|
218
|
+
```
|
|
219
|
+
## ui
|
|
220
|
+
|
|
221
|
+
```text
|
|
222
|
+
Usage:
|
|
223
|
+
openpond ui [args]
|
|
224
|
+
|
|
225
|
+
Options:
|
|
226
|
+
--host <string>
|
|
227
|
+
--hostname <string>
|
|
228
|
+
--listen <string>
|
|
229
|
+
--port <integer>
|
|
230
|
+
--web-root <string>
|
|
231
|
+
```
|
|
232
|
+
## tui
|
|
233
|
+
|
|
234
|
+
```text
|
|
235
|
+
Usage:
|
|
236
|
+
openpond tui [--provider <id>] [--model <id>] [--project <id>]
|
|
237
|
+
|
|
238
|
+
Aliases:
|
|
239
|
+
interactive
|
|
240
|
+
|
|
241
|
+
Options:
|
|
242
|
+
--cwd <string>
|
|
243
|
+
--model <string>
|
|
244
|
+
--no-server-start
|
|
245
|
+
--project <string>
|
|
246
|
+
--provider <string>
|
|
247
|
+
--server <string>
|
|
248
|
+
```
|
|
249
|
+
## chat
|
|
250
|
+
|
|
251
|
+
```text
|
|
252
|
+
Usage:
|
|
253
|
+
openpond chat (--message-file <path>|--message <text>|--stdin) --non-interactive [--provider <id>] [--model <id>] [--project <id>] [--yes] [--approval-policy <policy>] [--json] [--timeout-sec <n>] [--max-output-bytes <n>] [--sandbox <mode>]
|
|
254
|
+
|
|
255
|
+
Options:
|
|
256
|
+
--approval-policy <string>
|
|
257
|
+
--cwd <string>
|
|
258
|
+
--json
|
|
259
|
+
--max-output-bytes <integer>
|
|
260
|
+
--message <string>
|
|
261
|
+
--message-file <string>
|
|
262
|
+
--model <string>
|
|
263
|
+
--non-interactive
|
|
264
|
+
--no-server-start
|
|
265
|
+
--project <string>
|
|
266
|
+
--provider <string>
|
|
267
|
+
--sandbox <string>
|
|
268
|
+
--server <string>
|
|
269
|
+
--stdin
|
|
270
|
+
--timeout-sec <integer>
|
|
271
|
+
--yes
|
|
272
|
+
```
|
|
273
|
+
## tool
|
|
274
|
+
|
|
275
|
+
```text
|
|
276
|
+
Usage:
|
|
277
|
+
openpond tool <list|run> <handle>/<repo> [args]
|
|
278
|
+
|
|
279
|
+
Options:
|
|
280
|
+
--body <json>
|
|
281
|
+
--json
|
|
282
|
+
```
|
|
283
|
+
## backtest
|
|
284
|
+
|
|
285
|
+
```text
|
|
286
|
+
Usage:
|
|
287
|
+
openpond backtest <run|events|get> <handle>/<repo> [args]
|
|
288
|
+
|
|
289
|
+
Options:
|
|
290
|
+
--body <json>
|
|
291
|
+
--branch <string>
|
|
292
|
+
--deployment-id <string>
|
|
293
|
+
--limit <integer>
|
|
294
|
+
--run-id <string>
|
|
295
|
+
```
|
|
296
|
+
## deploy
|
|
297
|
+
|
|
298
|
+
```text
|
|
299
|
+
Usage:
|
|
300
|
+
openpond deploy watch <handle>/<repo> [--branch <branch>]
|
|
301
|
+
|
|
302
|
+
Options:
|
|
303
|
+
--branch <string>
|
|
304
|
+
```
|
|
305
|
+
## template
|
|
306
|
+
|
|
307
|
+
```text
|
|
308
|
+
Usage:
|
|
309
|
+
openpond template <status|branches|update> <handle>/<repo> [--env preview|production]
|
|
310
|
+
|
|
311
|
+
Options:
|
|
312
|
+
--env <string>
|
|
313
|
+
```
|
|
314
|
+
## sandbox-template
|
|
315
|
+
|
|
316
|
+
```text
|
|
317
|
+
Usage:
|
|
318
|
+
openpond sandbox-template <command> [args]
|
|
319
|
+
|
|
320
|
+
Options:
|
|
321
|
+
--action <string>
|
|
322
|
+
--agent-id <string>
|
|
323
|
+
--branch <string>
|
|
324
|
+
--budget <number>
|
|
325
|
+
--budget-usd <number>
|
|
326
|
+
--build <string>
|
|
327
|
+
--commit
|
|
328
|
+
--commit-message <string>
|
|
329
|
+
--description <string>
|
|
330
|
+
--dir <string>
|
|
331
|
+
--disable-schedule <string>
|
|
332
|
+
--disable-schedules <string>
|
|
333
|
+
--enable-schedule <string>
|
|
334
|
+
--enable-schedules <string>
|
|
335
|
+
--entrypoint <string>
|
|
336
|
+
--env <json>
|
|
337
|
+
--env-ref <string>
|
|
338
|
+
--file <string>
|
|
339
|
+
--force
|
|
340
|
+
--idle-timeout-seconds <integer>
|
|
341
|
+
--inherit
|
|
342
|
+
--input <json>
|
|
343
|
+
--input-file <string>
|
|
344
|
+
--input-files <string>
|
|
345
|
+
--input-json <json>
|
|
346
|
+
--inputs <json>
|
|
347
|
+
--json
|
|
348
|
+
--keep-token-remote
|
|
349
|
+
--manifest <string>
|
|
350
|
+
--max-duration-seconds <integer>
|
|
351
|
+
--name <string>
|
|
352
|
+
--no-push
|
|
353
|
+
--no-write
|
|
354
|
+
--out <string>
|
|
355
|
+
--out-dir <string>
|
|
356
|
+
--output <string>
|
|
357
|
+
--output-dir <string>
|
|
358
|
+
--params <json>
|
|
359
|
+
--path <string>
|
|
360
|
+
--plan <string>
|
|
361
|
+
--project-id <string>
|
|
362
|
+
--repo <string>
|
|
363
|
+
--runtime-agent-id <string>
|
|
364
|
+
--runtime-base-branch <string>
|
|
365
|
+
--runtime-base-sha <string>
|
|
366
|
+
--runtime-id <string>
|
|
367
|
+
--runtime-project-id <string>
|
|
368
|
+
--runtime-promotion-policy <string>
|
|
369
|
+
--schedule-mode <string>
|
|
370
|
+
--schedule-override <json>
|
|
371
|
+
--schedule-overrides <json>
|
|
372
|
+
--schedules <string>
|
|
373
|
+
--service <string>
|
|
374
|
+
--set-remote-token
|
|
375
|
+
--setup-timeout-seconds <integer>
|
|
376
|
+
--target <string>
|
|
377
|
+
--team-id <string>
|
|
378
|
+
--timeout-seconds <integer>
|
|
379
|
+
--token <string>
|
|
380
|
+
--workflow-mode <string>
|
|
381
|
+
--yes
|
|
382
|
+
```
|
|
383
|
+
## repo
|
|
384
|
+
|
|
385
|
+
```text
|
|
386
|
+
Usage:
|
|
387
|
+
openpond repo <create|push> [--name <name>] [--path <dir>] [--branch <branch>]
|
|
388
|
+
|
|
389
|
+
Options:
|
|
390
|
+
--branch <string>
|
|
391
|
+
--name <string>
|
|
392
|
+
--path <string>
|
|
393
|
+
```
|
|
394
|
+
## organizations
|
|
395
|
+
|
|
396
|
+
```text
|
|
397
|
+
Usage:
|
|
398
|
+
openpond organizations <login|list|use|logout|whoami> [args]
|
|
399
|
+
|
|
400
|
+
Aliases:
|
|
401
|
+
organization
|
|
402
|
+
|
|
403
|
+
Options:
|
|
404
|
+
--callback-port <integer>
|
|
405
|
+
--json
|
|
406
|
+
--open
|
|
407
|
+
--timeout-seconds <integer>
|
|
408
|
+
```
|
|
409
|
+
## project
|
|
410
|
+
|
|
411
|
+
```text
|
|
412
|
+
Usage:
|
|
413
|
+
openpond project <list|create|upsert|get|update|sync|source-upload|archive> [args]
|
|
414
|
+
|
|
415
|
+
Options:
|
|
416
|
+
--branch <string>
|
|
417
|
+
--commit-message <string>
|
|
418
|
+
--default-branch <string>
|
|
419
|
+
--description <string>
|
|
420
|
+
--git-owner <string>
|
|
421
|
+
--git-repo <string>
|
|
422
|
+
--internal-repo-path <string>
|
|
423
|
+
--json
|
|
424
|
+
--name <string>
|
|
425
|
+
--path <string>
|
|
426
|
+
--project-id <string>
|
|
427
|
+
--repo <string>
|
|
428
|
+
--source-check-dispatch <string>
|
|
429
|
+
--source-type <string>
|
|
430
|
+
--team-id <string>
|
|
431
|
+
--template-repo-url <string>
|
|
432
|
+
```
|
|
433
|
+
## agent
|
|
434
|
+
|
|
435
|
+
```text
|
|
436
|
+
Usage:
|
|
437
|
+
openpond agent <inspect|build|validate|eval|traces|list|create|upsert|get|update|run|run-test|bind-source|source|edit|archive> [args]
|
|
438
|
+
openpond agent run <action> [--cwd <project>] [--input <json>]
|
|
439
|
+
openpond agent run <agentId> --team-id <id> [--conversation-id <id>] [--target-project-id <projectId>] [--input <json>]
|
|
440
|
+
openpond agent source check-status <workItemId> --team-id <id> [--limit <n>]
|
|
441
|
+
openpond agent edit open <agentId> --team-id <id> --project-id <id> [--message <text>]
|
|
442
|
+
openpond agent edit checkpoint-result|commit-result|pr-result <workItemId> --team-id <id> --ref <artifact-ref>
|
|
443
|
+
|
|
444
|
+
Options:
|
|
445
|
+
--agent-edit <json>
|
|
446
|
+
--agent-id <string>
|
|
447
|
+
--allow-latest-source
|
|
448
|
+
--attachments-json <json>
|
|
449
|
+
--base-sha <string>
|
|
450
|
+
--chat-mode <string>
|
|
451
|
+
--check-kind <string>
|
|
452
|
+
--conversation-id <string>
|
|
453
|
+
--cwd <string>
|
|
454
|
+
--dispatch <string>
|
|
455
|
+
--entrypoint-name <string>
|
|
456
|
+
--entrypoint-scope <string>
|
|
457
|
+
--eval-status <string>
|
|
458
|
+
--expected-manifest-hash <string>
|
|
459
|
+
--expected-source-commit-sha <string>
|
|
460
|
+
--idempotency-key <string>
|
|
461
|
+
--input <json>
|
|
462
|
+
--input-file <string>
|
|
463
|
+
--json
|
|
464
|
+
--limit <integer>
|
|
465
|
+
--message <string>
|
|
466
|
+
--metadata <json>
|
|
467
|
+
--name <string>
|
|
468
|
+
--path <string>
|
|
469
|
+
--payload <json>
|
|
470
|
+
--project-id <string>
|
|
471
|
+
--prompt <string>
|
|
472
|
+
--published-snapshot-id <string>
|
|
473
|
+
--ref <string>
|
|
474
|
+
--required-env <string>
|
|
475
|
+
--required-integrations <string>
|
|
476
|
+
--require-published-snapshot
|
|
477
|
+
--runtime-promotion-policy <string>
|
|
478
|
+
--runtime-source-mode <string>
|
|
479
|
+
--source-check-dispatch <string>
|
|
480
|
+
--source-mode <string>
|
|
481
|
+
--source-ref <string>
|
|
482
|
+
--status <string>
|
|
483
|
+
--target-project-id <string>
|
|
484
|
+
--team-id <string>
|
|
485
|
+
--trigger-type <string>
|
|
486
|
+
--workflow-mode <string>
|
|
487
|
+
--work-item-id <string>
|
|
488
|
+
```
|
|
489
|
+
## goal
|
|
490
|
+
|
|
491
|
+
```text
|
|
492
|
+
Usage:
|
|
493
|
+
openpond goal <command> [args]
|
|
494
|
+
|
|
495
|
+
Options:
|
|
496
|
+
--agent-id <string>
|
|
497
|
+
--cwd <string>
|
|
498
|
+
--goal-id <string>
|
|
499
|
+
--goal-storage <string>
|
|
500
|
+
--json
|
|
501
|
+
```
|
|
502
|
+
## harness
|
|
503
|
+
|
|
504
|
+
```text
|
|
505
|
+
Usage:
|
|
506
|
+
openpond harness desktop <run|attach> <scenario...> [--isolated|--attach|--packaged|--none] [--app <path>] [--artifacts-dir <path>] [--json <path>]
|
|
507
|
+
|
|
508
|
+
Options:
|
|
509
|
+
--artifacts-dir <string>
|
|
510
|
+
--attach
|
|
511
|
+
--cwd <string>
|
|
512
|
+
--devtools-port <integer>
|
|
513
|
+
--grep <string>
|
|
514
|
+
--isolated
|
|
515
|
+
--json <string>
|
|
516
|
+
--json-path <string>
|
|
517
|
+
--keep-home
|
|
518
|
+
--none
|
|
519
|
+
--server <string>
|
|
520
|
+
--timeout-ms <integer>
|
|
521
|
+
--token <string>
|
|
522
|
+
--token-file <string>
|
|
523
|
+
```
|
|
524
|
+
## sandbox
|
|
525
|
+
|
|
526
|
+
```text
|
|
527
|
+
Usage:
|
|
528
|
+
openpond sandbox <command> [args]
|
|
529
|
+
|
|
530
|
+
Options:
|
|
531
|
+
--access <string>
|
|
532
|
+
--agent-id <string>
|
|
533
|
+
--all
|
|
534
|
+
--artifact-paths <string>
|
|
535
|
+
--async
|
|
536
|
+
--auth-header <string>
|
|
537
|
+
--auth-header-value <string>
|
|
538
|
+
--auth-token <string>
|
|
539
|
+
--auto-start
|
|
540
|
+
--base-ref <string>
|
|
541
|
+
--branch <string>
|
|
542
|
+
--budget <number>
|
|
543
|
+
--budget-usd <number>
|
|
544
|
+
--cleanup
|
|
545
|
+
--cols <integer>
|
|
546
|
+
--command <string>
|
|
547
|
+
--content <string>
|
|
548
|
+
--content-base64 <string>
|
|
549
|
+
--contents <string>
|
|
550
|
+
--contents-base64 <string>
|
|
551
|
+
--cpu <number>
|
|
552
|
+
--create
|
|
553
|
+
--description <string>
|
|
554
|
+
--disk-gb <number>
|
|
555
|
+
--docker-build-args <json>
|
|
556
|
+
--dockerfile <string>
|
|
557
|
+
--dockerfile-context <string>
|
|
558
|
+
--dockerfile-target <string>
|
|
559
|
+
--docker-registry-secret-refs <string>
|
|
560
|
+
--domain <string>
|
|
561
|
+
--env-literal <string>
|
|
562
|
+
--env-name <string>
|
|
563
|
+
--env-ref <string>
|
|
564
|
+
--expected-mpp-mode <string>
|
|
565
|
+
--expected-version <integer>
|
|
566
|
+
--fail-on-unpreserved-changes
|
|
567
|
+
--ff-only
|
|
568
|
+
--force-with-lease
|
|
569
|
+
--fork
|
|
570
|
+
--from-path <string>
|
|
571
|
+
--idempotency-key <string>
|
|
572
|
+
--idle-timeout-seconds <integer>
|
|
573
|
+
--image <string>
|
|
574
|
+
--image-digest <string>
|
|
575
|
+
--input <string>
|
|
576
|
+
--input-base64 <string>
|
|
577
|
+
--integration-capabilities <string>
|
|
578
|
+
--integration-connection <string>
|
|
579
|
+
--integration-scopes <string>
|
|
580
|
+
--interval-ms <integer>
|
|
581
|
+
--json
|
|
582
|
+
--keep
|
|
583
|
+
--label <string>
|
|
584
|
+
--lease-id <string>
|
|
585
|
+
--lifecycle-hint <json>
|
|
586
|
+
--manifest-path <string>
|
|
587
|
+
--max-duration-seconds <integer>
|
|
588
|
+
--max-entries <number>
|
|
589
|
+
--max-results <number>
|
|
590
|
+
--memory-gb <number>
|
|
591
|
+
--message <string>
|
|
592
|
+
--name <string>
|
|
593
|
+
--no-preview
|
|
594
|
+
--overwrite
|
|
595
|
+
--params <json>
|
|
596
|
+
--path <string>
|
|
597
|
+
--paths <string>
|
|
598
|
+
--payload <json>
|
|
599
|
+
--port <integer>
|
|
600
|
+
--preview
|
|
601
|
+
--project-id <string>
|
|
602
|
+
--publish
|
|
603
|
+
--q <string>
|
|
604
|
+
--query <string>
|
|
605
|
+
--rebase
|
|
606
|
+
--recursive
|
|
607
|
+
--registry-secret-ref <string>
|
|
608
|
+
--remote <string>
|
|
609
|
+
--replay-state <string>
|
|
610
|
+
--repo <string>
|
|
611
|
+
--respond-async
|
|
612
|
+
--rows <integer>
|
|
613
|
+
--runtime-agent-id <string>
|
|
614
|
+
--runtime-base-branch <string>
|
|
615
|
+
--runtime-base-sha <string>
|
|
616
|
+
--runtime-id <string>
|
|
617
|
+
--runtime-profile-id <string>
|
|
618
|
+
--runtime-project-id <string>
|
|
619
|
+
--runtime-promotion-policy <string>
|
|
620
|
+
--runtime-workspace-root <string>
|
|
621
|
+
--sandbox-id <string>
|
|
622
|
+
--scope <string>
|
|
623
|
+
--since <integer>
|
|
624
|
+
--snapshot
|
|
625
|
+
--snapshot-id <string>
|
|
626
|
+
--source-project-id <string>
|
|
627
|
+
--source-repo-url <string>
|
|
628
|
+
--source-sandbox-id <string>
|
|
629
|
+
--start-point <string>
|
|
630
|
+
--status <string>
|
|
631
|
+
--stdin
|
|
632
|
+
--summary
|
|
633
|
+
--tag <string>
|
|
634
|
+
--tags <string>
|
|
635
|
+
--target-id <string>
|
|
636
|
+
--target-type <string>
|
|
637
|
+
--team-id <string>
|
|
638
|
+
--template-name <string>
|
|
639
|
+
--template-version <string>
|
|
640
|
+
--template-visibility <string>
|
|
641
|
+
--timeout-seconds <integer>
|
|
642
|
+
--to-path <string>
|
|
643
|
+
--type <string>
|
|
644
|
+
--use-case <string>
|
|
645
|
+
--validation-command <string>
|
|
646
|
+
--value <string>
|
|
647
|
+
--version <string>
|
|
648
|
+
--volume-delete-on-sandbox-delete
|
|
649
|
+
--volume-mount-path <string>
|
|
650
|
+
--volume-name <string>
|
|
651
|
+
--volume-storage-gb <number>
|
|
652
|
+
--workflow-mode <string>
|
|
653
|
+
```
|
|
654
|
+
## opchat
|
|
655
|
+
|
|
656
|
+
```text
|
|
657
|
+
Usage:
|
|
658
|
+
openpond opchat <command> [args]
|
|
659
|
+
|
|
660
|
+
Options:
|
|
661
|
+
--json
|
|
662
|
+
--stream
|
|
663
|
+
```
|
|
664
|
+
## teams-bot
|
|
665
|
+
|
|
666
|
+
```text
|
|
667
|
+
Usage:
|
|
668
|
+
openpond teams-bot <command> [args]
|
|
669
|
+
|
|
670
|
+
Options:
|
|
671
|
+
--json
|
|
672
|
+
--team-id <string>
|
|
673
|
+
```
|
|
674
|
+
## apps
|
|
675
|
+
|
|
676
|
+
```text
|
|
677
|
+
Usage:
|
|
678
|
+
openpond apps <list|code-visibility|tools|deploy|env get|env set|performance|summary|assistant|store events|trade-facts|agent create|positions tx> [args]
|
|
679
|
+
|
|
680
|
+
Options:
|
|
681
|
+
--app-id <string>
|
|
682
|
+
--body <json>
|
|
683
|
+
--env <json>
|
|
684
|
+
--json
|
|
685
|
+
--limit <integer>
|
|
686
|
+
--refresh
|
|
687
|
+
--team-id <string>
|
|
688
|
+
--watch
|
|
689
|
+
```
|
|
690
|
+
## opentool
|
|
691
|
+
|
|
692
|
+
```text
|
|
693
|
+
Usage:
|
|
694
|
+
openpond opentool <init|validate|build> [args]
|
|
695
|
+
```
|