synth-ai 0.2.10__py3-none-any.whl → 0.2.13.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.
- examples/agora_ex/README_MoE.md +224 -0
- examples/agora_ex/__init__.py +7 -0
- examples/agora_ex/agora_ex.py +65 -0
- examples/agora_ex/agora_ex_task_app.py +590 -0
- examples/agora_ex/configs/rl_lora_qwen3_moe_2xh200.toml +121 -0
- examples/agora_ex/reward_fn_grpo-human.py +129 -0
- examples/agora_ex/system_prompt_CURRENT.md +63 -0
- examples/agora_ex/task_app/agora_ex_task_app.py +590 -0
- examples/agora_ex/task_app/reward_fn_grpo-human.py +129 -0
- examples/agora_ex/task_app/system_prompt_CURRENT.md +63 -0
- examples/multi_step/configs/crafter_rl_outcome.toml +74 -0
- examples/multi_step/configs/crafter_rl_stepwise_hosted_judge.toml +175 -0
- examples/multi_step/configs/crafter_rl_stepwise_shaped.toml +83 -0
- examples/multi_step/configs/crafter_rl_stepwise_simple.toml +78 -0
- examples/multi_step/crafter_rl_lora.md +51 -10
- examples/multi_step/sse_metrics_streaming_notes.md +357 -0
- examples/multi_step/task_app_config_notes.md +494 -0
- examples/warming_up_to_rl/configs/eval_stepwise_complex.toml +35 -0
- examples/warming_up_to_rl/configs/eval_stepwise_consistent.toml +26 -0
- examples/warming_up_to_rl/configs/eval_stepwise_per_achievement.toml +36 -0
- examples/warming_up_to_rl/configs/eval_stepwise_simple.toml +32 -0
- examples/warming_up_to_rl/run_eval.py +267 -41
- examples/warming_up_to_rl/task_app/grpo_crafter.py +3 -33
- examples/warming_up_to_rl/task_app/synth_envs_hosted/inference/openai_client.py +109 -45
- examples/warming_up_to_rl/task_app/synth_envs_hosted/policy_routes.py +42 -46
- examples/warming_up_to_rl/task_app/synth_envs_hosted/rollout.py +376 -193
- synth_ai/__init__.py +41 -1
- synth_ai/api/train/builders.py +74 -33
- synth_ai/api/train/cli.py +29 -6
- synth_ai/api/train/configs/__init__.py +44 -0
- synth_ai/api/train/configs/rl.py +133 -0
- synth_ai/api/train/configs/sft.py +94 -0
- synth_ai/api/train/configs/shared.py +24 -0
- synth_ai/api/train/env_resolver.py +18 -19
- synth_ai/api/train/supported_algos.py +8 -5
- synth_ai/api/train/utils.py +6 -1
- synth_ai/cli/__init__.py +4 -2
- synth_ai/cli/_storage.py +19 -0
- synth_ai/cli/balance.py +14 -2
- synth_ai/cli/calc.py +37 -22
- synth_ai/cli/demo.py +38 -39
- synth_ai/cli/legacy_root_backup.py +12 -14
- synth_ai/cli/recent.py +12 -7
- synth_ai/cli/rl_demo.py +81 -102
- synth_ai/cli/status.py +4 -3
- synth_ai/cli/task_apps.py +146 -137
- synth_ai/cli/traces.py +4 -3
- synth_ai/cli/watch.py +3 -2
- synth_ai/demos/core/cli.py +121 -159
- synth_ai/environments/examples/crafter_classic/environment.py +16 -0
- synth_ai/evals/__init__.py +15 -0
- synth_ai/evals/client.py +85 -0
- synth_ai/evals/types.py +42 -0
- synth_ai/jobs/client.py +15 -3
- synth_ai/judge_schemas.py +127 -0
- synth_ai/rubrics/__init__.py +22 -0
- synth_ai/rubrics/validators.py +126 -0
- synth_ai/task/server.py +14 -7
- synth_ai/tracing_v3/decorators.py +51 -26
- synth_ai/tracing_v3/examples/basic_usage.py +12 -7
- synth_ai/tracing_v3/llm_call_record_helpers.py +107 -53
- synth_ai/tracing_v3/replica_sync.py +8 -4
- synth_ai/tracing_v3/serialization.py +130 -0
- synth_ai/tracing_v3/storage/utils.py +11 -9
- synth_ai/tracing_v3/turso/__init__.py +12 -0
- synth_ai/tracing_v3/turso/daemon.py +2 -1
- synth_ai/tracing_v3/turso/native_manager.py +28 -15
- {synth_ai-0.2.10.dist-info → synth_ai-0.2.13.dev1.dist-info}/METADATA +4 -2
- {synth_ai-0.2.10.dist-info → synth_ai-0.2.13.dev1.dist-info}/RECORD +73 -40
- {synth_ai-0.2.10.dist-info → synth_ai-0.2.13.dev1.dist-info}/entry_points.txt +0 -1
- {synth_ai-0.2.10.dist-info → synth_ai-0.2.13.dev1.dist-info}/WHEEL +0 -0
- {synth_ai-0.2.10.dist-info → synth_ai-0.2.13.dev1.dist-info}/licenses/LICENSE +0 -0
- {synth_ai-0.2.10.dist-info → synth_ai-0.2.13.dev1.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,24 @@ examples/__init__.py,sha256=S1h7WGBIgk2CmmSIqsE4nkhxv2XTniHSBUqKETgSNQI,543
|
|
|
2
2
|
examples/analyze_semantic_words.sh,sha256=z-3qJBAlQuMrfRzoszofle_2b3Fy79rymvEAcoBQGXU,652
|
|
3
3
|
examples/crafter_debug_render.py,sha256=McPkX8z6ffANOfoR0Xw26h81HNHtT0F5y4bzUhwYonQ,6261
|
|
4
4
|
examples/run_crafter_demo.sh,sha256=7FNvooSgq-ezccGy5j_h_uRXObiQtcnybPcTwaVGDpo,392
|
|
5
|
+
examples/agora_ex/README_MoE.md,sha256=EXM-tLE4WuqwmhdbgrRFf7lP0VhlszpDz4jO2j30klI,5770
|
|
6
|
+
examples/agora_ex/__init__.py,sha256=oZU7CCBKQRTlIC1WeYA7QgArSQ5b6Kn4KDEu5KbMYyU,171
|
|
7
|
+
examples/agora_ex/agora_ex.py,sha256=rjySIJVehB5lSYW_tV3fanq044uzzDo9o9EprQ5hpaM,2154
|
|
8
|
+
examples/agora_ex/agora_ex_task_app.py,sha256=Va_A00AWT7byzKAujqEiF1vNRYjmXzkw_nMsCe8n2SU,20987
|
|
9
|
+
examples/agora_ex/reward_fn_grpo-human.py,sha256=sgaUrWOt1malqX1GEN1fMpEvO1LPKWo30RO3fvO95OQ,4796
|
|
10
|
+
examples/agora_ex/system_prompt_CURRENT.md,sha256=sz9txJsFzqG1mljbJH01iIYOynfGf98DNuSQHBu9RQw,2640
|
|
11
|
+
examples/agora_ex/configs/rl_lora_qwen3_moe_2xh200.toml,sha256=VZBOahFd4aFj5SRl9_cfMqXn3sBRv8UQInQZ9LkNkD0,2922
|
|
12
|
+
examples/agora_ex/task_app/agora_ex_task_app.py,sha256=Va_A00AWT7byzKAujqEiF1vNRYjmXzkw_nMsCe8n2SU,20987
|
|
13
|
+
examples/agora_ex/task_app/reward_fn_grpo-human.py,sha256=sgaUrWOt1malqX1GEN1fMpEvO1LPKWo30RO3fvO95OQ,4796
|
|
14
|
+
examples/agora_ex/task_app/system_prompt_CURRENT.md,sha256=sz9txJsFzqG1mljbJH01iIYOynfGf98DNuSQHBu9RQw,2640
|
|
5
15
|
examples/dev/qwen3_32b_qlora_4xh100.toml,sha256=YXLo1I_eHamUHMjIvsD9Tx3_HXcLfjlasd6X2BF7i5g,766
|
|
6
|
-
examples/multi_step/crafter_rl_lora.md,sha256=
|
|
16
|
+
examples/multi_step/crafter_rl_lora.md,sha256=sZHliCaYCq_T70JyTyK0jr-1yQ17zkZremj9GSeHG_I,2815
|
|
17
|
+
examples/multi_step/sse_metrics_streaming_notes.md,sha256=2k5nNOB4IgXrfC0czdup5KryMOwbHT_HbSpS53UNX2U,15630
|
|
18
|
+
examples/multi_step/task_app_config_notes.md,sha256=1ngz8aGCykA1iMCrVdc1yGbqXan530893Xzf4KK9xe4,22212
|
|
19
|
+
examples/multi_step/configs/crafter_rl_outcome.toml,sha256=gZwpQBqRoGLkQnYvOk98dTjKO8EMUd3lg8daxXNoD-8,1378
|
|
20
|
+
examples/multi_step/configs/crafter_rl_stepwise_hosted_judge.toml,sha256=4IorHrf9E8LcjDXVFWzh95AsFQabnruvhtSxplzUl1E,5047
|
|
21
|
+
examples/multi_step/configs/crafter_rl_stepwise_shaped.toml,sha256=MjNyqzbWmer1S6UtiWHvzFLaJl5JX3yfwGcvnU_F4r8,1864
|
|
22
|
+
examples/multi_step/configs/crafter_rl_stepwise_simple.toml,sha256=VUXFDFUMlni95Dtj1v9k52_LAl6Iq97ra4UTw6v2-60,1492
|
|
7
23
|
examples/qwen_coder/README.md,sha256=xhoGKdIlRt8fO3F6HTpq6rzw3bs4ezDsGcRBNCz90Fs,3145
|
|
8
24
|
examples/qwen_coder/_shared.py,sha256=oGUmx7gKkgkmToXHXAPocG72YKO9WGRjguVhmX3XE7s,3557
|
|
9
25
|
examples/qwen_coder/generate_dataset.py,sha256=bfa1LMvV7jd2GmNkFE5rn2K1SETNEzMjv7SXD0C24K0,4484
|
|
@@ -84,7 +100,7 @@ examples/warming_up_to_rl/export_trace_sft.py,sha256=qcVOgZduYYImDv2xs-h_CoyMpX_
|
|
|
84
100
|
examples/warming_up_to_rl/groq_test.py,sha256=vffVVTwQNypkqppxMLy17ySafoD2WKIK-Qf9w13lbyE,3138
|
|
85
101
|
examples/warming_up_to_rl/manage_secrets.py,sha256=qLe_zglOLCd0dxPPCyQQ9CnhGkvtLOkBrZ0Xd4mmnIw,4372
|
|
86
102
|
examples/warming_up_to_rl/readme.md,sha256=u2KX7grlDnOMRRrC3vzTej1K0OOmTdx5LHs2opTfLt4,6431
|
|
87
|
-
examples/warming_up_to_rl/run_eval.py,sha256=
|
|
103
|
+
examples/warming_up_to_rl/run_eval.py,sha256=zN4hZLJILulQNUw_WiDwEZUA3xIAcG6ewl7X_iNP-n8,31390
|
|
88
104
|
examples/warming_up_to_rl/run_fft_and_save.py,sha256=RVbMuHUB0F7h_CO26hvAhEx5W3fqxVvokb4VlOiR6RQ,15095
|
|
89
105
|
examples/warming_up_to_rl/run_local_rollout.py,sha256=uRfCR1E066fF6cQTajllb0Dzv0sU4iT6QOitZ_jRVHw,8783
|
|
90
106
|
examples/warming_up_to_rl/run_local_rollout_modal.py,sha256=oGHqSCNUSAluJFlVkOKItONWh0wUu4UxRXmqnkD37E8,8948
|
|
@@ -97,12 +113,16 @@ examples/warming_up_to_rl/configs/crafter_fft_4b.toml,sha256=q_cnU3P-eGG_VFOepw9
|
|
|
97
113
|
examples/warming_up_to_rl/configs/eval_fft_qwen4b.toml,sha256=YP4HLWDh6iIvw6McPXw5kK1RUFQF4dvKP4yH5bHT5nI,678
|
|
98
114
|
examples/warming_up_to_rl/configs/eval_groq_qwen32b.toml,sha256=zQi31JYa83kW-ceEqDZi-7oajsCmEPrlJR57zN5ygO8,340
|
|
99
115
|
examples/warming_up_to_rl/configs/eval_modal_qwen4b.toml,sha256=6eeU1GVvK1cYSEuGXk-AhOwJLgRcf74CTOI5XlqNYBc,817
|
|
116
|
+
examples/warming_up_to_rl/configs/eval_stepwise_complex.toml,sha256=M1YGni8ng1RTJQR3xM65cv1jotNrJqseru47bd6omtY,1040
|
|
117
|
+
examples/warming_up_to_rl/configs/eval_stepwise_consistent.toml,sha256=N5xt_9_AaVvJX6up90bSuXpF8Yt-cGJfmTA-Au3NY_4,591
|
|
118
|
+
examples/warming_up_to_rl/configs/eval_stepwise_per_achievement.toml,sha256=ly42h8kIeSX8Y9mygC8mx7G_0KypUcPB9vqx8P-6QmQ,825
|
|
119
|
+
examples/warming_up_to_rl/configs/eval_stepwise_simple.toml,sha256=g_Q8EsHOpatX0VfKKBHMGxX0T3yZv42_UzLhF5evGa8,882
|
|
100
120
|
examples/warming_up_to_rl/configs/rl_from_base_qwen4b.toml,sha256=MrcjPlR-5s7XayBXl087QcGuR6484HcdSgS9yYUE5uo,1868
|
|
101
121
|
examples/warming_up_to_rl/configs/rl_from_ft.toml,sha256=d1cIoLeC80NgOjn0Wohk0a5IXE_ImHVgMsxWPkyAFKQ,1381
|
|
102
122
|
examples/warming_up_to_rl/old/event_rewards.md,sha256=gHJd3ZeYOnj4xPXt-7sSJamgOaJQ-BpfdaF-CKJK3-0,13450
|
|
103
123
|
examples/warming_up_to_rl/old/notes.md,sha256=Y9Zs_tUb2Y6kv0MmGe-kAvGM9zCtEDY3Ccf5j7PoFGU,4468
|
|
104
124
|
examples/warming_up_to_rl/task_app/README.md,sha256=xjt_l7BGJmAMwanKoLAhoy2cCVav_Hh5Z4iKGLUNz3E,1664
|
|
105
|
-
examples/warming_up_to_rl/task_app/grpo_crafter.py,sha256=
|
|
125
|
+
examples/warming_up_to_rl/task_app/grpo_crafter.py,sha256=f9KxV2S90f90H6BH7MyuEayyq4-p2U00VRUv2WiqrXM,24328
|
|
106
126
|
examples/warming_up_to_rl/task_app/grpo_crafter_task_app.py,sha256=dw0OCq1guI8rH6yA5twSRUmFztbgl2SNwMW_7sOxYUA,5405
|
|
107
127
|
examples/warming_up_to_rl/task_app/synth_envs_hosted/README.md,sha256=kJaN1do8V4XM2_g51WMI3edCDpv5zEw_nrMFtEwO1SQ,4614
|
|
108
128
|
examples/warming_up_to_rl/task_app/synth_envs_hosted/__init__.py,sha256=KrGX5yedzYZQeKVt5FTSVzln52d1tsVGRtqFDId68zw,120
|
|
@@ -110,9 +130,9 @@ examples/warming_up_to_rl/task_app/synth_envs_hosted/branching.py,sha256=YpDgOaj
|
|
|
110
130
|
examples/warming_up_to_rl/task_app/synth_envs_hosted/environment_routes.py,sha256=Y0iaLQ1nUkxBCD4aY39J4XEt66J-N4_J0uPj492i75g,49640
|
|
111
131
|
examples/warming_up_to_rl/task_app/synth_envs_hosted/hosted_app.py,sha256=hr1jblOUsx0bakgy6zXoEHROeUDoVPY1I66aNyyRQDg,7547
|
|
112
132
|
examples/warming_up_to_rl/task_app/synth_envs_hosted/main.py,sha256=-GL__EH3Xr47vp3aD30XNXNrFPOj1bRLpOYQ-yvfwIU,2481
|
|
113
|
-
examples/warming_up_to_rl/task_app/synth_envs_hosted/policy_routes.py,sha256=
|
|
133
|
+
examples/warming_up_to_rl/task_app/synth_envs_hosted/policy_routes.py,sha256=WOs0XzyEAAs_tbjSP-A4K5hw--IyMsnk5fSgEMh1GX0,48503
|
|
114
134
|
examples/warming_up_to_rl/task_app/synth_envs_hosted/registry.py,sha256=5dN2Z-qVU4T_UUflHC9XGiIdDqFUl03G7uejcrYRbTE,5480
|
|
115
|
-
examples/warming_up_to_rl/task_app/synth_envs_hosted/rollout.py,sha256=
|
|
135
|
+
examples/warming_up_to_rl/task_app/synth_envs_hosted/rollout.py,sha256=Uuxy4nbVPRdmUm1RhQ_2xE6H0vg8u9LwQ60utbHeh4g,84409
|
|
116
136
|
examples/warming_up_to_rl/task_app/synth_envs_hosted/test_agents.py,sha256=-TDfCs-LSlRgyWHGvO_6YAmjauwi1x4618D8CA9d8aA,5600
|
|
117
137
|
examples/warming_up_to_rl/task_app/synth_envs_hosted/test_service.py,sha256=jFEtE3UqVCq552MSPliS2eO0pDbAS3tSDRJL0A-edTA,5111
|
|
118
138
|
examples/warming_up_to_rl/task_app/synth_envs_hosted/utils.py,sha256=8Rnp0NTKTD_kPXg8zfpIy_we2hfk2agKPUVH_aqMsE0,1994
|
|
@@ -125,47 +145,53 @@ examples/warming_up_to_rl/task_app/synth_envs_hosted/envs/crafter/react_agent.py
|
|
|
125
145
|
examples/warming_up_to_rl/task_app/synth_envs_hosted/envs/crafter/shared.py,sha256=NfhgJPkzjhA-bLDF6zYP57Cs1pnpqteJqzO3lsFOdMk,10074
|
|
126
146
|
examples/warming_up_to_rl/task_app/synth_envs_hosted/envs/crafter/tools.py,sha256=zmTxJ8IpTod7DRDCQhkLDw7KgFCeAVFbf4cQpuOgSgI,1788
|
|
127
147
|
examples/warming_up_to_rl/task_app/synth_envs_hosted/inference/__init__.py,sha256=TA47fqudhRMma0iANDvMotfC0U5YqJJQudeZFRGiPX4,179
|
|
128
|
-
examples/warming_up_to_rl/task_app/synth_envs_hosted/inference/openai_client.py,sha256=
|
|
148
|
+
examples/warming_up_to_rl/task_app/synth_envs_hosted/inference/openai_client.py,sha256=R3lsxp2T55Y3YY4S4NqG6IjN5KCLyB7iNt2Php5Z9Xk,31754
|
|
129
149
|
examples/warming_up_to_rl/task_app/synth_envs_hosted/storage/__init__.py,sha256=1nwfPuiIFXPjj6JnxoudYq6GE4tpg5tiPL0uIpGsIUc,134
|
|
130
150
|
examples/warming_up_to_rl/task_app/synth_envs_hosted/storage/volume.py,sha256=1YJt5gpKhhJaFT8Cs7DdK_QDZCdUBAXQmpZfC5TX5Q4,6517
|
|
131
|
-
synth_ai/__init__.py,sha256=
|
|
151
|
+
synth_ai/__init__.py,sha256=36R8UX48aD2ybWdrt79puVFDRyrDYGIC7gjwU0enrPI,2565
|
|
132
152
|
synth_ai/__main__.py,sha256=Kh1xBKkTE5Vs2qNMtDuuOXerHUptMcOiF3YziOpC6DA,146
|
|
133
153
|
synth_ai/demo_registry.py,sha256=vqt_E7-YdjXc-Q4qcY36wfvwHPGyYBb7lw_sPjKiH3w,9949
|
|
134
154
|
synth_ai/handshake.py,sha256=Qxe0aLNcBVH5V02fNKq96GPF_2Z8GOAToDR_2HyaeaA,3739
|
|
135
155
|
synth_ai/http.py,sha256=ACzDOkwa7kIniZVOZngPc6Zfp05h6rQE1oNqsWG_FKo,1038
|
|
136
156
|
synth_ai/http_client.py,sha256=5AkwvGf7HpvYUpxr_IIM1xdsDjLYois7xTht5ueHYkk,5058
|
|
157
|
+
synth_ai/judge_schemas.py,sha256=IGM-8ZHKwNKISgWyxk9JhQySEAu0rn_07HlF2NkTs4c,4536
|
|
137
158
|
synth_ai/api/models/supported.py,sha256=vQu6Ahw1jn1X3-nL190pH_Z45tkQj8hdDyTTda8t5LQ,12671
|
|
138
159
|
synth_ai/api/train/__init__.py,sha256=aBwlmrj1HWVwDcvUrX4TqpS0BgvkE7Pv7npoIZmtTFU,118
|
|
139
|
-
synth_ai/api/train/builders.py,sha256=
|
|
140
|
-
synth_ai/api/train/cli.py,sha256=
|
|
160
|
+
synth_ai/api/train/builders.py,sha256=6vMMcFZSLlM5Xan2iUhsop7L51Su7j3PeK22mZcpQfE,12106
|
|
161
|
+
synth_ai/api/train/cli.py,sha256=YZc_Scx-ClE6aJjVMEIzfsiBOlX7caSdg4mPGC-xPm0,23167
|
|
141
162
|
synth_ai/api/train/config_finder.py,sha256=4touziSykzQ9YCYL2CjXUfojDcJdKO3vFnoWXQ1fOx8,7178
|
|
142
|
-
synth_ai/api/train/env_resolver.py,sha256=
|
|
163
|
+
synth_ai/api/train/env_resolver.py,sha256=X6ILO46UebkFJo0CDhzfVCb9y3HC-pOPIwkNhbGgvOo,11854
|
|
143
164
|
synth_ai/api/train/pollers.py,sha256=-rcVrGMN7Rj2HrzJ1IAgphwcrsCzpwwTy0KDk76Sx2A,2341
|
|
144
|
-
synth_ai/api/train/supported_algos.py,sha256=
|
|
165
|
+
synth_ai/api/train/supported_algos.py,sha256=AqCtrfiJkocULlDtTPppKWuvOOzQ4tBbh-k3e9MEDZk,5156
|
|
145
166
|
synth_ai/api/train/task_app.py,sha256=MiJ0DLFjqdFNmgk-YHaHVQt31Kxl91Exh9IFfk7GSxM,6439
|
|
146
|
-
synth_ai/api/train/utils.py,sha256=
|
|
147
|
-
synth_ai/
|
|
167
|
+
synth_ai/api/train/utils.py,sha256=_8C1uoXyXXuEmthquHH5XtowVQkf84Kde4jCdmfKnCk,6165
|
|
168
|
+
synth_ai/api/train/configs/__init__.py,sha256=cmf4jS2pyTZQXw35b4OCox1MBhuUwDXTa51M01BA7Ck,915
|
|
169
|
+
synth_ai/api/train/configs/rl.py,sha256=3WrgrNSQZ76zNPa9eyq0NQfgvlnHwF7S9qaz1ugUI34,3673
|
|
170
|
+
synth_ai/api/train/configs/sft.py,sha256=aIxS_xF3Zaq5dc1BaEFWwbwuavxXH2gsJXQq1HlwmlM,2656
|
|
171
|
+
synth_ai/api/train/configs/shared.py,sha256=EZ296HzlbOfp414ERbMdyO0s_9UvOKWs7PiQPlAEMjU,492
|
|
172
|
+
synth_ai/cli/__init__.py,sha256=WhaUb9_UNcQBM1c7W3VzeUKUaBBSV31C0cwvHI-9UFM,2423
|
|
148
173
|
synth_ai/cli/_modal_wrapper.py,sha256=DHVP-wQi_gdxWyeEiA_DO0nRiMv7XpaOJ3T3-R2pVoI,599
|
|
174
|
+
synth_ai/cli/_storage.py,sha256=ABfpzyVnCNWFdAgzxvG0_6CGvEEl91BYNTcrTw_V3dY,680
|
|
149
175
|
synth_ai/cli/_typer_patch.py,sha256=xBTshJadUQjtOr-PyGZUytpxyV28UvfU5DPWBCa_mTo,1562
|
|
150
|
-
synth_ai/cli/balance.py,sha256=
|
|
151
|
-
synth_ai/cli/calc.py,sha256=
|
|
152
|
-
synth_ai/cli/demo.py,sha256=
|
|
153
|
-
synth_ai/cli/legacy_root_backup.py,sha256=
|
|
176
|
+
synth_ai/cli/balance.py,sha256=VTeJJ98JTA6Z7FujwNzRZAlTzO2BNcFueSnXJYV5f50,8432
|
|
177
|
+
synth_ai/cli/calc.py,sha256=cAED6qRzc9g_eKjk7o_ZQsGKw6TA4Dib7NNze8e8L2s,2740
|
|
178
|
+
synth_ai/cli/demo.py,sha256=iGp9OASFBPj4lBgdWaA-KBTnkrJoDGsL6CpRCgXRAug,5383
|
|
179
|
+
synth_ai/cli/legacy_root_backup.py,sha256=Ab3cVlOu3k3kLlrTc2SOtSTJTRxlwJ4JvZg9Ol2BbXg,15961
|
|
154
180
|
synth_ai/cli/man.py,sha256=JQDon73ZkuKP9xr1_vRh5fjV9_b5xiUb7zNjny7ArB8,3765
|
|
155
|
-
synth_ai/cli/recent.py,sha256=
|
|
156
|
-
synth_ai/cli/rl_demo.py,sha256=
|
|
181
|
+
synth_ai/cli/recent.py,sha256=iY7vwVH8T6YwEOEC0QLenZSZXpyedrYc_epbP8WORzE,4415
|
|
182
|
+
synth_ai/cli/rl_demo.py,sha256=bSwjLATZWlpUjG9AShwTjVYEbgLv8qwMWK46YQStt4k,8118
|
|
157
183
|
synth_ai/cli/root.py,sha256=78oCkjtMaLSHEpHRbiaX-FEsdB3gieI7OrZcUMpqrSU,13740
|
|
158
|
-
synth_ai/cli/status.py,sha256=
|
|
159
|
-
synth_ai/cli/task_apps.py,sha256=
|
|
160
|
-
synth_ai/cli/traces.py,sha256=
|
|
184
|
+
synth_ai/cli/status.py,sha256=vjr4ifL48pitKojBhuJdY4oIB8NnJ0RZF44fOzKS4SI,4635
|
|
185
|
+
synth_ai/cli/task_apps.py,sha256=0Y8KiLmaacD41RMqejMekPFM2BiXfSfCtMD98rQ9R34,105830
|
|
186
|
+
synth_ai/cli/traces.py,sha256=tyt2OUcREK82an9hc2Uq3H-xn0vWuTf_Pirt0CWkodg,6617
|
|
161
187
|
synth_ai/cli/turso.py,sha256=y9aHehGA1VvaWkoZyBhu5fLulWUT65powrpvvVp7gpA,2301
|
|
162
|
-
synth_ai/cli/watch.py,sha256=
|
|
188
|
+
synth_ai/cli/watch.py,sha256=Wi5H2YdV3gsEVMd5YIte2LHMweWqLkGpsK3aopdjCQE,17481
|
|
163
189
|
synth_ai/compound/cais.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
164
190
|
synth_ai/config/base_url.py,sha256=c85LaABBrvsl8Fp8KH0LNtJJrpnUwlzA5Ywbuth8fHE,3454
|
|
165
191
|
synth_ai/core/experiment.py,sha256=5ErxMLOMDHgBjWJjId-uViCyxwfx3Ns5NVrgMkPEpZk,234
|
|
166
192
|
synth_ai/core/system.py,sha256=s-Z7np2ISYmYc1r9YN-y2yb3cgRlOalrh0iaqnxeo84,206
|
|
167
193
|
synth_ai/demos/core/__init__.py,sha256=A2FjhY7KXGtyzdQXqeTPCkEhHfrH-eQg6bvP8HaYhZM,36
|
|
168
|
-
synth_ai/demos/core/cli.py,sha256=
|
|
194
|
+
synth_ai/demos/core/cli.py,sha256=QknHcnrMz2WYQLzVMvt6DOHRDyPjpcV3U6WMfOSRwgU,64723
|
|
169
195
|
synth_ai/demos/demo_task_apps/__init__.py,sha256=fj5IgEaCWLjYx-8DpfzmUdHIEE2TlpauEDvJRgAnLy0,267
|
|
170
196
|
synth_ai/demos/demo_task_apps/core.py,sha256=Pwh7Q9HV1njZWhb479nBXM9z57bXDveUV2ZapXaSuSU,15448
|
|
171
197
|
synth_ai/demos/demo_task_apps/crafter/__init__.py,sha256=3SnNZTzBjGR9eudStcww259vPmzoFBHJL-M0GDUD7Qo,24
|
|
@@ -205,7 +231,7 @@ synth_ai/environments/examples/crafter_classic/debug_translation.py,sha256=47DEQ
|
|
|
205
231
|
synth_ai/environments/examples/crafter_classic/engine.py,sha256=i13hDJe-6BXWFqXAsdjNCrfjU_HpwWLE5-4KNT-VSbs,25257
|
|
206
232
|
synth_ai/environments/examples/crafter_classic/engine_deterministic_patch.py,sha256=IMmqt0S9wh0sdP42G_Q6W_2j22gKX4YQZVvuIqLzLWc,2802
|
|
207
233
|
synth_ai/environments/examples/crafter_classic/engine_serialization_patch_v3.py,sha256=oC1y_CdnB_xit4FH72dMo8ljlZW_Mpa3cMpbDVCtqyU,11127
|
|
208
|
-
synth_ai/environments/examples/crafter_classic/environment.py,sha256=
|
|
234
|
+
synth_ai/environments/examples/crafter_classic/environment.py,sha256=Vw70KPCR_45S7Qewlk5vcSQrskOqFofn85PxoWskTzU,22287
|
|
209
235
|
synth_ai/environments/examples/crafter_classic/taskset.py,sha256=9uZpQOllUqMupIBwlz2Jv38hBYqY09czi1LOonCTk5c,9843
|
|
210
236
|
synth_ai/environments/examples/crafter_classic/trace_hooks_v3.py,sha256=lka-3tNuYsvYQ6acEvJjvBPkylbqgCzuCd2QMOjNCRs,7194
|
|
211
237
|
synth_ai/environments/examples/crafter_classic/world_config_patch_simple.py,sha256=wHT2pyOJ55Jlh9iq-UND4cd-GQdyKxQmo9ncCuQ_Jiw,10166
|
|
@@ -401,10 +427,13 @@ synth_ai/environments/tasks/filters.py,sha256=CJDXMUF4HDVQgdR3tIqHddUuvGmwwQG27O
|
|
|
401
427
|
synth_ai/environments/tasks/utils.py,sha256=2UfWqN5WE7blfpdd8GcPuT56sDAPXzlF0pGUyGO_M1g,2576
|
|
402
428
|
synth_ai/environments/v0_observability/history.py,sha256=gW0SozHmxeL6PFNaTAQ7em8BNUlObsRpP4_MJ3drMBE,54
|
|
403
429
|
synth_ai/environments/v0_observability/log.py,sha256=B4LvbPh0a1_E5dki2PlKAVHESB8oCQz0CmDBvC0GwdQ,38
|
|
430
|
+
synth_ai/evals/__init__.py,sha256=NBInP4HqnLUtI7USUwOqnar2c7JT4g8ngvm612CMuqA,306
|
|
404
431
|
synth_ai/evals/base.py,sha256=Pu_h3oJAAEqJxgj5eigqbVhrNjAGJnBtlxpacSbGXCI,353
|
|
432
|
+
synth_ai/evals/client.py,sha256=oTs0rNijPm5b5H4Ise7LsilXKiZJRMs4X_mCudGtGxA,2581
|
|
433
|
+
synth_ai/evals/types.py,sha256=vpg2u4vLi7EqXJYgMM44TPXKKQKDxkcK3_KzYeHU6l0,930
|
|
405
434
|
synth_ai/inference/__init__.py,sha256=5xwgFMKRfbLC7TX3lwMqGOZ8HHOEnXwlDqV_FLjsd5A,74
|
|
406
435
|
synth_ai/inference/client.py,sha256=FA1h4rcMu7M0qCCCJ4yQTqC9dM1weVhDWylry8znnCc,1262
|
|
407
|
-
synth_ai/jobs/client.py,sha256=
|
|
436
|
+
synth_ai/jobs/client.py,sha256=_NtmBlm7LLZX22W6arfaa0DAq-0vsV-h_Ep2yHAiwnE,10125
|
|
408
437
|
synth_ai/learning/__init__.py,sha256=Vk-5n8qAmGnNAIH-4LSU3vMD9CuX8_4ZFqwUJC9GDp4,1584
|
|
409
438
|
synth_ai/learning/algorithms.py,sha256=N2sXJ-U5QfvmSCtB2KUkTMyg46_pibYXHdIrYSKGyxA,342
|
|
410
439
|
synth_ai/learning/client.py,sha256=DdjCZZLch4SG9as019XZoq12OVC9ZSKJQk6D5WCjfIw,9526
|
|
@@ -429,6 +458,8 @@ synth_ai/learning/sft/client.py,sha256=9KxDcnwQl5FKZgXOUsEvsihFJUg2CHJA6sc791cyp
|
|
|
429
458
|
synth_ai/learning/sft/config.py,sha256=pdUvwmhYMSIrFTD7-a9MglPwHevP4OSed9TuOzdjkOc,9791
|
|
430
459
|
synth_ai/learning/sft/data.py,sha256=gM9ObMO7L3woKUVL2p-Pz6iTikS1Yr40vce5zRy2H84,9454
|
|
431
460
|
synth_ai/lm/__init__.py,sha256=uXZFG6zFox_oV6FM7cJQxmnCNUBBa50ZuhdXCNxx0Lo,875
|
|
461
|
+
synth_ai/rubrics/__init__.py,sha256=hymlNv1PezlMibEIzQWGBNy412lwE5dIPa98tiX6AiI,411
|
|
462
|
+
synth_ai/rubrics/validators.py,sha256=DrvQKcHQwbt8thAEFeqvlFZMdaApkwZOHda6hdm6Va8,3613
|
|
432
463
|
synth_ai/task/__init__.py,sha256=FyzWbFjQCXga_ZT1oWVLt2N58dHsLcM5sMu7kjoTpW0,2409
|
|
433
464
|
synth_ai/task/auth.py,sha256=IUD3DcU-43qczWV9sSccXsjDOkZe8sJHmcQtues1YWQ,5652
|
|
434
465
|
synth_ai/task/client.py,sha256=ccbcYRaZZ5MBMcfFdA8x2t7PjXEdvKuFmwRxrRl_8vk,5741
|
|
@@ -439,7 +470,7 @@ synth_ai/task/health.py,sha256=wfNNLYlWLmwoPpHA8ahDdqb0YAZ8JTyHzs8bdIX-pOI,1139
|
|
|
439
470
|
synth_ai/task/json.py,sha256=SB9XdHFloJha9WeClq4mvaL8B21-fRl9kb1d1JlNfIc,3612
|
|
440
471
|
synth_ai/task/proxy.py,sha256=bUKPqc8IS94ToHzo7xZe2wzIODv3XW6dUIus3_OEpgE,9029
|
|
441
472
|
synth_ai/task/rubrics.py,sha256=_qqAvl1NFGW6nJlzmI3UwjxuvWbOQeLcMwrZpmpMQGk,7180
|
|
442
|
-
synth_ai/task/server.py,sha256=
|
|
473
|
+
synth_ai/task/server.py,sha256=lgDnFSxjMGdEWspibtoEeYAeQ3di1c3Bfvp7w7egdmU,16028
|
|
443
474
|
synth_ai/task/tracing_utils.py,sha256=wk6Gl8JApZePLm_EBQc3EHNEvOdjQSa5mPa02IWQy5E,2505
|
|
444
475
|
synth_ai/task/validators.py,sha256=OGPwdzoyoS8lMgq3nmzdUDEFwCDo2OC7ETQLWiE5Yao,360
|
|
445
476
|
synth_ai/task/vendors.py,sha256=a5t_1HGwPnPUoPMbzNB87jOTCyA4S7W7eIgJ-E4Gfew,1626
|
|
@@ -448,25 +479,27 @@ synth_ai/tracing_v3/__init__.py,sha256=DRhOO-AFtCYSrQ_S-2gLTDCBZUVwy-NKgdAr9uh2K
|
|
|
448
479
|
synth_ai/tracing_v3/abstractions.py,sha256=uja-8UMh-RWfpVBjsZwNw1UhNMpgsy4Zmd_pEq_qXjI,12865
|
|
449
480
|
synth_ai/tracing_v3/config.py,sha256=mPX2P4ILv1ktoI8oGKO_LyLc0O6Lnr2jbHA3QE-y6N0,3241
|
|
450
481
|
synth_ai/tracing_v3/db_config.py,sha256=t9yalucYHdna7kcIQB3aEM9MDThl2hvwbbJhqL_iIQs,6773
|
|
451
|
-
synth_ai/tracing_v3/decorators.py,sha256=
|
|
482
|
+
synth_ai/tracing_v3/decorators.py,sha256=SPWBR2_FMFnlSQCDpIK8IF6h-27DMkqLEe-w8fnMQyw,14748
|
|
452
483
|
synth_ai/tracing_v3/hooks.py,sha256=QUfVvE6H2HIkP-dED1ctBpxzJXpaM_7UU-XaU6043W4,7997
|
|
453
|
-
synth_ai/tracing_v3/llm_call_record_helpers.py,sha256=
|
|
484
|
+
synth_ai/tracing_v3/llm_call_record_helpers.py,sha256=zZ0i6SB7l6WYud9mRLBTyZ4BJCgMmSDyhAZOg81T3k4,13633
|
|
454
485
|
synth_ai/tracing_v3/lm_call_record_abstractions.py,sha256=j2RGuXVaV_EXmIosuXRDjptJSlrDXwb8x06k2fF6lqo,9195
|
|
455
486
|
synth_ai/tracing_v3/migration_helper.py,sha256=izm7SNHtG3VDv_5ZmMk_mmwKitmShxUK3joNFOArZIY,4177
|
|
456
|
-
synth_ai/tracing_v3/replica_sync.py,sha256=
|
|
487
|
+
synth_ai/tracing_v3/replica_sync.py,sha256=H3ReiULH3McnGxdrH9BWkSeIOFfUQ6enHk5SWeuRV6k,8843
|
|
488
|
+
synth_ai/tracing_v3/serialization.py,sha256=KiMkIeV5FyvOU6fgCV1F5hhOCY_0BsyQdNrfEDREmgY,4132
|
|
457
489
|
synth_ai/tracing_v3/session_tracer.py,sha256=z9-gt7SK68X_q0aOHwWOtGOaGClpoWkUkAxAOwTKpI8,18996
|
|
458
490
|
synth_ai/tracing_v3/utils.py,sha256=t-ZEyP03j8k7jNxtLsOSvzQnq8SXBaRPdK7jCgPdVdI,3450
|
|
459
|
-
synth_ai/tracing_v3/examples/basic_usage.py,sha256=
|
|
491
|
+
synth_ai/tracing_v3/examples/basic_usage.py,sha256=gSIWxeCYNe5WL38FjCaOCv0RvmxZ8SDiPWhA1-8XAeg,7342
|
|
460
492
|
synth_ai/tracing_v3/storage/__init__.py,sha256=VPjBh180bcSPz1HsbqaqfnvguwqwomaEYKxkrhfGABY,332
|
|
461
493
|
synth_ai/tracing_v3/storage/base.py,sha256=Ou-J_IINQqG2GgQfYcF3FIaAteoEfZZzmnTsDisa_II,5995
|
|
462
494
|
synth_ai/tracing_v3/storage/config.py,sha256=l8XRSP8-WAUSLyGqkGVKsdmruDzPxn4JcdsoAM44x38,2572
|
|
463
495
|
synth_ai/tracing_v3/storage/exceptions.py,sha256=zqfsjb4r8qcZGlId0h9-x0RpJq2_DRDfdlzW6_KIRCw,708
|
|
464
496
|
synth_ai/tracing_v3/storage/factory.py,sha256=cgF6WGd6o7JUKhRxNpLC221ludB_YWL-wxwPecidOlQ,1303
|
|
465
497
|
synth_ai/tracing_v3/storage/types.py,sha256=LevN8M12ilZ0EaiQ6Y3yONSMuLGEhSKNt0ir5wbVbek,613
|
|
466
|
-
synth_ai/tracing_v3/storage/utils.py,sha256=
|
|
467
|
-
synth_ai/tracing_v3/turso/
|
|
498
|
+
synth_ai/tracing_v3/storage/utils.py,sha256=yDjy6Uoz9PXYk-bGWVxG31MfGN3ncvea0R591lPxJ70,6461
|
|
499
|
+
synth_ai/tracing_v3/turso/__init__.py,sha256=hcwysYjh1_ckqrn2DW4QSc2l0jdfN-INrfWciOsTqdI,286
|
|
500
|
+
synth_ai/tracing_v3/turso/daemon.py,sha256=X4SF-ih3ETtJFxTXMxeEektQvRkI2Hz3wyMrjEFQKSA,4426
|
|
468
501
|
synth_ai/tracing_v3/turso/models.py,sha256=BZg4bo-V9enr8R5pJ9mOTsfb6QdrULjj_jgMgnwzeqM,16362
|
|
469
|
-
synth_ai/tracing_v3/turso/native_manager.py,sha256=
|
|
502
|
+
synth_ai/tracing_v3/turso/native_manager.py,sha256=LFSghD9oD693U9mkidUgwWZvep-fZWB7R7IlQBBa35k,42091
|
|
470
503
|
synth_ai/v0/api/__init__.py,sha256=wgz7K2rwVmxTRx0vy5abWclC2NTVjsM1buYQxXCnF3k,197
|
|
471
504
|
synth_ai/v0/api/models/__init__.py,sha256=-VNJS0rSmrWaXnb2RkaBoDXc_9roO7ZgWVBe1vGKz-8,167
|
|
472
505
|
synth_ai/v0/api/models/supported.py,sha256=aQCUi9xPn1Nt5Xd7yN42RyZVppsYaUdCADFoew_NhoE,246
|
|
@@ -569,9 +602,9 @@ synth_ai/v0/tracing_v3/abstractions.py,sha256=7IHKkzicFEJ4UXJbodK11Pi8YYq7Vt8Ev_
|
|
|
569
602
|
synth_ai/v0/tracing_v3/decorators.py,sha256=fRyVBKEbxAPZoDsBH7t8OVLVixvgD_Lw_1ONF1TuZxU,108
|
|
570
603
|
synth_ai/v0/tracing_v3/llm_call_record_helpers.py,sha256=JYSpGtW-RC-DnhUIPdVADNF3rK5x8Tl8DOymbmRI99I,121
|
|
571
604
|
synth_ai/v0/tracing_v3/session_tracer.py,sha256=TSUzb_fUUlpwOqFE1X-Fs14nG2CNe7MZLKOvH7cV2kE,112
|
|
572
|
-
synth_ai-0.2.
|
|
573
|
-
synth_ai-0.2.
|
|
574
|
-
synth_ai-0.2.
|
|
575
|
-
synth_ai-0.2.
|
|
576
|
-
synth_ai-0.2.
|
|
577
|
-
synth_ai-0.2.
|
|
605
|
+
synth_ai-0.2.13.dev1.dist-info/licenses/LICENSE,sha256=ynhjRQUfqA_RdGRATApfFA_fBAy9cno04sLtLUqxVFM,1069
|
|
606
|
+
synth_ai-0.2.13.dev1.dist-info/METADATA,sha256=7RpJWL82aHYN-jx-yaaJ9WVozXidWUR4tWS2MkNXxNk,5429
|
|
607
|
+
synth_ai-0.2.13.dev1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
608
|
+
synth_ai-0.2.13.dev1.dist-info/entry_points.txt,sha256=GSFXaJreq4PJXbixkUI0GHZwGh2dZDG5pYaoVmqr_KE,46
|
|
609
|
+
synth_ai-0.2.13.dev1.dist-info/top_level.txt,sha256=1moNHgctEUJ3F3eH3V-7FSMb2iTTze1V13dj1R04oUY,18
|
|
610
|
+
synth_ai-0.2.13.dev1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|