synth-ai 0.2.8.dev13__py3-none-any.whl → 0.2.9.dev1__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.
Potentially problematic release.
This version of synth-ai might be problematic. Click here for more details.
- synth_ai/api/train/cli.py +21 -0
- synth_ai/api/train/config_finder.py +54 -6
- synth_ai/api/train/task_app.py +70 -5
- synth_ai/cli/rl_demo.py +16 -4
- synth_ai/cli/root.py +36 -5
- synth_ai/cli/task_apps.py +792 -205
- synth_ai/demo_registry.py +258 -0
- synth_ai/demos/core/cli.py +147 -111
- synth_ai/demos/demo_task_apps/__init__.py +7 -1
- synth_ai/demos/demo_task_apps/math/config.toml +55 -110
- synth_ai/demos/demo_task_apps/math/modal_task_app.py +157 -21
- synth_ai/demos/demo_task_apps/math/task_app_entry.py +39 -0
- synth_ai/task/auth.py +33 -12
- synth_ai/task/client.py +20 -3
- {synth_ai-0.2.8.dev13.dist-info → synth_ai-0.2.9.dev1.dist-info}/METADATA +1 -1
- {synth_ai-0.2.8.dev13.dist-info → synth_ai-0.2.9.dev1.dist-info}/RECORD +20 -18
- {synth_ai-0.2.8.dev13.dist-info → synth_ai-0.2.9.dev1.dist-info}/WHEEL +0 -0
- {synth_ai-0.2.8.dev13.dist-info → synth_ai-0.2.9.dev1.dist-info}/entry_points.txt +0 -0
- {synth_ai-0.2.8.dev13.dist-info → synth_ai-0.2.9.dev1.dist-info}/licenses/LICENSE +0 -0
- {synth_ai-0.2.8.dev13.dist-info → synth_ai-0.2.9.dev1.dist-info}/top_level.txt +0 -0
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
synth_ai/__init__.py,sha256=NixuXddy4lS2Wmj0F8eMt0HS_oYCTnq3iVVq5VYwWIc,1341
|
|
2
2
|
synth_ai/__main__.py,sha256=Kh1xBKkTE5Vs2qNMtDuuOXerHUptMcOiF3YziOpC6DA,146
|
|
3
|
+
synth_ai/demo_registry.py,sha256=PhBV3oQpNDTPdPqnUcRchOyYB4BZlQkbhPZfIneLskk,8485
|
|
3
4
|
synth_ai/handshake.py,sha256=uzoTOpkf9JQgsyKWrlx8gjfQmK3HpqFQAZY1gZDtiIo,3735
|
|
4
5
|
synth_ai/http.py,sha256=lqjFXDmAP_xgfywK_rDSOVxuMy4rDH9S3Rtu9k1tLmk,1028
|
|
5
6
|
synth_ai/http_client.py,sha256=_9J8rUGoItUMnJLGZw7r0uXiJeLWR939kByRkvtP1XM,4429
|
|
6
7
|
synth_ai/install_sqld.sh,sha256=AMBhlfq661PxeTTc6D4K_Nei_qwMvA84ei4NhQzmUUk,928
|
|
7
8
|
synth_ai/api/train/__init__.py,sha256=aBwlmrj1HWVwDcvUrX4TqpS0BgvkE7Pv7npoIZmtTFU,118
|
|
8
9
|
synth_ai/api/train/builders.py,sha256=Fe684cGh-CQGPXydESCOjTkQpxbTJb47rVYKT8uONTs,6045
|
|
9
|
-
synth_ai/api/train/cli.py,sha256=
|
|
10
|
-
synth_ai/api/train/config_finder.py,sha256=
|
|
10
|
+
synth_ai/api/train/cli.py,sha256=OyS6-NU1BUVitjUYYCtQenLXmprU9dDqYOR6tfeW7B0,17897
|
|
11
|
+
synth_ai/api/train/config_finder.py,sha256=iH4a-_6rtGvhxBNINag5WivEX2W-Jb1_YysjN-ooOYM,5311
|
|
11
12
|
synth_ai/api/train/env_resolver.py,sha256=PLvuorBg3ugxZUsfDeZAMrqmqEt56aGRInmhuHD6z8g,10715
|
|
12
13
|
synth_ai/api/train/pollers.py,sha256=EbkoV601aXEpqgfjNuugivtDooiRgOxBXSYZZ0Muj24,2114
|
|
13
|
-
synth_ai/api/train/task_app.py,sha256=
|
|
14
|
+
synth_ai/api/train/task_app.py,sha256=Pk-bCqBEkjgbf9tzFeRik5uC0No_2Y536TSiLcJ47h0,6419
|
|
14
15
|
synth_ai/api/train/utils.py,sha256=rkouZjOFvY9WKXIuG-rlJhH9eyLLxi_ID6dj0JMNSmI,7213
|
|
15
16
|
synth_ai/cli/__init__.py,sha256=HU7nV2mhnvAmhuXyxEddIYO6ic5EWlBNECqYSelxQ-s,2083
|
|
16
17
|
synth_ai/cli/balance.py,sha256=z4h1MQSyFX60k-13L9IT0rtOCI16iKNGJeNjFMZuv_k,8010
|
|
@@ -19,10 +20,10 @@ synth_ai/cli/demo.py,sha256=NeRiLv9ZQyX9tVxvZ6uV5YmucQ8fu5gyL5qZE0GfBZY,5496
|
|
|
19
20
|
synth_ai/cli/legacy_root_backup.py,sha256=KSMADyJ2g5OVpsq_CeBzqIeDC2Um-9GyINzsJH-75uw,15872
|
|
20
21
|
synth_ai/cli/man.py,sha256=JQDon73ZkuKP9xr1_vRh5fjV9_b5xiUb7zNjny7ArB8,3765
|
|
21
22
|
synth_ai/cli/recent.py,sha256=mHhM-QrR_MfjfKSzBvvPUEC-lkXTWUZrQwqYTmb2x0Y,4173
|
|
22
|
-
synth_ai/cli/rl_demo.py,sha256=
|
|
23
|
-
synth_ai/cli/root.py,sha256=
|
|
23
|
+
synth_ai/cli/rl_demo.py,sha256=P09_atVrSTfGUhAs0Obe63erniJ3EDHtm51yL2xBouM,8796
|
|
24
|
+
synth_ai/cli/root.py,sha256=0fuWNO5NeWTSCANzPBfoQsZKe3iUxnJ9hsSWS-SK2UM,11370
|
|
24
25
|
synth_ai/cli/status.py,sha256=M_bt7U58Ubi-q-ZlrIpgCASKq9_k6uMjpx926f6kLLA,4591
|
|
25
|
-
synth_ai/cli/task_apps.py,sha256=
|
|
26
|
+
synth_ai/cli/task_apps.py,sha256=gJDoW4aH2HFZK1fLPkCQ4EpVaBq_3lL8DmHzwObtdDo,40070
|
|
26
27
|
synth_ai/cli/traces.py,sha256=_QBdCR92u0Gv51U4DH0Ws1d5yCrbJRpaYKe7pmcHrHs,6484
|
|
27
28
|
synth_ai/cli/watch.py,sha256=HBKbAcpUkkPhGvsPRofckbu8oILiVqp35NXHkIEpTTc,17808
|
|
28
29
|
synth_ai/compound/cais.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -30,16 +31,17 @@ synth_ai/config/base_url.py,sha256=c85LaABBrvsl8Fp8KH0LNtJJrpnUwlzA5Ywbuth8fHE,3
|
|
|
30
31
|
synth_ai/core/experiment.py,sha256=hLkPtzUFA7iY3-QpeJ5K8YjvQeyfqnjab5P2CFaojys,236
|
|
31
32
|
synth_ai/core/system.py,sha256=s-Z7np2ISYmYc1r9YN-y2yb3cgRlOalrh0iaqnxeo84,206
|
|
32
33
|
synth_ai/demos/core/__init__.py,sha256=A2FjhY7KXGtyzdQXqeTPCkEhHfrH-eQg6bvP8HaYhZM,36
|
|
33
|
-
synth_ai/demos/core/cli.py,sha256=
|
|
34
|
-
synth_ai/demos/demo_task_apps/__init__.py,sha256=
|
|
34
|
+
synth_ai/demos/core/cli.py,sha256=5z89ykvJAP-MipT-RYx7BXwTwi8nIAyUb-RcPDpXL5w,57520
|
|
35
|
+
synth_ai/demos/demo_task_apps/__init__.py,sha256=LmNLB5oHncmVmavbLb6_1fsFYoNxijMd3ksLScBMxiw,243
|
|
35
36
|
synth_ai/demos/demo_task_apps/core.py,sha256=Eu7gp0VtZ9tE1HPLG14-pkjC1cD_7brsdl2IRbdSBts,14764
|
|
36
37
|
synth_ai/demos/demo_task_apps/math/__init__.py,sha256=WBzpZwSn7pRarBmhopQi34i9bEm05-71eM3siboOavY,43
|
|
37
38
|
synth_ai/demos/demo_task_apps/math/_common.py,sha256=SgtVW1pne4pgwGS2gYYQWkmG9BvU2sQTYzlncmUJ0NM,533
|
|
38
39
|
synth_ai/demos/demo_task_apps/math/app.py,sha256=gNopoAhwM0vzdKuCa7AwQqSwiV2xagrjMxMH9YIniv4,1160
|
|
39
|
-
synth_ai/demos/demo_task_apps/math/config.toml,sha256=
|
|
40
|
+
synth_ai/demos/demo_task_apps/math/config.toml,sha256=CLfuzZaTvpqezPrpOy03ZKvR6D3tZ0vExOsyvdn4ETo,1346
|
|
40
41
|
synth_ai/demos/demo_task_apps/math/deploy_modal.py,sha256=O4745sFuGEZTsygl-mz6ZOFJ7mog8CquXMgMyjFKr_c,2288
|
|
41
42
|
synth_ai/demos/demo_task_apps/math/deploy_task_app.sh,sha256=qVffbAmsiCAxzFDzcxNVF4f7yyLWnmqPc1cNydHT5BQ,791
|
|
42
|
-
synth_ai/demos/demo_task_apps/math/modal_task_app.py,sha256=
|
|
43
|
+
synth_ai/demos/demo_task_apps/math/modal_task_app.py,sha256=vkQsQseB5VLvDIwF6Nveis2Leewucv6ufp_6GaRzkkw,25773
|
|
44
|
+
synth_ai/demos/demo_task_apps/math/task_app_entry.py,sha256=6AnBrhD3b5m8Z3EwwrCEi_ZVXP3iRNsHVz4iPJrNfgA,994
|
|
43
45
|
synth_ai/environments/__init__.py,sha256=BQW0Nc_BFQq_N-pcqTyJVjW56kSEXu7XZyaSer-U95Q,1032
|
|
44
46
|
synth_ai/environments/environment/__init__.py,sha256=EBol9AKxPTIPXWcbH9Tja-l3yL-N2kB8e5atyf6F66c,31
|
|
45
47
|
synth_ai/environments/environment/core.py,sha256=0jd0CZ88_s_qqA3d1lOgVsnv-ucw_1lJDAIUj1gTSt0,2201
|
|
@@ -355,8 +357,8 @@ synth_ai/rl/env_keys.py,sha256=lb2kQwuk4zMXyTUnaVCAbYvIstiGznLCdx797rAsPFk,4960
|
|
|
355
357
|
synth_ai/rl/secrets.py,sha256=RJU7N0idDNhENHyG9uAStXJxRGQMQti45xpm5i3uUGc,586
|
|
356
358
|
synth_ai/scripts/verify_rewards.py,sha256=w1eFGi-H5It7J55Qyt5s1mPnSc4AldMmZ9roNzE0ulQ,3304
|
|
357
359
|
synth_ai/task/__init__.py,sha256=DmtEMz_--x3W8BaHindUTwd9QKq1vdIcBCLl5fmPJiQ,2410
|
|
358
|
-
synth_ai/task/auth.py,sha256=
|
|
359
|
-
synth_ai/task/client.py,sha256=
|
|
360
|
+
synth_ai/task/auth.py,sha256=Ypo6ZFMBpl8DxWgwJ0zB_7BE8fpQgmRk9zsC9oC3iXQ,5441
|
|
361
|
+
synth_ai/task/client.py,sha256=oTX0fXSRGejP_xLQP3N_ZbuYes9qcr7xFPVuBL2sy3E,5767
|
|
360
362
|
synth_ai/task/contracts.py,sha256=d1V8VtZ23UKX5hIem-dxXMQBr-7PdjVIdSXz09eygkY,4129
|
|
361
363
|
synth_ai/task/datasets.py,sha256=xt28vdxy6j85DmPM_fTBubYXeUcrnZ1mgIG8vac1xIU,3940
|
|
362
364
|
synth_ai/task/errors.py,sha256=wE4-cuk_1nDvejov8G-4tP7kZiwGd5aXqYSgATKoFW0,1550
|
|
@@ -434,9 +436,9 @@ synth_ai/v0/tracing_v1/events/manage.py,sha256=ZDXXP-ZwLH9LCsmw7Ru9o55d7bl_diPtJ
|
|
|
434
436
|
synth_ai/v0/tracing_v1/events/scope.py,sha256=BuBkhSpVHUJt8iGT9HJZF82rbb88mQcd2vM2shg-w2I,2550
|
|
435
437
|
synth_ai/v0/tracing_v1/events/store.py,sha256=0342lvAcalyJbVEIzQFaPuMQGgwiFm7M5rE6gr-G0E8,9041
|
|
436
438
|
synth_ai/zyk/__init__.py,sha256=htVLnzTYQ5rxzYpzSYBm7_o6uNKZ3pB_PrqkBrgTRS4,771
|
|
437
|
-
synth_ai-0.2.
|
|
438
|
-
synth_ai-0.2.
|
|
439
|
-
synth_ai-0.2.
|
|
440
|
-
synth_ai-0.2.
|
|
441
|
-
synth_ai-0.2.
|
|
442
|
-
synth_ai-0.2.
|
|
439
|
+
synth_ai-0.2.9.dev1.dist-info/licenses/LICENSE,sha256=ynhjRQUfqA_RdGRATApfFA_fBAy9cno04sLtLUqxVFM,1069
|
|
440
|
+
synth_ai-0.2.9.dev1.dist-info/METADATA,sha256=6qtxdQl8lJt417-97ymMMs843CRlGDU_lhGPV0TFd8M,5200
|
|
441
|
+
synth_ai-0.2.9.dev1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
442
|
+
synth_ai-0.2.9.dev1.dist-info/entry_points.txt,sha256=Neq-3bT7TAijjgOIR77pKL-WYg6TWBDeO8pp_nL4vGY,91
|
|
443
|
+
synth_ai-0.2.9.dev1.dist-info/top_level.txt,sha256=fBmtZyVHuKaGa29oHBaaUkrUIWTqSpoVMPiVdCDP3k8,9
|
|
444
|
+
synth_ai-0.2.9.dev1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|