inspect-ai 0.3.59__py3-none-any.whl → 0.3.60__py3-none-any.whl
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.
- inspect_ai/_cli/eval.py +0 -7
- inspect_ai/_display/textual/widgets/samples.py +1 -1
- inspect_ai/_eval/eval.py +10 -1
- inspect_ai/_eval/loader.py +79 -19
- inspect_ai/_eval/registry.py +6 -0
- inspect_ai/_eval/score.py +2 -1
- inspect_ai/_eval/task/results.py +6 -5
- inspect_ai/_eval/task/run.py +11 -11
- inspect_ai/_view/www/dist/assets/index.js +262 -303
- inspect_ai/_view/www/src/App.mjs +6 -6
- inspect_ai/_view/www/src/Types.mjs +1 -1
- inspect_ai/_view/www/src/api/Types.ts +133 -0
- inspect_ai/_view/www/src/api/{api-browser.mjs → api-browser.ts} +25 -13
- inspect_ai/_view/www/src/api/api-http.ts +219 -0
- inspect_ai/_view/www/src/api/api-shared.ts +47 -0
- inspect_ai/_view/www/src/api/{api-vscode.mjs → api-vscode.ts} +22 -19
- inspect_ai/_view/www/src/api/{client-api.mjs → client-api.ts} +93 -53
- inspect_ai/_view/www/src/api/index.ts +51 -0
- inspect_ai/_view/www/src/api/jsonrpc.ts +225 -0
- inspect_ai/_view/www/src/components/DownloadButton.mjs +1 -1
- inspect_ai/_view/www/src/index.js +2 -2
- inspect_ai/_view/www/src/log/{remoteLogFile.mjs → remoteLogFile.ts} +62 -46
- inspect_ai/_view/www/src/navbar/Navbar.mjs +1 -1
- inspect_ai/_view/www/src/navbar/SecondaryBar.mjs +1 -1
- inspect_ai/_view/www/src/samples/SampleList.mjs +1 -1
- inspect_ai/_view/www/src/samples/SampleScores.mjs +1 -1
- inspect_ai/_view/www/src/samples/SamplesDescriptor.mjs +14 -14
- inspect_ai/_view/www/src/samples/SamplesTab.mjs +10 -10
- inspect_ai/_view/www/src/samples/tools/SortFilter.mjs +2 -2
- inspect_ai/_view/www/src/utils/{Json.mjs → json-worker.ts} +1 -3
- inspect_ai/_view/www/src/utils/vscode.ts +36 -0
- inspect_ai/_view/www/src/workspace/WorkSpace.mjs +1 -1
- inspect_ai/approval/_human/manager.py +1 -1
- inspect_ai/model/_call_tools.py +55 -0
- inspect_ai/model/_conversation.py +1 -4
- inspect_ai/model/_generate_config.py +2 -8
- inspect_ai/model/_model_output.py +15 -0
- inspect_ai/model/_openai.py +383 -0
- inspect_ai/model/_providers/anthropic.py +52 -11
- inspect_ai/model/_providers/azureai.py +1 -1
- inspect_ai/model/_providers/goodfire.py +248 -0
- inspect_ai/model/_providers/groq.py +7 -3
- inspect_ai/model/_providers/hf.py +6 -0
- inspect_ai/model/_providers/mistral.py +2 -1
- inspect_ai/model/_providers/openai.py +36 -202
- inspect_ai/model/_providers/openai_o1.py +2 -4
- inspect_ai/model/_providers/providers.py +22 -0
- inspect_ai/model/_providers/together.py +4 -4
- inspect_ai/model/_providers/util/__init__.py +2 -3
- inspect_ai/model/_providers/util/hf_handler.py +1 -1
- inspect_ai/model/_providers/util/llama31.py +1 -1
- inspect_ai/model/_providers/util/util.py +0 -76
- inspect_ai/scorer/_metric.py +3 -0
- inspect_ai/scorer/_scorer.py +2 -1
- inspect_ai/solver/__init__.py +2 -0
- inspect_ai/solver/_basic_agent.py +1 -1
- inspect_ai/solver/_bridge/__init__.py +3 -0
- inspect_ai/solver/_bridge/bridge.py +100 -0
- inspect_ai/solver/_bridge/patch.py +170 -0
- inspect_ai/solver/_solver.py +6 -0
- inspect_ai/util/_display.py +5 -0
- inspect_ai/util/_sandbox/docker/prereqs.py +1 -1
- {inspect_ai-0.3.59.dist-info → inspect_ai-0.3.60.dist-info}/METADATA +3 -2
- {inspect_ai-0.3.59.dist-info → inspect_ai-0.3.60.dist-info}/RECORD +68 -63
- inspect_ai/_view/www/src/api/Types.mjs +0 -117
- inspect_ai/_view/www/src/api/api-http.mjs +0 -300
- inspect_ai/_view/www/src/api/api-shared.mjs +0 -10
- inspect_ai/_view/www/src/api/index.mjs +0 -49
- inspect_ai/_view/www/src/api/jsonrpc.mjs +0 -208
- inspect_ai/_view/www/src/utils/vscode.mjs +0 -16
- {inspect_ai-0.3.59.dist-info → inspect_ai-0.3.60.dist-info}/LICENSE +0 -0
- {inspect_ai-0.3.59.dist-info → inspect_ai-0.3.60.dist-info}/WHEEL +0 -0
- {inspect_ai-0.3.59.dist-info → inspect_ai-0.3.60.dist-info}/entry_points.txt +0 -0
- {inspect_ai-0.3.59.dist-info → inspect_ai-0.3.60.dist-info}/top_level.txt +0 -0
@@ -3,7 +3,7 @@ inspect_ai/__main__.py,sha256=oWX4YwDZDg3GS3-IG0yPGoSEOfSzWihELg7QmrUlxjM,67
|
|
3
3
|
inspect_ai/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
inspect_ai/_cli/cache.py,sha256=nOX9ysB3rZ-V8b_ryTpkgpoAynNlq4Op_fIqAIl4EVg,3910
|
5
5
|
inspect_ai/_cli/common.py,sha256=5smokbnQGpOe72WXlpDy1QWuWbjxILKnl5UPvgfW0Yk,3678
|
6
|
-
inspect_ai/_cli/eval.py,sha256=
|
6
|
+
inspect_ai/_cli/eval.py,sha256=xxYGk5ewUUmGPIwJ1wp8TcCjxvttp5FxovhgsPfaFL0,31992
|
7
7
|
inspect_ai/_cli/info.py,sha256=d5W7VA5buinGcsdQjWqlsMM6iSNNGRUHQrr4JS2k8nk,1749
|
8
8
|
inspect_ai/_cli/list.py,sha256=GreVEhJRpagiCpzVc3FSGhcdpTq9B8Jh--mfgs4ueFQ,2454
|
9
9
|
inspect_ai/_cli/log.py,sha256=boSzHZkiabhnYWHLRVsZVENCryG-MDaNHIIbpSp0Mcs,5729
|
@@ -36,7 +36,7 @@ inspect_ai/_display/textual/widgets/clock.py,sha256=pxXQOtadf6qdNMLQh_D3bx3SIPoB
|
|
36
36
|
inspect_ai/_display/textual/widgets/console.py,sha256=lp5lbT9erPjxE1NWzvuJ5Bj8mN2ZZSBTgKQWHinMKgA,1590
|
37
37
|
inspect_ai/_display/textual/widgets/footer.py,sha256=_4Dlzp9kriUVELBEk6HQzgiwLigHe5mH0dZqWr6sGi4,1078
|
38
38
|
inspect_ai/_display/textual/widgets/port_mappings.py,sha256=mxQJGYeZh1aXNmW5z-Ukss7Zwul5qfH5CqtvTLl0BAU,2974
|
39
|
-
inspect_ai/_display/textual/widgets/samples.py,sha256=
|
39
|
+
inspect_ai/_display/textual/widgets/samples.py,sha256=x3iKSIpHnTTRTV9AXaWdoDlEZEJWpf5eaglJs399l0o,18206
|
40
40
|
inspect_ai/_display/textual/widgets/sandbox.py,sha256=vW_aXvSDROyZTvsoAYrH8wcF59k_3SJpudS1TJq5qng,1038
|
41
41
|
inspect_ai/_display/textual/widgets/task_detail.py,sha256=UCxQZkKrG6ILacuPpiJaoElezqJNb0njPWPA4IuNVDo,8289
|
42
42
|
inspect_ai/_display/textual/widgets/tasks.py,sha256=Ari4-lsqPVsvAk4ZjdsnbO3l0JBmlifrbT9D7ykoUFA,11175
|
@@ -44,13 +44,13 @@ inspect_ai/_display/textual/widgets/titlebar.py,sha256=Gh_vnsco_1lStPb34TXM9MZJf
|
|
44
44
|
inspect_ai/_display/textual/widgets/toggle.py,sha256=ToYs-S4n90yuxWcAW2OTg6AbRf0GhSz61XxfhE6XZ3Y,895
|
45
45
|
inspect_ai/_display/textual/widgets/transcript.py,sha256=rRTM9aSNHau89mSmlH6Ni9qIckYS9_Han0RtuO6QZmk,10999
|
46
46
|
inspect_ai/_eval/context.py,sha256=WHXM4IdkPD2edp58qCUjzpFguPDM_RcoqTJdRGccdDE,1344
|
47
|
-
inspect_ai/_eval/eval.py,sha256=
|
47
|
+
inspect_ai/_eval/eval.py,sha256=P0RNv8kuMyhn3lpvqSww97HCUtPFGECzTZ-mtgYC4Cg,37498
|
48
48
|
inspect_ai/_eval/evalset.py,sha256=Fh_JhIgmMgT0wV1ZwifuwtEmc-hrdGcH2KSHXMzgpxk,27219
|
49
49
|
inspect_ai/_eval/list.py,sha256=VbZ-2EI6MqrXvCN7VTz21TQSoU5K5_Q0hqhxmj5A_m0,3744
|
50
|
-
inspect_ai/_eval/loader.py,sha256=
|
51
|
-
inspect_ai/_eval/registry.py,sha256=
|
50
|
+
inspect_ai/_eval/loader.py,sha256=cAqPiAZk-bQSEGOk0xKxlSW3D0m3NhCDIVDJD4wPeiw,18813
|
51
|
+
inspect_ai/_eval/registry.py,sha256=M-ve2WKDJdSr-1Ugh8eAOekeKmfpWGwCKyNKvRN85ro,5676
|
52
52
|
inspect_ai/_eval/run.py,sha256=piC7fhmpGnDw_eGBZ4mUvMIR2WsyWrah3UE7Q-2OVyI,15466
|
53
|
-
inspect_ai/_eval/score.py,sha256=
|
53
|
+
inspect_ai/_eval/score.py,sha256=w84MupDMUziPlPUBB4xwdvXxtOvmYHFwEx9FOM8bJiA,6386
|
54
54
|
inspect_ai/_eval/task/__init__.py,sha256=yhBZbjh67QfHy7IdyFGMyQIfBflQLPLkhmz5eEv78Ec,192
|
55
55
|
inspect_ai/_eval/task/constants.py,sha256=quAKMw-4-3xKd1T_KwXCZvHYoKRXt1ZGuaHbBcWJwnA,72
|
56
56
|
inspect_ai/_eval/task/epochs.py,sha256=Ci7T6CQniSOTChv5Im2dCdSDrP-5hq19rV6iJ2uBcH8,700
|
@@ -58,8 +58,8 @@ inspect_ai/_eval/task/error.py,sha256=gJnd8X7LHpPz5zcOq_az6ONZICGJ0_VpSz9yhF0yRy
|
|
58
58
|
inspect_ai/_eval/task/generate.py,sha256=Edm-_6Wp1mkb7XpGkfTAqobWPfjJeWB0sb8-76UjNrc,1999
|
59
59
|
inspect_ai/_eval/task/images.py,sha256=Tg3I7d7ThCYP_Lf-H5JA7xH-sH2W-m1c1YfswDwplt4,3949
|
60
60
|
inspect_ai/_eval/task/log.py,sha256=TjyLglP-3gMMDkfmxYbsxTvGIWY9FEyVtB09Fyrm_PA,6166
|
61
|
-
inspect_ai/_eval/task/results.py,sha256=
|
62
|
-
inspect_ai/_eval/task/run.py,sha256=
|
61
|
+
inspect_ai/_eval/task/results.py,sha256=GkWlgHexm0BPyxrmqLY6YSXz3AqXYMVLXNnKCYfW7ic,15785
|
62
|
+
inspect_ai/_eval/task/run.py,sha256=rCV98hW3Pnz9Mu6L9h8QLs79Khy9D0lXiNyrR5qW1V4,34607
|
63
63
|
inspect_ai/_eval/task/rundir.py,sha256=QXetLfqi1lRo-PcIuu7maQpVO57c2ebnsjfZk0lsAFk,2001
|
64
64
|
inspect_ai/_eval/task/sandbox.py,sha256=kwG1SQawZFDle3hzqMe4hSdnuvShkKsmMIrcC2gnYHM,6120
|
65
65
|
inspect_ai/_eval/task/task.py,sha256=ahlM-0MJc_4wFCWTGQIsnapUn0epka_9jRVK-xdapHY,13800
|
@@ -135,20 +135,20 @@ inspect_ai/_view/www/yarn.lock,sha256=mNwe8OBr67_9nGoPJ_sjKnRST1wc13qg8y9-74ldi4
|
|
135
135
|
inspect_ai/_view/www/dist/index.html,sha256=ErXXXs-OUDOAZexWCmn_u-frxXROpg4kBt6Yvjj0a0U,998
|
136
136
|
inspect_ai/_view/www/dist/assets/favicon.svg,sha256=b9AHYZaO2zBzeKH6G4PwXZMGGW_UxY0omKHam-c9MAs,1508
|
137
137
|
inspect_ai/_view/www/dist/assets/index.css,sha256=-b1cCY-cDb5XERXkw9rY3bzFN3NDKnWkh6eQfY4Mnjg,859009
|
138
|
-
inspect_ai/_view/www/dist/assets/index.js,sha256=
|
139
|
-
inspect_ai/_view/www/src/App.mjs,sha256=
|
138
|
+
inspect_ai/_view/www/dist/assets/index.js,sha256=j6GjSY_bUU24fLwTuGqJHmMRafAkT1JJ286nwaion94,2209402
|
139
|
+
inspect_ai/_view/www/src/App.mjs,sha256=TUBm546x96R7GbtdnQp2a26MypULrmjedOWxhOkdoiM,29777
|
140
140
|
inspect_ai/_view/www/src/Register.mjs,sha256=jpIqov7fyyLPW9Ouhc9KOy__o8s-P5h-VF9S1RDsIDU,116
|
141
|
-
inspect_ai/_view/www/src/Types.mjs,sha256=
|
141
|
+
inspect_ai/_view/www/src/Types.mjs,sha256=cdJgBRahz3hH-8XB7WiHeWJVCx8jG5TW1DoO7qm6hcU,734
|
142
142
|
inspect_ai/_view/www/src/constants.mjs,sha256=UIxGbDscs61CcOQLQiW6MsZAU1uupSYNVLGxx2pp14A,1169
|
143
|
-
inspect_ai/_view/www/src/index.js,sha256=
|
144
|
-
inspect_ai/_view/www/src/api/Types.
|
145
|
-
inspect_ai/_view/www/src/api/api-browser.
|
146
|
-
inspect_ai/_view/www/src/api/api-http.
|
147
|
-
inspect_ai/_view/www/src/api/api-shared.
|
148
|
-
inspect_ai/_view/www/src/api/api-vscode.
|
149
|
-
inspect_ai/_view/www/src/api/client-api.
|
150
|
-
inspect_ai/_view/www/src/api/index.
|
151
|
-
inspect_ai/_view/www/src/api/jsonrpc.
|
143
|
+
inspect_ai/_view/www/src/index.js,sha256=h9FXq89qdBEZ91rYXccI62S5kFtttsdanBOGDGhRq0c,2600
|
144
|
+
inspect_ai/_view/www/src/api/Types.ts,sha256=XcS9QKGerJfDLRHd3Nw3CQdZym5tiYd4qpK04zez7OU,2785
|
145
|
+
inspect_ai/_view/www/src/api/api-browser.ts,sha256=jOdbb0r5hVdlg7X1ocCbaXJ1XS__yOENgf6KILpkFoY,3302
|
146
|
+
inspect_ai/_view/www/src/api/api-http.ts,sha256=cxJ3zXuQAKqYbwLFlci2kdDZG8Pid2jhEe4u3Bjqw-U,6317
|
147
|
+
inspect_ai/_view/www/src/api/api-shared.ts,sha256=F0qCU97BN8p4DjsdK62hwoRSlcJUahCY--WyacbMRz0,1524
|
148
|
+
inspect_ai/_view/www/src/api/api-vscode.ts,sha256=Mr5Se6co5isg2caOvypJIoNf3Gvcm8hDsYrHxkYpD-Q,2324
|
149
|
+
inspect_ai/_view/www/src/api/client-api.ts,sha256=pBsV_ZEJMgsQtDuCHF1fqymngRhJABDlICQZlUcibaA,8200
|
150
|
+
inspect_ai/_view/www/src/api/index.ts,sha256=bK8w4iltFURXSLhBkYfhcrYYzUPP12Yj5VCTCEG6-kc,1741
|
151
|
+
inspect_ai/_view/www/src/api/jsonrpc.ts,sha256=XDyp8ruONzjng1vuiSv8EU7eJhST-4K2ox0IBkCmBfc,5662
|
152
152
|
inspect_ai/_view/www/src/appearance/Colors.mjs,sha256=XKcwC7vekXEpTBEtvL3uyG9223vm8DjkPu82B95YSAs,836
|
153
153
|
inspect_ai/_view/www/src/appearance/Fonts.mjs,sha256=2ZtGLUvOYt1H5Typ4b_XoXqrO-60AyzjPUf8IlT6jwc,1919
|
154
154
|
inspect_ai/_view/www/src/appearance/Icons.mjs,sha256=qJ4in2HdAv34eyN2UrLM1HRNkEtXSLI_td3KjQKwUNQ,5862
|
@@ -162,7 +162,7 @@ inspect_ai/_view/www/src/components/Card.mjs,sha256=sIGe9Th6Jyb8hO7DWs4r_NbVTGcB
|
|
162
162
|
inspect_ai/_view/www/src/components/ChatView.mjs,sha256=_Erzh15cbYnvJmMR-K_iX0WAhwmjECc0KpuYiT1ftJ0,12681
|
163
163
|
inspect_ai/_view/www/src/components/CopyButton.mjs,sha256=hRAF_GyZa84EMKm0-WBBncPe7XGFbsNE3zG1jKdkcYg,1423
|
164
164
|
inspect_ai/_view/www/src/components/Dialog.mjs,sha256=C7vSKHelCnP-BMkX4nrrF5woas6WEtMy8rQcbtme-xk,1431
|
165
|
-
inspect_ai/_view/www/src/components/DownloadButton.mjs,sha256=
|
165
|
+
inspect_ai/_view/www/src/components/DownloadButton.mjs,sha256=fy8uNL0lDqurFDVWvZc1QwLJ0HuaHgwE5L6J1VH_tOQ,433
|
166
166
|
inspect_ai/_view/www/src/components/DownloadPanel.mjs,sha256=WPalQP4dlPiJ-h0NMKsdDuyyFWynGqHbNWutSzbzMYc,648
|
167
167
|
inspect_ai/_view/www/src/components/EmptyPanel.mjs,sha256=gqkSjsLNYNOBrBTYueAq8YcV3SshwkJrWimFMVsQ3qU,544
|
168
168
|
inspect_ai/_view/www/src/components/ErrorPanel.mjs,sha256=R5etulJpH4lS7OMB6txNvsEue2UT5k2Us5Z0IfViJr0,1814
|
@@ -190,28 +190,28 @@ inspect_ai/_view/www/src/components/RenderedContent/ChatMessageRenderer.mjs,sha2
|
|
190
190
|
inspect_ai/_view/www/src/components/RenderedContent/RenderedContent.mjs,sha256=uW9TnwaX_uAZYWQ_CnL48VIzNEEdyS9Wjl67Y5nrGww,6358
|
191
191
|
inspect_ai/_view/www/src/components/RenderedContent/Types.mjs,sha256=eIKU8tDBpx6s2-pxUXdY_dG4zRYdaeuhnJoPMtCz9Ic,708
|
192
192
|
inspect_ai/_view/www/src/json/JsonTab.mjs,sha256=slIAwWV-yZeBVbzqpdTZb-wJLcDj9P98ZndAq0km-8I,1583
|
193
|
-
inspect_ai/_view/www/src/log/remoteLogFile.
|
193
|
+
inspect_ai/_view/www/src/log/remoteLogFile.ts,sha256=NqnR6c3x-TBvVrtXXZbOOZ4FNGBcwk7kmbjStVx_M78,5993
|
194
194
|
inspect_ai/_view/www/src/log-reader/Log-Reader.mjs,sha256=ScTs8e5tOlc4jLoBqPQOD6EB1OiFjYqF7bUPFWhT0BE,591
|
195
195
|
inspect_ai/_view/www/src/log-reader/Native-Log-Reader.mjs,sha256=IkFp9lsGvB3wryAqmYZz4H3D8heiO2w_Zh1I3NgiOG4,234
|
196
196
|
inspect_ai/_view/www/src/log-reader/Open-AI-Log-Reader.mjs,sha256=3Rt5AZV07ffFHZslCoo5E_TMOh4yuB01CRHDrptPBDM,8116
|
197
|
-
inspect_ai/_view/www/src/navbar/Navbar.mjs,sha256=
|
198
|
-
inspect_ai/_view/www/src/navbar/SecondaryBar.mjs,sha256=
|
197
|
+
inspect_ai/_view/www/src/navbar/Navbar.mjs,sha256=7hBfvk0WWza_YfLXo-ri6V8j4TBimN2LKfQ5tcObRcM,11493
|
198
|
+
inspect_ai/_view/www/src/navbar/SecondaryBar.mjs,sha256=2BjQQfofJSFud3VjkEnkTvt7CmjMJ-kLlgTL-d9qrxg,4796
|
199
199
|
inspect_ai/_view/www/src/plan/PlanCard.mjs,sha256=2JGBPFiGTJmf9DR9IuwgcrACO_3mPFpap2mwokCzwTk,10326
|
200
200
|
inspect_ai/_view/www/src/samples/SampleDialog.mjs,sha256=qj7pau1RBeTWIwhSYNuaervfZcJ6pSBV31GkVRqoZ6I,3848
|
201
201
|
inspect_ai/_view/www/src/samples/SampleDisplay.mjs,sha256=edzRZc_gehkLB2ym6LEjK7qTQpvXLD7Zs1Lw35LTFh4,16181
|
202
202
|
inspect_ai/_view/www/src/samples/SampleError.mjs,sha256=48in4mqQpe2KxQK9__3rBfK5mEKIqPrIscWeCW1r_Hk,2674
|
203
203
|
inspect_ai/_view/www/src/samples/SampleLimit.mjs,sha256=_IT5kKng8L3A26fHjG0vANAn2y73Nb6j5A_90osQz2E,627
|
204
|
-
inspect_ai/_view/www/src/samples/SampleList.mjs,sha256=
|
204
|
+
inspect_ai/_view/www/src/samples/SampleList.mjs,sha256=Bxad2aZlK_SDsaYFhNk6WVvS-g41_SPm60X8BplvOxc,12308
|
205
205
|
inspect_ai/_view/www/src/samples/SampleScoreView.mjs,sha256=d0s9FD55hY6kd6btFeS3HXCcbkI08AQ-nms0dV3sdn4,4739
|
206
|
-
inspect_ai/_view/www/src/samples/SampleScores.mjs,sha256=
|
206
|
+
inspect_ai/_view/www/src/samples/SampleScores.mjs,sha256=nqYVsJYjEn7xyxzIeHZSJ67QiJaaCol2QecS22PyCwo,1012
|
207
207
|
inspect_ai/_view/www/src/samples/SampleTranscript.mjs,sha256=u9LR4wNzd80fSoY5KvOPGPqj9XgfmI6ZZYosqBj5LNM,744
|
208
|
-
inspect_ai/_view/www/src/samples/SamplesDescriptor.mjs,sha256=
|
209
|
-
inspect_ai/_view/www/src/samples/SamplesTab.mjs,sha256=
|
208
|
+
inspect_ai/_view/www/src/samples/SamplesDescriptor.mjs,sha256=bsE-7Uncz8xcGpRActAYkmNeb7ZMKVYkEwP8Ho5xyR0,24233
|
209
|
+
inspect_ai/_view/www/src/samples/SamplesTab.mjs,sha256=iIc8t0ikrUWff29Upi_s1ODpoiDlCyeXSvTVWw-aX4Y,13358
|
210
210
|
inspect_ai/_view/www/src/samples/SamplesTools.mjs,sha256=MExPCzJ5_C55XyZbCwXpg2EOtlwUMOp_pRk2ro5Vvuo,1217
|
211
211
|
inspect_ai/_view/www/src/samples/tools/EpochFilter.mjs,sha256=v63T95Yu4X1rXcaPGLGSSDtRjSLxhvOSwBK_lsEVod0,1020
|
212
212
|
inspect_ai/_view/www/src/samples/tools/SampleFilter.mjs,sha256=sxBN2Gpa-RUcACuv_7bFhBuhynO1zAr4D8juUqd_-Bw,25796
|
213
213
|
inspect_ai/_view/www/src/samples/tools/SelectScorer.mjs,sha256=_rF0x4XmLFJR5AMxOnZPu4YJKu9vXu8yM-EMfseV2iU,3800
|
214
|
-
inspect_ai/_view/www/src/samples/tools/SortFilter.mjs,sha256=
|
214
|
+
inspect_ai/_view/www/src/samples/tools/SortFilter.mjs,sha256=zdIOP9gsXLRZLza0MFAid-jHiTHUg9NkP8z4_kaMf5Q,4109
|
215
215
|
inspect_ai/_view/www/src/samples/tools/filters.mjs,sha256=eiYktW4wTINmIsSiGAEwQeL0hLH43t2pPrKXnWP2zFI,9315
|
216
216
|
inspect_ai/_view/www/src/samples/transcript/ApprovalEventView.mjs,sha256=QoR2CJsEArCtaWoqDM2aA3NFxXUxIuVGZGOI1r1XP-4,1900
|
217
217
|
inspect_ai/_view/www/src/samples/transcript/ErrorEventView.mjs,sha256=CJQofDjog2M_El5mI3wRnMWkzUZY7Ud5D7UA8Jq9jK4,1616
|
@@ -244,19 +244,19 @@ inspect_ai/_view/www/src/utils/Base64.mjs,sha256=Mz_EnFvfZhXXdlPpZ_3GmdUzpiYt86_
|
|
244
244
|
inspect_ai/_view/www/src/utils/Format.mjs,sha256=y7dbnBhtnfDle3_oSrA9lLC50Zupm7ccZbC0WSmf0uQ,7941
|
245
245
|
inspect_ai/_view/www/src/utils/Git.mjs,sha256=s6GKZC4YtCMeOKf9ZK3Tb4XEZwh39umUkxqIQjP53Dw,423
|
246
246
|
inspect_ai/_view/www/src/utils/Html.mjs,sha256=Aldt42mtrWQEv0zQYB6-yxatp-Ljq5emFyxQOU1od6I,719
|
247
|
-
inspect_ai/_view/www/src/utils/Json.mjs,sha256=vJo7LvS1Ry3EvdVF5agJZHUpYPxrOvKlmWbC4gzQG2o,43446
|
248
247
|
inspect_ai/_view/www/src/utils/Path.mjs,sha256=PmyBGqhiSqlg8K27AiTTckLmrFgnMzUp-hf4OWWhbgk,987
|
249
248
|
inspect_ai/_view/www/src/utils/Print.mjs,sha256=aAEDaAWyjRIwRrPqKZ-VCxVyY0b8k0n35-b6y6-cbb8,2567
|
250
249
|
inspect_ai/_view/www/src/utils/Type.mjs,sha256=fdnVf1_Gn4CRjH59EFB2z-q-4g0TEYiaqIJzxNon3-4,503
|
251
250
|
inspect_ai/_view/www/src/utils/attachments.mjs,sha256=fK_8J1kp91E2XqXCNv-AfLF8E7bXZuPB1k_rgeFuTQg,1054
|
252
251
|
inspect_ai/_view/www/src/utils/debugging.mjs,sha256=7iGls4skx33-6hd7-c5JQ6t-cr6KYCNZEY45KsxMLxQ,582
|
253
252
|
inspect_ai/_view/www/src/utils/http.mjs,sha256=gJ4yGwLqwJgdVLKZGwallGe2wL_M0yfCBCvEZO9qCAU,743
|
253
|
+
inspect_ai/_view/www/src/utils/json-worker.ts,sha256=LIVuPff2JrGkkjwrdlfNsSZUNpJTtEre6jGlJSwoztg,43454
|
254
254
|
inspect_ai/_view/www/src/utils/queue.mjs,sha256=NcUWx0G4xX8Nk6pCwtxz3ZxmjUPI8AllBF05c2hnst4,1764
|
255
255
|
inspect_ai/_view/www/src/utils/remoteZipFile.mjs,sha256=1gyKV3reGqtm5C8iiOVgLplC78q2v5xNdKecFHDn88E,10234
|
256
256
|
inspect_ai/_view/www/src/utils/sync.mjs,sha256=6ugfAv0puMfSiUHVtZhl7rCkaQC2N8OdI8ylu7YRoew,3361
|
257
|
-
inspect_ai/_view/www/src/utils/vscode.
|
257
|
+
inspect_ai/_view/www/src/utils/vscode.ts,sha256=LeVIRviT8YLdtEhfgERnL8_4urv-MB_U16X5JaLU8Rs,882
|
258
258
|
inspect_ai/_view/www/src/workspace/TaskErrorPanel.mjs,sha256=h0vuDsbpX5FDQ3_Zkfi2GdBGhhRwe9kyWnrJQAEHeXw,702
|
259
|
-
inspect_ai/_view/www/src/workspace/WorkSpace.mjs,sha256=
|
259
|
+
inspect_ai/_view/www/src/workspace/WorkSpace.mjs,sha256=k8nrKqj2gRXC1Gb5BUhRvwD6BW60GGEOicKCu5C1GiY,16367
|
260
260
|
inspect_ai/approval/__init__.py,sha256=Bqq4GFljOqKaIUkuCvhlFv89TfJpvbuO_R0jVyjb8VI,379
|
261
261
|
inspect_ai/approval/_apply.py,sha256=_RLfWbQgfVxjZFZdcwqyXCwhhbJaKdhXa-bFJpdrx1Q,2238
|
262
262
|
inspect_ai/approval/_approval.py,sha256=tqkAqLqQ_6IFoX0DHThP7RlpycN9600ZkgbV8QZ77UM,805
|
@@ -268,7 +268,7 @@ inspect_ai/approval/_registry.py,sha256=z6py9adryOGMGfnjr-m-HzNGXKXR9RzUNRmzh8Ny
|
|
268
268
|
inspect_ai/approval/_human/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
269
269
|
inspect_ai/approval/_human/approver.py,sha256=EQ7-HZSFb0DzZvR1vPirJRILFUkDOIL5y1ckEpIAd1M,1052
|
270
270
|
inspect_ai/approval/_human/console.py,sha256=p45DfEU1IAPPKvn3QepBk_IDJwEfSH_03OrMYBUkGx8,2041
|
271
|
-
inspect_ai/approval/_human/manager.py,sha256=
|
271
|
+
inspect_ai/approval/_human/manager.py,sha256=i7N1oeptjF8uDGBuxKklgyAwrH40FaPm94xAHDDUdQM,3390
|
272
272
|
inspect_ai/approval/_human/panel.py,sha256=Sl4tfMIX9U7lT7ZmzrTn6djVy1mGelb8cYMwKgsDJHA,7667
|
273
273
|
inspect_ai/approval/_human/util.py,sha256=DPxpA9_pzeoQyHpGtRE3hx8sGV7MyrlElCBvsh1FNgA,1996
|
274
274
|
inspect_ai/dataset/__init__.py,sha256=4uTSHpN_ccdtbZulUMDetSSP-dXRkFGYsa2FzA5mLEw,534
|
@@ -303,51 +303,53 @@ inspect_ai/log/_recorders/json.py,sha256=l8I1YAsjnD0fuOYV_KVIWciOCBO6FYgVVkour78
|
|
303
303
|
inspect_ai/log/_recorders/recorder.py,sha256=yvW_D99QxUQmnF5EiGsWIVetBXdssMUcsq5us9oRzx4,1551
|
304
304
|
inspect_ai/model/__init__.py,sha256=gYBnBjfEEG_GQhu_lhwQ2tW9U4nXLW0GtRJNGfwYy3k,2121
|
305
305
|
inspect_ai/model/_cache.py,sha256=IQXhMas58Pjdma894GHGTtHYpmnf_Ojz_eE0kHaQVPs,13567
|
306
|
-
inspect_ai/model/_call_tools.py,sha256=
|
306
|
+
inspect_ai/model/_call_tools.py,sha256=Vy3uXVpHY9b0gQrXu3KGmvEOWXntSCxbpJ0elTAQ0So,18128
|
307
307
|
inspect_ai/model/_chat_message.py,sha256=21x9MJVyAzKM_XO72X6fG6Ei1Fy8xklSdAgdmDS_RLU,4442
|
308
|
-
inspect_ai/model/_conversation.py,sha256=
|
309
|
-
inspect_ai/model/_generate_config.py,sha256=
|
308
|
+
inspect_ai/model/_conversation.py,sha256=SFumVE67sq-mgSfqaZw2xwE8kow5NxF6FU8VbXsvc8k,1988
|
309
|
+
inspect_ai/model/_generate_config.py,sha256=WjlFH6WtfyIpF6TMcSFmIUxyyB0D4quZLIqMd82oEW8,8757
|
310
310
|
inspect_ai/model/_image.py,sha256=kpO2Bn_-c-dK80HuPOPH1eSNmcoc39kofwf4yTTiTFE,477
|
311
311
|
inspect_ai/model/_model.py,sha256=N8keDFLPXps-3O07GrPC1ZocjdOnaaNI6tbkUsN5clQ,34114
|
312
312
|
inspect_ai/model/_model_call.py,sha256=r6ObHZwm7jy1qX2qxvAP6iPV3BhdGThL-VH-QEawQhA,2017
|
313
|
-
inspect_ai/model/_model_output.py,sha256=
|
313
|
+
inspect_ai/model/_model_output.py,sha256=X6dEH3L4XPs5H8cWQeVF8tlkDMNRqP3StJlPA_z140E,7029
|
314
|
+
inspect_ai/model/_openai.py,sha256=XhYu_Rdc5jLGkrgdIkbniNWlQVBx9iYj2DdDTK1U12o,12871
|
314
315
|
inspect_ai/model/_registry.py,sha256=Cr2y32EqLnOqLbSWoXHVK4ivTTzCUhJuACxoTyPt8kY,2032
|
315
316
|
inspect_ai/model/_render.py,sha256=rWypNUjgrH4NGp0r-ESAze9gZz7lYNjheEP438vRYZE,922
|
316
|
-
inspect_ai/model/_providers/anthropic.py,sha256=
|
317
|
-
inspect_ai/model/_providers/azureai.py,sha256=
|
317
|
+
inspect_ai/model/_providers/anthropic.py,sha256=OJPjOutTTkgMU54bfEIRVbnweGa4UwXsZgYkacYt20M,24752
|
318
|
+
inspect_ai/model/_providers/azureai.py,sha256=moIC4-um_Qs3iXbr4DlP6LUL924aF-s5YyQqF0V5ye4,14037
|
318
319
|
inspect_ai/model/_providers/bedrock.py,sha256=BiSEQYlGLKqaadGUJxSQuule3JPLZbAIjfhJ36DYQ8k,23357
|
319
320
|
inspect_ai/model/_providers/cloudflare.py,sha256=h6ubjf0kxyMM7Aj2tm68tWa-2R7RAXNGp1O6KMvi0Gw,4143
|
321
|
+
inspect_ai/model/_providers/goodfire.py,sha256=Pu11d4mATDq5B750Q6Z4ZS8EC_nniFtleCQTTd-Pxm8,8690
|
320
322
|
inspect_ai/model/_providers/google.py,sha256=j0P7DmtLtaw8lunpQla7MlG8hPWLyzrRg-iEG6vrEkI,23226
|
321
323
|
inspect_ai/model/_providers/grok.py,sha256=dS88ueXiD-kHAFr0jCoTpTGLGa2VsUlB_TFP8L_2lBM,995
|
322
|
-
inspect_ai/model/_providers/groq.py,sha256=
|
323
|
-
inspect_ai/model/_providers/hf.py,sha256=
|
324
|
+
inspect_ai/model/_providers/groq.py,sha256=0--gws0z5wM4q9bJa-8WUI8cmDXvhDz8VqXI-Bqdblg,9812
|
325
|
+
inspect_ai/model/_providers/hf.py,sha256=bgUtYZAitHxtoVyt0I0Wnz-rf6jRAqIjQ82QjZBOJAM,17468
|
324
326
|
inspect_ai/model/_providers/llama_cpp_python.py,sha256=i2I56Damgb8VDhMuPxPca24fVhlajDHzxCTYFnT41uI,702
|
325
|
-
inspect_ai/model/_providers/mistral.py,sha256=
|
327
|
+
inspect_ai/model/_providers/mistral.py,sha256=xTJSdb1-_hwTr3qesSbS5hyEqWrDzSQwGY__kHaQ1tc,15213
|
326
328
|
inspect_ai/model/_providers/mockllm.py,sha256=gL9f-f5TOdE4a0GVENr3cOIIp2kv8zVXWPZ608rouGk,2440
|
327
329
|
inspect_ai/model/_providers/ollama.py,sha256=mBPSxaEkiH_RnlHKqOyFBlXObQhc2dfjL-rCKrea5u8,675
|
328
|
-
inspect_ai/model/_providers/openai.py,sha256=
|
329
|
-
inspect_ai/model/_providers/openai_o1.py,sha256=
|
330
|
-
inspect_ai/model/_providers/providers.py,sha256
|
331
|
-
inspect_ai/model/_providers/together.py,sha256=
|
330
|
+
inspect_ai/model/_providers/openai.py,sha256=WIy-lCr9K8qQCqZdY_FGJyhKrg3hIYeTyo8mgyCh1sk,11338
|
331
|
+
inspect_ai/model/_providers/openai_o1.py,sha256=W790nMo6ujKcqfdyiR-Q2aA3RRT3LwToLU3OM86-xl0,12242
|
332
|
+
inspect_ai/model/_providers/providers.py,sha256=-RG878Bih1wHykhVoEAver2E5GsYmLSYvPcOBKYOwkw,6192
|
333
|
+
inspect_ai/model/_providers/together.py,sha256=0KpFLKbnP_a_AH7VN18eLtlm7kGvJkBIura9drdc7BU,9483
|
332
334
|
inspect_ai/model/_providers/vertex.py,sha256=_dvhtboSfb6uYez421vqmJrcc-SBZAIP6XYNwtHElKM,16391
|
333
335
|
inspect_ai/model/_providers/vllm.py,sha256=cggwgDMEwdF9DKdqGxo-XMMkDte-rQoHIBf6nipZ1Pg,14093
|
334
|
-
inspect_ai/model/_providers/util/__init__.py,sha256=
|
336
|
+
inspect_ai/model/_providers/util/__init__.py,sha256=zWqGXUZLcVBr001JpSe81_3QXnBcS7hdRtIpekIwjZ0,707
|
335
337
|
inspect_ai/model/_providers/util/chatapi.py,sha256=h8GePQ53VgPpn75QQJfoO5IMUMiTq3heMnjKC3vj13c,3659
|
336
|
-
inspect_ai/model/_providers/util/hf_handler.py,sha256=
|
337
|
-
inspect_ai/model/_providers/util/llama31.py,sha256=
|
338
|
-
inspect_ai/model/_providers/util/util.py,sha256=
|
338
|
+
inspect_ai/model/_providers/util/hf_handler.py,sha256=zUGLTlLSSRqvYv2odIbgEEkd4Fm_5LMxVFDWXm3D7Qk,7622
|
339
|
+
inspect_ai/model/_providers/util/llama31.py,sha256=m1-oczQ_ROQX38tfoLCHVXk1lqNqFp8gNWVF7zmkTi4,7609
|
340
|
+
inspect_ai/model/_providers/util/util.py,sha256=kDMaxRPultjakDRiCPFer5vHyhb2fVAIPaq2H97pXJY,1177
|
339
341
|
inspect_ai/scorer/__init__.py,sha256=NuiJshKtfYaZICwz28tWfNaGqDDlbnsaSwYVK42I5QM,1744
|
340
342
|
inspect_ai/scorer/_answer.py,sha256=WlJrPWr0Ha5p4l4x7-CQNizM1MvSWFPlXz5Qi5LFIbY,2040
|
341
343
|
inspect_ai/scorer/_choice.py,sha256=psQw-KLlmxPqMTn0HR3We6HjnFawk07idssppkEPNXg,2784
|
342
344
|
inspect_ai/scorer/_classification.py,sha256=RXCYss0NglzlvMfUq1Ui0qUgZhNlAcR9r9Y7nPkmL3c,4755
|
343
345
|
inspect_ai/scorer/_common.py,sha256=yx4jXhGd_a_e8SYF0zYyJhn42j1yYG2Ugylr96UreFA,3130
|
344
346
|
inspect_ai/scorer/_match.py,sha256=I1WrdDMSRgp7Kj7b-qZWcIhTOwihrL9I-_qlxpTGJc8,1641
|
345
|
-
inspect_ai/scorer/_metric.py,sha256=
|
347
|
+
inspect_ai/scorer/_metric.py,sha256=X_NUKrwT4fI95CvJIb5RzjgDLNTjxmUrONo3247YVc0,8452
|
346
348
|
inspect_ai/scorer/_model.py,sha256=337Zn-JI44ekClLGGZE0erP9iO3y5X55XOZQ6Z8jkjw,11576
|
347
349
|
inspect_ai/scorer/_multi.py,sha256=Co1grMZnys1KYrilDH2ZCuD5qOYJ1Nz5uDzU0bjxKlA,876
|
348
350
|
inspect_ai/scorer/_pattern.py,sha256=mZs18Y7KRiAmWsB5rMFEEyt7GTGF8wV-2RPipg-Gmbc,3392
|
349
351
|
inspect_ai/scorer/_score.py,sha256=zIQNMjfPta2a7ujxIrT3GAn5f1ZOz0IlDrDF2Qjs_x0,1092
|
350
|
-
inspect_ai/scorer/_scorer.py,sha256=
|
352
|
+
inspect_ai/scorer/_scorer.py,sha256=xuSVAAsON8wIvI4kbBG7GLpoMrfYJe2KdilGBOTbdc0,4820
|
351
353
|
inspect_ai/scorer/_target.py,sha256=gfldBi0pkWTK1K-pUgKrr76YRzdFqZEV4nVa8uG1UU0,788
|
352
354
|
inspect_ai/scorer/_metrics/__init__.py,sha256=Y-s0v9D5wkkTiNJD2y12HnsLTfDpiBW-cQ-YV0pfV14,209
|
353
355
|
inspect_ai/scorer/_metrics/accuracy.py,sha256=U8H0iwA3qzqxanaRfYhhMmOV915VR6fbYTHNHyYES6g,943
|
@@ -357,19 +359,22 @@ inspect_ai/scorer/_reducer/__init__.py,sha256=ntoSXbbBia6gN3Uk3tQFQ8lSt8IBSRvwM5
|
|
357
359
|
inspect_ai/scorer/_reducer/reducer.py,sha256=g8F7sTm_FmPcLdavOGv0YuvqZ5_nz2irmQVq37h2Y5A,11494
|
358
360
|
inspect_ai/scorer/_reducer/registry.py,sha256=J2tvuuxf4jBC09_SCBZg99Qb2qQUWG8STEsw7ASWpXQ,5388
|
359
361
|
inspect_ai/scorer/_reducer/types.py,sha256=uimvzIBRK7x1Dof77gsHYe9PU3hekB1opm9DTAa4sL4,340
|
360
|
-
inspect_ai/solver/__init__.py,sha256=
|
361
|
-
inspect_ai/solver/_basic_agent.py,sha256=
|
362
|
+
inspect_ai/solver/__init__.py,sha256=v3lps_q6SU4ZHklFjG-vgy92FcOK3jynk9zPs-nBwa4,3356
|
363
|
+
inspect_ai/solver/_basic_agent.py,sha256=uJkjMsBP6SycnJxyXBOitU4AE8dBBCTKEbEZCz0NBuM,9607
|
362
364
|
inspect_ai/solver/_chain.py,sha256=F-2ZHE2KOlDAIgH1_Q23whUMH5TjYGvCHhcOgbRxe7I,2234
|
363
365
|
inspect_ai/solver/_critique.py,sha256=ddO8J7VqSEsT6kofawpn3PrcUpLjLUMFmJi0hocDZpI,3504
|
364
366
|
inspect_ai/solver/_fork.py,sha256=Ge1PwpCHjeZhm2CLAWKss2uFuQd9BGzVinLOW6UOnfE,2880
|
365
367
|
inspect_ai/solver/_multiple_choice.py,sha256=tSLrwqAHuvX_eccM6OXiRmlx5bx_3g1LcB8GDWWV9C0,11024
|
366
368
|
inspect_ai/solver/_plan.py,sha256=Dp1DDTtGe2iTo8CYWKqCOdfBFfTK_0wi2JzIr6qrikI,7042
|
367
369
|
inspect_ai/solver/_prompt.py,sha256=PwGtLQ-dnCzxN_74H1NDT7LAhUuuiw2-c6ZSyXgBFgQ,3953
|
368
|
-
inspect_ai/solver/_solver.py,sha256=
|
370
|
+
inspect_ai/solver/_solver.py,sha256=Q-FrkfD97_TufEzuQxzr_LgziCdQipIuy778NWq7vVM,9008
|
369
371
|
inspect_ai/solver/_task_state.py,sha256=D2rpC7lycJH601o6xHNrF3LIWgMGFaXkQ1b_38pF-2U,15169
|
370
372
|
inspect_ai/solver/_transcript.py,sha256=gkH9CC5gYbz7ZzrFD0TkjtKYjWxQP5EthJOkq8NXDOc,1049
|
371
373
|
inspect_ai/solver/_use_tools.py,sha256=W7muO8r9eThXydm1GjFF-f6gip9AhzhgAG2GHSE5EpM,2011
|
372
374
|
inspect_ai/solver/_util.py,sha256=pthrf-CzC6FnQYSUFLXTYM4wFEJptZrh5POTmV-Jtow,446
|
375
|
+
inspect_ai/solver/_bridge/__init__.py,sha256=coz183P0weDurMfJw8QIpgYZNCIV681MfSOB7splRj0,49
|
376
|
+
inspect_ai/solver/_bridge/bridge.py,sha256=VXxZkcQY3RCfKXYCsjWPBTi_EUbI09OhYWQCJcbAZCU,3464
|
377
|
+
inspect_ai/solver/_bridge/patch.py,sha256=I2yR1omnaH_cdk5vqx-TavOFXPUbOY57fZUg6KZFHPs,5939
|
373
378
|
inspect_ai/solver/_human_agent/agent.py,sha256=GviDyGsOuJ6113yIoky7qhxV7lODzAq1oylIRooWkRk,3240
|
374
379
|
inspect_ai/solver/_human_agent/install.py,sha256=_tp6MpJX6g3dBWp2l2shLfgSiVfAa38F_oRdmBZSPMg,6789
|
375
380
|
inspect_ai/solver/_human_agent/panel.py,sha256=e4PG3Br0FMasqpsMkHEpuNBkO9tEVtDMI5ufSwuIcBw,8066
|
@@ -439,7 +444,7 @@ inspect_ai/util/__init__.py,sha256=4I9qA1900NIJNYjnGtHFHVoXkWv89pO6h10ePQ2Ohe8,1
|
|
439
444
|
inspect_ai/util/_concurrency.py,sha256=Olzk259NPeSXIy5LzID_WEVGnaW6p5CBCBrmlZUYufM,2227
|
440
445
|
inspect_ai/util/_console.py,sha256=V1XkIoKcNZo0SgRUOv15zJAWz6-zV6267hC4Oldj8oY,1237
|
441
446
|
inspect_ai/util/_conversation.py,sha256=KzqvKfj1tB14cgARZjYyIVG2EpuE-EZKqLGAPIXv1Xs,784
|
442
|
-
inspect_ai/util/_display.py,sha256=
|
447
|
+
inspect_ai/util/_display.py,sha256=IUVyzS0PtFo9LeRW_EWvDv7tkGy1rsZGBjqg63uOPOs,1591
|
443
448
|
inspect_ai/util/_limit.py,sha256=HMgembPprMvJFeFQy82Gw_BkPX4mqYBP1mGu-aA0n5g,751
|
444
449
|
inspect_ai/util/_panel.py,sha256=bSXXV1LDVMt8DeGWEYTfEm3iMz9I02sX5xpBSVUVRdQ,3072
|
445
450
|
inspect_ai/util/_resource.py,sha256=MMmtTKtt78pDIp9Uc_OxJom_q8mcKozVqt8kosKRJt0,3420
|
@@ -461,11 +466,11 @@ inspect_ai/util/_sandbox/docker/compose.py,sha256=4aIWWTaTUY9ZWrfSynkRqrUbKlYWrR
|
|
461
466
|
inspect_ai/util/_sandbox/docker/config.py,sha256=TqKafhbC8yxbWtCm_HLbVFCaozIjDL8t4zM8Rc_zIJk,2787
|
462
467
|
inspect_ai/util/_sandbox/docker/docker.py,sha256=sx4PNv_4PDuKlkeYV6ASaZbo0XT-I_V8OOTu5bDWz08,18411
|
463
468
|
inspect_ai/util/_sandbox/docker/internal.py,sha256=fATyk2pdtjSl-D0VPT4dmkXV-gOc5HrPH0EQDW4IAJY,1446
|
464
|
-
inspect_ai/util/_sandbox/docker/prereqs.py,sha256=
|
469
|
+
inspect_ai/util/_sandbox/docker/prereqs.py,sha256=0j6_OauBBnVlpBleADcZavIAAQZy4WewVjbRn9c0stg,3355
|
465
470
|
inspect_ai/util/_sandbox/docker/util.py,sha256=pSPsRGymrTmTnEUHiHoQSNqeurPP1mL5kB-105O6EWo,2794
|
466
|
-
inspect_ai-0.3.
|
467
|
-
inspect_ai-0.3.
|
468
|
-
inspect_ai-0.3.
|
469
|
-
inspect_ai-0.3.
|
470
|
-
inspect_ai-0.3.
|
471
|
-
inspect_ai-0.3.
|
471
|
+
inspect_ai-0.3.60.dist-info/LICENSE,sha256=aYPffOl9TwBXDQ8g33Jh6AsBhobb3A76qNm7r2HZsps,1079
|
472
|
+
inspect_ai-0.3.60.dist-info/METADATA,sha256=xzklRJs-p-vYq21ksrYIVA2XCUvMVksqx5Gvtdpz6T8,4528
|
473
|
+
inspect_ai-0.3.60.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
474
|
+
inspect_ai-0.3.60.dist-info/entry_points.txt,sha256=WGGLmzTzDWLzYfiyovSY6oEKuf-gqzSDNOb5V-hk3fM,54
|
475
|
+
inspect_ai-0.3.60.dist-info/top_level.txt,sha256=Tp3za30CHXJEKLk8xLe9qGsW4pBzJpEIOMHOHNCXiVo,11
|
476
|
+
inspect_ai-0.3.60.dist-info/RECORD,,
|
@@ -1,117 +0,0 @@
|
|
1
|
-
//@ts-check
|
2
|
-
|
3
|
-
/**
|
4
|
-
* @typedef {Object} EvalSummary
|
5
|
-
* @property {import("../types/log").Version} [version]
|
6
|
-
* @property {import("../types/log").Status} [status]
|
7
|
-
* @property {import("../types/log").EvalSpec} eval
|
8
|
-
* @property {import("../types/log").EvalPlan} [plan]
|
9
|
-
* @property {import("../types/log").EvalResults | null } [results]
|
10
|
-
* @property {import("../types/log").EvalStats} [stats]
|
11
|
-
* @property {import("../types/log").EvalError | null } [error]
|
12
|
-
* @property {SampleSummary[]} sampleSummaries
|
13
|
-
*/
|
14
|
-
|
15
|
-
/**
|
16
|
-
* @typedef {Object} EvalLogHeader
|
17
|
-
* @property {import("../types/log").Version} [version]
|
18
|
-
* @property {import("../types/log").Status} [status]
|
19
|
-
* @property {import("../types/log").EvalSpec} eval
|
20
|
-
* @property {import("../types/log").EvalPlan} [plan]
|
21
|
-
* @property {import("../types/log").EvalResults} [results]
|
22
|
-
* @property {import("../types/log").EvalStats} [stats]
|
23
|
-
* @property {import("../types/log").EvalError} [error]
|
24
|
-
*/
|
25
|
-
|
26
|
-
/**
|
27
|
-
* @typedef {Object} SampleSummary
|
28
|
-
* @property { number | string } id
|
29
|
-
* @property { number } epoch
|
30
|
-
* @property { import("../types/log").Input } input
|
31
|
-
* @property { import("../types/log").Target } target
|
32
|
-
* @property { import("../types/log").Scores1 } scores
|
33
|
-
* @property { string } [error]
|
34
|
-
* @property { import("../types/log").Type11 } [limit]
|
35
|
-
*/
|
36
|
-
|
37
|
-
/**
|
38
|
-
* Fields shared by EvalSample and SampleSummary.
|
39
|
-
* Contains only fields that are copied verbatim in src/inspect_ai/log/_recorders/eval.py.
|
40
|
-
*
|
41
|
-
* @typedef {Object} BasicSampleData
|
42
|
-
* @property { number | string } id
|
43
|
-
* @property { number } epoch
|
44
|
-
* @property { import("../types/log").Target } target
|
45
|
-
* @property { import("../types/log").Scores1 } scores
|
46
|
-
*/
|
47
|
-
|
48
|
-
/**
|
49
|
-
* @typedef {Object} Capabilities
|
50
|
-
* @property {boolean} downloadFiles - Indicates if file downloads are supported.
|
51
|
-
* @property {boolean} webWorkers - Indicates if web workers are supported.
|
52
|
-
*/
|
53
|
-
|
54
|
-
/**
|
55
|
-
* @typedef {Object} LogViewAPI
|
56
|
-
* @property { () => Promise<any[]> } client_events - A function which can be polled to check for client events.
|
57
|
-
* @property { () => Promise<LogFiles>} eval_logs - Read the list of files
|
58
|
-
* @property { (log_file: string, headerOnly?: number, capabilities?: Capabilities) => Promise<LogContents> } eval_log - Read the log contents
|
59
|
-
* @property { (log_file: string) => Promise<number>} eval_log_size - Get log size
|
60
|
-
* @property { (log_file: string, start: number, end: number) => Promise<Uint8Array>} eval_log_bytes - Read bytes
|
61
|
-
* @property { (log_files: string[]) => Promise<import("../types/log").EvalLog[]>} eval_log_headers - Read the log headers
|
62
|
-
* @property { (logFile: string, downloadFiles?: boolean, webWorkers?: boolean) => Promise<void> } download_file - Execute a file download
|
63
|
-
* @property { (logFile: string, log_dir: string) => Promise<void> } open_log_file - Execute a file open
|
64
|
-
*/
|
65
|
-
|
66
|
-
/**
|
67
|
-
* @typedef {Object} ClientAPI
|
68
|
-
* @property { () => Promise<string[]> } client_events - A function which can be polled to check for client events.
|
69
|
-
* @property { () => Promise<LogFiles>} get_log_paths - Get the list of files
|
70
|
-
* @property { (log_files: string[]) => Promise<import("../types/log").EvalLog[]>} get_log_headers - Get the log headers
|
71
|
-
* @property { (log_file: string) => Promise<EvalSummary>} get_log_summary - Get the log summary
|
72
|
-
* @property { (log_file: string, id: string | number, epoch: number) => Promise<import("../types/log").EvalSample | undefined>} get_log_sample - Get a sample
|
73
|
-
* @property { (log_file: string, download_files?: boolean, web_workers?: boolean) => Promise<void> } download_file - Execute a file download
|
74
|
-
* @property { (log_file: string, log_dir: string) => Promise<void> } open_log_file - Execute a file open
|
75
|
-
*/
|
76
|
-
|
77
|
-
/**
|
78
|
-
* @typedef {Object} FetchResponse
|
79
|
-
* @property {string} raw - The raw string content of the fetched file.
|
80
|
-
* @property {Object} parsed - The parsed content of the file as an object.
|
81
|
-
*/
|
82
|
-
|
83
|
-
/**
|
84
|
-
* @typedef {Object} EvalHeader
|
85
|
-
* @property {import("../types/log").Version | undefined} version - The raw string content of the fetched file.
|
86
|
-
* @property {import("../types/log").Status | undefined} status - The raw string content of the fetched file.
|
87
|
-
* @property {import("../types/log").EvalSpec } eval - The raw string content of the fetched file.
|
88
|
-
* @property {import("../types/log").EvalPlan | undefined } plan - The raw string content of the fetched file.
|
89
|
-
* @property {import("../types/log").EvalResults | undefined | null } results - The raw string content of the fetched file.
|
90
|
-
* @property {import("../types/log").EvalStats | undefined } stats - The raw string content of the fetched file.
|
91
|
-
* @property {import("../types/log").EvalError | undefined | null } error - The raw string content of the fetched file.
|
92
|
-
*/
|
93
|
-
|
94
|
-
/**
|
95
|
-
* @typedef {Object} LogFiles
|
96
|
-
* @property {LogFile[]} files - The log files
|
97
|
-
* @property {string} log_dir - The log dir
|
98
|
-
*/
|
99
|
-
|
100
|
-
/**
|
101
|
-
* @typedef {Object} LogFile
|
102
|
-
* @property {string} name - The path to this log file
|
103
|
-
* @property {string} task - The name of the task
|
104
|
-
* @property {string} task_id - The the id of the task
|
105
|
-
*/
|
106
|
-
|
107
|
-
/**
|
108
|
-
* @typedef {Object} LogContents
|
109
|
-
* @property {string} raw - The raw string content of the fetched file.
|
110
|
-
* @property {import("../types/log").EvalLog} parsed - The parsed content of the file as an object.
|
111
|
-
*/
|
112
|
-
|
113
|
-
/**
|
114
|
-
* @typedef {Object} LogFilesFetchResponse
|
115
|
-
* @property {string} raw - The raw string content of the fetched file.
|
116
|
-
* @property {Record<string, EvalHeader>} parsed - The parsed content of the file as an object.
|
117
|
-
*/
|