-
Notifications
You must be signed in to change notification settings - Fork 217
Expand file tree
/
Copy pathregistry.json
More file actions
231 lines (231 loc) · 11.8 KB
/
Copy pathregistry.json
File metadata and controls
231 lines (231 loc) · 11.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
{
"_comment": "forkd hub registry. forkd CLI fetches this file when resolving `forkd pull <owner>/<name>`. Schema documented in docs/HUB.md. Edit + PR to publish a new pack.",
"schema_version": 1,
"packages": {
"deeplethe/langgraph-react": {
"description": "ReAct agent demo for the branch-and-fan-out story. Python 3.12 + requests. Used by the README demo cast.",
"versions": {
"latest": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-langgraph-react-v1/langgraph-react.forkd-snapshot.tar.zst",
"sha256": "0793f557e614befc22878dc85cdcabe2128ded43b33cea4ee73b906f49329ed6",
"size_bytes": 15207438,
"memory_mib": 513,
"base_image": "python:3.12-slim",
"recipe_path": "recipes/langgraph-react",
"created_at": "2026-05-18T05:25:00Z",
"release_tag": "hub-langgraph-react-v1"
},
"v1": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-langgraph-react-v1/langgraph-react.forkd-snapshot.tar.zst",
"sha256": "0793f557e614befc22878dc85cdcabe2128ded43b33cea4ee73b906f49329ed6",
"size_bytes": 15207438,
"memory_mib": 513,
"base_image": "python:3.12-slim",
"recipe_path": "recipes/langgraph-react",
"created_at": "2026-05-18T05:25:00Z",
"release_tag": "hub-langgraph-react-v1"
}
}
},
"deeplethe/coding-agent-fork": {
"description": "Pre-warmed snapshot for the coding-agent-fork demo: /tmp/workspace populated with the buggy mathy package, 50 MiB synthetic vendored.bin, __pycache__ from an initial failing test run. Pull this and children boot already 'ready to BRANCH'.",
"versions": {
"latest": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-coding-agent-fork-v1/coding-agent-fork.forkd-snapshot.tar.zst",
"sha256": "a809eba528ef49cdef571b4a76a95b7fa94faf73d7906eca981dadac6640b85c",
"size_bytes": 70906122,
"memory_mib": 513,
"base_image": "python:3.12-slim",
"recipe_path": "recipes/coding-agent-fork",
"created_at": "2026-05-18T19:00:00Z",
"release_tag": "hub-coding-agent-fork-v1"
},
"v1": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-coding-agent-fork-v1/coding-agent-fork.forkd-snapshot.tar.zst",
"sha256": "a809eba528ef49cdef571b4a76a95b7fa94faf73d7906eca981dadac6640b85c",
"size_bytes": 70906122,
"memory_mib": 513,
"base_image": "python:3.12-slim",
"recipe_path": "recipes/coding-agent-fork",
"created_at": "2026-05-18T19:00:00Z",
"release_tag": "hub-coding-agent-fork-v1"
}
}
},
"deeplethe/python-numpy": {
"description": "Python 3.12 + numpy preinstalled. Default fork-target for the README quickstart and bench scripts.",
"versions": {
"latest": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-python-numpy-v1/python-numpy.forkd-snapshot.tar.zst",
"sha256": "0084e2eb769e2df08e04319293ad2a04585f0107d8b3101881132793859608c5",
"size_bytes": 16279699,
"memory_mib": 1536,
"base_image": "python:3.12-slim",
"recipe_path": "recipes/python-numpy",
"created_at": "2026-05-27T04:36:00Z",
"release_tag": "hub-python-numpy-v1"
},
"v1": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-python-numpy-v1/python-numpy.forkd-snapshot.tar.zst",
"sha256": "0084e2eb769e2df08e04319293ad2a04585f0107d8b3101881132793859608c5",
"size_bytes": 16279699,
"memory_mib": 1536,
"base_image": "python:3.12-slim",
"recipe_path": "recipes/python-numpy",
"created_at": "2026-05-27T04:36:00Z",
"release_tag": "hub-python-numpy-v1"
}
}
},
"deeplethe/playwright-browser": {
"description": "Node.js + Playwright 1.50 + Chromium pre-warmed with one about:blank tab. JSON-RPC command loop ready on stdin; sandbox.eval(<js>) reuses the warmed Chromium across all children. Per-child fork ~56 ms vs ~2-3 s cold-starting a headless Chromium container.",
"versions": {
"latest": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-playwright-browser-v1/playwright-browser.forkd-snapshot.tar.zst",
"sha256": "4e53b1108f3fca8eeb7763149e69d5de28cef33aa546b8dc9e99ed0852cedfd2",
"size_bytes": 101736524,
"memory_mib": 2048,
"base_image": "mcr.microsoft.com/playwright:v1.50.0-jammy",
"recipe_path": "recipes/playwright-browser",
"created_at": "2026-05-27T04:46:00Z",
"release_tag": "hub-playwright-browser-v1"
},
"v1": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-playwright-browser-v1/playwright-browser.forkd-snapshot.tar.zst",
"sha256": "4e53b1108f3fca8eeb7763149e69d5de28cef33aa546b8dc9e99ed0852cedfd2",
"size_bytes": 101736524,
"memory_mib": 2048,
"base_image": "mcr.microsoft.com/playwright:v1.50.0-jammy",
"recipe_path": "recipes/playwright-browser",
"created_at": "2026-05-27T04:46:00Z",
"release_tag": "hub-playwright-browser-v1"
}
}
},
"deeplethe/postgres-fixture": {
"description": "PostgreSQL 16 with initdb complete + postmaster pre-launched. Children fork ready-to-query at user=forkd, db=forkd_test, listening on guest 10.42.0.2:5432. ~10 ms per child vs ~2 s for a fresh container start + initdb — the fork-per-test isolated-database pattern from the README's production case shapes.",
"versions": {
"latest": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-postgres-fixture-v1/postgres-fixture.forkd-snapshot.tar.zst",
"sha256": "6904e36017fd52c93993696e4a400232e55ccc6506bfdc406e6f01a3940e8f4b",
"size_bytes": 39612800,
"memory_mib": 1024,
"base_image": "postgres:16",
"recipe_path": "recipes/postgres-fixture",
"created_at": "2026-05-27T04:57:00Z",
"release_tag": "hub-postgres-fixture-v1"
},
"v1": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-postgres-fixture-v1/postgres-fixture.forkd-snapshot.tar.zst",
"sha256": "6904e36017fd52c93993696e4a400232e55ccc6506bfdc406e6f01a3940e8f4b",
"size_bytes": 39612800,
"memory_mib": 1024,
"base_image": "postgres:16",
"recipe_path": "recipes/postgres-fixture",
"created_at": "2026-05-27T04:57:00Z",
"release_tag": "hub-postgres-fixture-v1"
}
}
},
"deeplethe/coding-agent": {
"description": "Python 3.12 + git + build-essential + gh CLI + pytest preinstalled. Default for SWE-bench-style parallel evals — every child gets an isolated `git clone + pip install + pytest`-ready workspace; the fork-per-test isolation that makes parallel coding-agent rollouts safe.",
"versions": {
"latest": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-coding-agent-v1/coding-agent.forkd-snapshot.tar.zst",
"sha256": "962e8aa2af1b2ddb166e511eb687e1d8799d559ff3251fa5c9e7807a16a8a04d",
"size_bytes": 15805452,
"memory_mib": 1024,
"base_image": "python:3.12",
"recipe_path": "recipes/coding-agent",
"created_at": "2026-05-27T05:36:00Z",
"release_tag": "hub-coding-agent-v1"
},
"v1": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-coding-agent-v1/coding-agent.forkd-snapshot.tar.zst",
"sha256": "962e8aa2af1b2ddb166e511eb687e1d8799d559ff3251fa5c9e7807a16a8a04d",
"size_bytes": 15805452,
"memory_mib": 1024,
"base_image": "python:3.12",
"recipe_path": "recipes/coding-agent",
"created_at": "2026-05-27T05:36:00Z",
"release_tag": "hub-coding-agent-v1"
}
}
},
"deeplethe/nodejs": {
"description": "Node.js 22 slim runtime preloaded. Generic JS workload base — useful for npm-based agents, JS test runners, or any tool that needs a real Node process per child.",
"versions": {
"latest": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-nodejs-v1/nodejs.forkd-snapshot.tar.zst",
"sha256": "4be4129835350a4d6d3d1ae209de1fedd2151858b82c96c37b36a0bc4cc1f620",
"size_bytes": 10927780,
"memory_mib": 512,
"base_image": "node:22-slim",
"recipe_path": "recipes/nodejs",
"created_at": "2026-05-27T05:39:00Z",
"release_tag": "hub-nodejs-v1"
},
"v1": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-nodejs-v1/nodejs.forkd-snapshot.tar.zst",
"sha256": "4be4129835350a4d6d3d1ae209de1fedd2151858b82c96c37b36a0bc4cc1f620",
"size_bytes": 10927780,
"memory_mib": 512,
"base_image": "node:22-slim",
"recipe_path": "recipes/nodejs",
"created_at": "2026-05-27T05:39:00Z",
"release_tag": "hub-nodejs-v1"
}
}
},
"deeplethe/e2b-codeinterpreter": {
"description": "E2B code-interpreter image preloaded — Python + Node + Jupyter + many data/ML libs ready. Drop-in for the E2B sandbox API via forkd's Python SDK (from forkd import Sandbox).",
"versions": {
"latest": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-e2b-codeinterpreter-v1/e2b-codeinterpreter.forkd-snapshot.tar.zst",
"sha256": "3fe9d1f633ecfdfc96e5db10bf42141759df7bc26cde0e2b7e2e8e92febf40d3",
"size_bytes": 21868328,
"memory_mib": 2048,
"base_image": "e2bdev/code-interpreter:latest",
"recipe_path": "recipes/e2b-codeinterpreter",
"created_at": "2026-05-27T05:58:00Z",
"release_tag": "hub-e2b-codeinterpreter-v1"
},
"v1": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-e2b-codeinterpreter-v1/e2b-codeinterpreter.forkd-snapshot.tar.zst",
"sha256": "3fe9d1f633ecfdfc96e5db10bf42141759df7bc26cde0e2b7e2e8e92febf40d3",
"size_bytes": 21868328,
"memory_mib": 2048,
"base_image": "e2bdev/code-interpreter:latest",
"recipe_path": "recipes/e2b-codeinterpreter",
"created_at": "2026-05-27T05:58:00Z",
"release_tag": "hub-e2b-codeinterpreter-v1"
}
}
},
"deeplethe/jupyter-kernel": {
"description": "Jupyter scipy-notebook image preloaded — IPython kernel + numpy + scipy + pandas + matplotlib already imported into the parent. Children fork into a ready-to-execute-notebook-cell state.",
"versions": {
"latest": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-jupyter-kernel-v1/jupyter-kernel.forkd-snapshot.tar.zst",
"sha256": "70df4d3a617dac84f7a0505f2323b90c12b909256c4472280d66c965835e9c9d",
"size_bytes": 15463459,
"memory_mib": 2048,
"base_image": "quay.io/jupyter/scipy-notebook:latest",
"recipe_path": "recipes/jupyter-kernel",
"created_at": "2026-05-27T06:24:00Z",
"release_tag": "hub-jupyter-kernel-v1"
},
"v1": {
"url": "https://github.com/deeplethe/forkd/releases/download/hub-jupyter-kernel-v1/jupyter-kernel.forkd-snapshot.tar.zst",
"sha256": "70df4d3a617dac84f7a0505f2323b90c12b909256c4472280d66c965835e9c9d",
"size_bytes": 15463459,
"memory_mib": 2048,
"base_image": "quay.io/jupyter/scipy-notebook:latest",
"recipe_path": "recipes/jupyter-kernel",
"created_at": "2026-05-27T06:24:00Z",
"release_tag": "hub-jupyter-kernel-v1"
}
}
}
}
}