synth-ai 0.2.9.dev8__tar.gz β†’ 0.2.23.dev5__tar.gz

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.
Files changed (1411) hide show
  1. synth_ai-0.2.23.dev5/PKG-INFO +360 -0
  2. synth_ai-0.2.23.dev5/README.md +286 -0
  3. synth_ai-0.2.23.dev5/examples/README.md +1 -0
  4. synth_ai-0.2.23.dev5/examples/analyze_semantic_words.sh +17 -0
  5. synth_ai-0.2.23.dev5/examples/baseline/banking77_baseline.py +243 -0
  6. synth_ai-0.2.23.dev5/examples/baseline/banking77_pipeline_baseline.py +294 -0
  7. synth_ai-0.2.23.dev5/examples/baseline/crafter_baseline.py +407 -0
  8. synth_ai-0.2.23.dev5/examples/baseline/pokemon_red_baseline.py +326 -0
  9. synth_ai-0.2.23.dev5/examples/baseline/simple_baseline.py +56 -0
  10. synth_ai-0.2.23.dev5/examples/baseline/warming_up_to_rl_baseline.py +239 -0
  11. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/HEARTDISEASE_DEMO.md +196 -0
  12. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/PROPOSER_MODES_TEST.md +203 -0
  13. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/README.md +355 -0
  14. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/RESULTS_SUMMARY.md +156 -0
  15. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/check_backend_route.py +43 -0
  16. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/banking77_gepa_local.toml +95 -0
  17. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/banking77_gepa_test.toml +80 -0
  18. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/banking77_mipro_local.toml +50 -0
  19. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/banking77_pipeline_gepa_local.toml +101 -0
  20. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/banking77_pipeline_gepa_test.toml +96 -0
  21. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/heartdisease_gepa_dspy.toml +86 -0
  22. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/heartdisease_gepa_gepa_ai.toml +86 -0
  23. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/heartdisease_gepa_local.toml +79 -0
  24. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/heartdisease_gepa_synth.toml +86 -0
  25. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/heartdisease_mipro_dspy.toml +73 -0
  26. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/heartdisease_mipro_gepa_ai.toml +73 -0
  27. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/heartdisease_mipro_synth.toml +73 -0
  28. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/hotpotqa_gepa_local.toml +57 -0
  29. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/hotpotqa_gepa_qwen.toml +35 -0
  30. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/hotpotqa_mipro_local.toml +51 -0
  31. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/hover_gepa_local.toml +57 -0
  32. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/hover_gepa_qwen.toml +35 -0
  33. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/hover_mipro_local.toml +51 -0
  34. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/ifbench_gepa_local.toml +57 -0
  35. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/ifbench_gepa_qwen.toml +35 -0
  36. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/ifbench_mipro_local.toml +51 -0
  37. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/pupa_gepa_local.toml +58 -0
  38. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/configs/pupa_mipro_local.toml +52 -0
  39. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/deploy_banking77_task_app.sh +54 -0
  40. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/gepa_baseline.py +204 -0
  41. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/heartdisease_baseline.py +207 -0
  42. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/heartdisease_gepa_standalone.py +458 -0
  43. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/query_prompts_example.py +97 -0
  44. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/run_dspy_gepa_heartdisease.py +219 -0
  45. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/run_fully_in_process.py +265 -0
  46. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/run_gepa_banking77.sh +112 -0
  47. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/run_gepa_banking77_pipeline.sh +163 -0
  48. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/run_synth_gepa_heartdisease.py +343 -0
  49. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/task_apps.py +105 -0
  50. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/test_gepa_local.sh +67 -0
  51. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/test_proposer_modes.py +557 -0
  52. synth_ai-0.2.23.dev5/examples/blog_posts/gepa/verify_banking77_setup.sh +123 -0
  53. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/PROPOSAL_MODES_COMPARISON_PLAN.md +607 -0
  54. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/comparisons/run_dspy_gepa_parallel.py +262 -0
  55. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/comparisons/run_dspy_mipro_parallel.py +290 -0
  56. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/comparisons/run_gepa_parallel.py +1372 -0
  57. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/comparisons/test_mipro_params.py +23 -0
  58. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/integrations/__init__.py +32 -0
  59. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/integrations/dspy_iris_adapter.py +568 -0
  60. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/integrations/learning_curve_tracker.py +205 -0
  61. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/integrations/run_baseline.py +172 -0
  62. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/integrations/run_synth_gepa_api.py +224 -0
  63. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/integrations/run_synth_gepa_direct.py +211 -0
  64. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/integrations/run_synth_gepa_sdk.py +209 -0
  65. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/integrations/setup_tunnel.sh +105 -0
  66. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/integrations/synth_gepa_adapter.py +778 -0
  67. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/integrations/synth_gepa_adapter_inprocess.py +414 -0
  68. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/integrations/synth_mipro_adapter_inprocess.py +398 -0
  69. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/integrations/task_app_client.py +110 -0
  70. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/results/synth_gepa/iris_synth_gepa.toml +54 -0
  71. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/run_quick_test.sh +93 -0
  72. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/__init__.py +2 -0
  73. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/apply_metric_tracking.py +111 -0
  74. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/banking77/banking77_gepa.toml +81 -0
  75. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/banking77/banking77_mipro.toml +66 -0
  76. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/banking77/dspy_banking77_adapter.py +857 -0
  77. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/banking77/gepa_tui.py +250 -0
  78. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/banking77/plot_optimization_curve.py +130 -0
  79. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/banking77/run_dspy_gepa_banking77.py +57 -0
  80. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/banking77/run_dspy_miprov2_banking77.py +57 -0
  81. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/banking77/run_gepa_local.py +1012 -0
  82. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/banking77/test_adapter.py +119 -0
  83. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/heartdisease/dspy_heartdisease_adapter.py +854 -0
  84. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/heartdisease/gepa_tui.py +250 -0
  85. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/heartdisease/heartdisease_gepa.toml +80 -0
  86. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/heartdisease/heartdisease_mipro.toml +60 -0
  87. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/heartdisease/plot_optimization_curve.py +130 -0
  88. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/heartdisease/run_dspy_gepa_heartdisease.py +57 -0
  89. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/heartdisease/run_dspy_miprov2_heartdisease.py +57 -0
  90. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/heartdisease/run_gepa_local.py +1011 -0
  91. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/heartdisease/test_adapter.py +104 -0
  92. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/heartdisease/test_baseline.py +51 -0
  93. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/EXAMPLES_UPDATE_CHECKLIST.md +374 -0
  94. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/META_MODEL_INVESTIGATION.md +335 -0
  95. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/MIPRO_ROAST.md +622 -0
  96. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/MIPRO_ROAST_REVIEW.md +221 -0
  97. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/REQUIREMENTS_AUDIT.md +225 -0
  98. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/SINGLE_STAGE_SEPARATION.md +379 -0
  99. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/TASK_APP_RECIPES.md +411 -0
  100. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/TEST_PLAN.md +463 -0
  101. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/VALIDATION.md +49 -0
  102. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/dspy_hotpotqa_adapter.py +883 -0
  103. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/hotpotqa_gepa.toml +81 -0
  104. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/hotpotqa_mipro.toml +61 -0
  105. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/run_dspy_gepa_hotpotqa.py +57 -0
  106. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/run_dspy_miprov2_hotpotqa.py +57 -0
  107. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/run_synth_gepa.sh +7 -0
  108. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/run_synth_gepa_hotpotqa.py +48 -0
  109. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/run_synth_mipro_hotpotqa.py +48 -0
  110. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/synth_hotpotqa_adapter.py +188 -0
  111. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/test_adapter.py +107 -0
  112. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa/validate.sh +49 -0
  113. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hover/hover_gepa.toml +81 -0
  114. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hover/hover_mipro.toml +64 -0
  115. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/COMPARISON_PLAN.md +129 -0
  116. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/EXECUTION_PLAN.md +88 -0
  117. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/JUDGE_USAGE.md +158 -0
  118. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/LOCAL_SCRIPTS_README.md +116 -0
  119. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/README.md +64 -0
  120. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/__init__.py +16 -0
  121. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/config_validator.py +436 -0
  122. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/dspy_iris_adapter.py +568 -0
  123. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/error_display.py +197 -0
  124. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/gepa_tui.py +250 -0
  125. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/iris_gepa.toml +80 -0
  126. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/iris_mipro.toml +60 -0
  127. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/lakshya_gepa_adapter.py +377 -0
  128. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/plot_optimization_curve.py +130 -0
  129. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/run_comparison.py +352 -0
  130. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/run_comparison.sh +10 -0
  131. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/run_comparison_iris.py +78 -0
  132. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/run_dspy_gepa.sh +5 -0
  133. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/run_dspy_gepa_iris.py +54 -0
  134. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/run_dspy_miprov2.sh +5 -0
  135. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/run_dspy_miprov2_iris.py +54 -0
  136. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/run_gepa_local.py +995 -0
  137. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/run_lakshya_gepa.sh +6 -0
  138. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/run_lakshya_gepa_iris.py +54 -0
  139. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/run_mipro_local.py +359 -0
  140. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/run_mipro_local_README.md +74 -0
  141. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/synth_iris_adapter.py +158 -0
  142. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/iris/test_baseline_fetch.py +82 -0
  143. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/pupa/pupa_gepa.toml +81 -0
  144. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/pupa/pupa_mipro.toml +64 -0
  145. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific_agentic/crafter/crafter_gepa.toml +80 -0
  146. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific_agentic/crafter/crafter_task_app.py +452 -0
  147. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific_agentic/sokoban/sokoban_gepa.toml +83 -0
  148. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific_agentic/sokoban/sokoban_task_app.py +457 -0
  149. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific_agentic/verilog/verilog_gepa.toml +82 -0
  150. synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific_agentic/verilog/verilog_task_app.py +486 -0
  151. synth_ai-0.2.23.dev5/examples/blog_posts/mipro/README.md +453 -0
  152. synth_ai-0.2.23.dev5/examples/blog_posts/mipro/configs/banking77_mipro_local.toml +91 -0
  153. synth_ai-0.2.23.dev5/examples/blog_posts/mipro/configs/banking77_mipro_test.toml +87 -0
  154. synth_ai-0.2.23.dev5/examples/blog_posts/mipro/configs/banking77_pipeline_mipro_gemini_flash_lite_local.toml +98 -0
  155. synth_ai-0.2.23.dev5/examples/blog_posts/mipro/configs/banking77_pipeline_mipro_gpt41mini_local.toml +96 -0
  156. synth_ai-0.2.23.dev5/examples/blog_posts/mipro/configs/banking77_pipeline_mipro_local.toml +94 -0
  157. synth_ai-0.2.23.dev5/examples/blog_posts/mipro/configs/banking77_pipeline_mipro_test.toml +170 -0
  158. synth_ai-0.2.23.dev5/examples/blog_posts/mipro/deploy_banking77_pipeline_task_app.sh +59 -0
  159. synth_ai-0.2.23.dev5/examples/blog_posts/mipro/deploy_banking77_task_app.sh +41 -0
  160. synth_ai-0.2.23.dev5/examples/blog_posts/mipro/multi_step.md +79 -0
  161. synth_ai-0.2.23.dev5/examples/blog_posts/mipro/run_mipro_banking77.sh +191 -0
  162. synth_ai-0.2.23.dev5/examples/blog_posts/mipro/run_mipro_banking77_pipeline.sh +171 -0
  163. synth_ai-0.2.23.dev5/examples/blog_posts/mipro/run_mipro_banking77_pipeline_gemini_flash_lite.sh +177 -0
  164. synth_ai-0.2.23.dev5/examples/blog_posts/mipro/run_mipro_banking77_pipeline_gpt41mini.sh +173 -0
  165. synth_ai-0.2.23.dev5/examples/blog_posts/mipro/verify_banking77_setup.sh +117 -0
  166. synth_ai-0.2.23.dev5/examples/blog_posts/pokemon_vl/README.md +98 -0
  167. synth_ai-0.2.23.dev5/examples/blog_posts/pokemon_vl/configs/eval_gpt5nano.toml +26 -0
  168. synth_ai-0.2.23.dev5/examples/blog_posts/pokemon_vl/configs/eval_qwen3_vl.toml +27 -0
  169. synth_ai-0.2.23.dev5/examples/blog_posts/pokemon_vl/configs/eval_rl_final.toml +24 -0
  170. synth_ai-0.2.23.dev5/examples/blog_posts/pokemon_vl/configs/filter_high_reward.toml +10 -0
  171. synth_ai-0.2.23.dev5/examples/blog_posts/pokemon_vl/configs/train_rl_from_sft.toml +43 -0
  172. synth_ai-0.2.23.dev5/examples/blog_posts/pokemon_vl/configs/train_sft_qwen4b_vl.toml +40 -0
  173. synth_ai-0.2.23.dev5/examples/blog_posts/pokemon_vl/extract_images.py +239 -0
  174. synth_ai-0.2.23.dev5/examples/blog_posts/pokemon_vl/pokemon_vl_baseline.py +326 -0
  175. synth_ai-0.2.23.dev5/examples/blog_posts/pokemon_vl/run_eval_extract_images.py +209 -0
  176. synth_ai-0.2.23.dev5/examples/blog_posts/pokemon_vl/run_qwen_eval_extract_images.py +212 -0
  177. synth_ai-0.2.23.dev5/examples/blog_posts/pokemon_vl/text_box_analysis.md +106 -0
  178. synth_ai-0.2.23.dev5/examples/blog_posts/warming_up_to_rl/ARCHITECTURE.md +195 -0
  179. synth_ai-0.2.23.dev5/examples/blog_posts/warming_up_to_rl/FINAL_TEST_RESULTS.md +127 -0
  180. synth_ai-0.2.23.dev5/examples/blog_posts/warming_up_to_rl/INFERENCE_SUCCESS.md +132 -0
  181. synth_ai-0.2.23.dev5/examples/blog_posts/warming_up_to_rl/README.md +158 -0
  182. synth_ai-0.2.23.dev5/examples/blog_posts/warming_up_to_rl/SMOKE_TESTING.md +164 -0
  183. synth_ai-0.2.23.dev5/examples/blog_posts/warming_up_to_rl/SMOKE_TEST_COMPLETE.md +253 -0
  184. synth_ai-0.2.23.dev5/examples/blog_posts/warming_up_to_rl/configs/eval_baseline_qwen32b_10x20.toml +25 -0
  185. synth_ai-0.2.23.dev5/examples/blog_posts/warming_up_to_rl/configs/eval_ft_qwen4b.toml +25 -0
  186. synth_ai-0.2.23.dev5/examples/blog_posts/warming_up_to_rl/configs/eval_ft_qwen4b_10x20.toml +26 -0
  187. synth_ai-0.2.23.dev5/examples/blog_posts/warming_up_to_rl/configs/eval_groq_qwen32b.toml +25 -0
  188. synth_ai-0.2.23.dev5/examples/blog_posts/warming_up_to_rl/configs/eval_openai_gpt_oss_120b.toml +29 -0
  189. synth_ai-0.2.23.dev5/examples/blog_posts/warming_up_to_rl/configs/filter_high_reward_dataset.toml +10 -0
  190. synth_ai-0.2.23.dev5/examples/blog_posts/warming_up_to_rl/configs/smoke_test.toml +75 -0
  191. synth_ai-0.2.23.dev5/examples/blog_posts/warming_up_to_rl/configs/train_rl_from_sft.toml +91 -0
  192. synth_ai-0.2.23.dev5/examples/blog_posts/warming_up_to_rl/configs/train_sft_qwen4b.toml +40 -0
  193. synth_ai-0.2.23.dev5/examples/blog_posts/warming_up_to_rl/warming_up_to_rl_baseline.py +187 -0
  194. synth_ai-0.2.23.dev5/examples/dev/qwen3_32b_qlora_4xh100.toml +45 -0
  195. synth_ai-0.2.23.dev5/examples/gepa/IN_PROCESS_ACTION_ITEMS.md +457 -0
  196. synth_ai-0.2.23.dev5/examples/gepa/IN_PROCESS_GEPA_DEMO.md +412 -0
  197. synth_ai-0.2.23.dev5/examples/gepa/IN_PROCESS_IMPLEMENTATION_COMPLETE.md +215 -0
  198. synth_ai-0.2.23.dev5/examples/gepa/IN_PROCESS_REVIEW.md +836 -0
  199. synth_ai-0.2.23.dev5/examples/gepa/README.md +82 -0
  200. synth_ai-0.2.23.dev5/examples/gepa/banking77_pipeline_gepa.toml +96 -0
  201. synth_ai-0.2.23.dev5/examples/gepa/multi_stage_gepa_example.toml +84 -0
  202. synth_ai-0.2.23.dev5/examples/gepa/run_gepa_banking77_pipeline.sh +157 -0
  203. synth_ai-0.2.23.dev5/examples/gepa/run_in_process_gepa.py +219 -0
  204. synth_ai-0.2.23.dev5/examples/gepa/run_synth_gepa_in_process.py +219 -0
  205. synth_ai-0.2.23.dev5/examples/multi_step/SFT_README.md +147 -0
  206. synth_ai-0.2.23.dev5/examples/multi_step/configs/README_verilog_rl.md +77 -0
  207. synth_ai-0.2.23.dev5/examples/multi_step/configs/VERILOG_REWARDS.md +105 -0
  208. synth_ai-0.2.23.dev5/examples/multi_step/configs/VERILOG_RL_CHECKLIST.md +198 -0
  209. synth_ai-0.2.23.dev5/examples/multi_step/configs/crafter_eval_synth_qwen4b.toml +35 -0
  210. synth_ai-0.2.23.dev5/examples/multi_step/configs/crafter_eval_text_only_groq_qwen32b.toml +36 -0
  211. synth_ai-0.2.23.dev5/examples/multi_step/configs/crafter_rl_outcome.toml +75 -0
  212. synth_ai-0.2.23.dev5/examples/multi_step/configs/crafter_rl_stepwise_hosted_judge.toml +145 -0
  213. synth_ai-0.2.23.dev5/examples/multi_step/configs/crafter_rl_stepwise_shaped.toml +84 -0
  214. synth_ai-0.2.23.dev5/examples/multi_step/configs/crafter_rl_stepwise_simple.toml +79 -0
  215. synth_ai-0.2.23.dev5/examples/multi_step/configs/crafter_rl_stepwise_simple_NEW_FORMAT.toml +105 -0
  216. synth_ai-0.2.23.dev5/examples/multi_step/configs/crafter_sft_qwen30b_lora.toml +62 -0
  217. synth_ai-0.2.23.dev5/examples/multi_step/configs/crafter_synth_backend.md +40 -0
  218. synth_ai-0.2.23.dev5/examples/multi_step/configs/verilog_eval_groq_qwen32b.toml +31 -0
  219. synth_ai-0.2.23.dev5/examples/multi_step/configs/verilog_eval_synth_qwen8b.toml +33 -0
  220. synth_ai-0.2.23.dev5/examples/multi_step/configs/verilog_rl_lora.toml +147 -0
  221. synth_ai-0.2.23.dev5/examples/multi_step/convert_traces_to_sft.py +84 -0
  222. synth_ai-0.2.23.dev5/examples/multi_step/crafter_rl_lora.md +70 -0
  223. synth_ai-0.2.23.dev5/examples/multi_step/judges/crafter_backend_judge.py +220 -0
  224. synth_ai-0.2.23.dev5/examples/multi_step/judges/verilog_backend_judge.py +234 -0
  225. synth_ai-0.2.23.dev5/examples/multi_step/readme.md +48 -0
  226. synth_ai-0.2.23.dev5/examples/multi_step/run_sft_qwen30b.sh +45 -0
  227. synth_ai-0.2.23.dev5/examples/multi_step/sse_metrics_streaming_notes.md +357 -0
  228. synth_ai-0.2.23.dev5/examples/multi_step/task_app_config_notes.md +494 -0
  229. synth_ai-0.2.23.dev5/examples/multi_step/verilog_rl_lora.md +218 -0
  230. synth_ai-0.2.23.dev5/examples/qwen_coder/configs/coder_lora_30b.toml +60 -0
  231. synth_ai-0.2.23.dev5/examples/qwen_coder/configs/coder_lora_4b.toml +61 -0
  232. synth_ai-0.2.23.dev5/examples/qwen_coder/configs/coder_lora_small.toml +57 -0
  233. synth_ai-0.2.23.dev5/examples/qwen_coder/infer_ft_smoke.py +65 -0
  234. synth_ai-0.2.23.dev5/examples/qwen_coder/scripts/infer_coder.sh +19 -0
  235. synth_ai-0.2.23.dev5/examples/qwen_coder/scripts/train_coder_30b.sh +22 -0
  236. synth_ai-0.2.23.dev5/examples/qwen_coder/subset_jsonl.py +39 -0
  237. synth_ai-0.2.23.dev5/examples/qwen_coder/todos.md +38 -0
  238. synth_ai-0.2.23.dev5/examples/qwen_coder/validate_jsonl.py +60 -0
  239. synth_ai-0.2.23.dev5/examples/qwen_vl/BUGS_AND_FIXES.md +232 -0
  240. synth_ai-0.2.23.dev5/examples/qwen_vl/IMAGE_VALIDATION_COMPLETE.md +271 -0
  241. synth_ai-0.2.23.dev5/examples/qwen_vl/IMAGE_VALIDATION_SUMMARY.md +260 -0
  242. synth_ai-0.2.23.dev5/examples/qwen_vl/INFERENCE_SFT_TESTS.md +412 -0
  243. synth_ai-0.2.23.dev5/examples/qwen_vl/NEXT_STEPS_2B.md +325 -0
  244. synth_ai-0.2.23.dev5/examples/qwen_vl/QUICKSTART.md +327 -0
  245. synth_ai-0.2.23.dev5/examples/qwen_vl/QUICKSTART_RL_VISION.md +110 -0
  246. synth_ai-0.2.23.dev5/examples/qwen_vl/README.md +152 -0
  247. synth_ai-0.2.23.dev5/examples/qwen_vl/RL_VISION_COMPLETE.md +475 -0
  248. synth_ai-0.2.23.dev5/examples/qwen_vl/RL_VISION_TESTING.md +333 -0
  249. synth_ai-0.2.23.dev5/examples/qwen_vl/SDK_VISION_INTEGRATION.md +328 -0
  250. synth_ai-0.2.23.dev5/examples/qwen_vl/SETUP_COMPLETE.md +274 -0
  251. synth_ai-0.2.23.dev5/examples/qwen_vl/VISION_TESTS_COMPLETE.md +489 -0
  252. synth_ai-0.2.23.dev5/examples/qwen_vl/VLM_PIPELINE_COMPLETE.md +242 -0
  253. synth_ai-0.2.23.dev5/examples/qwen_vl/__init__.py +2 -0
  254. synth_ai-0.2.23.dev5/examples/qwen_vl/collect_data_via_cli.md +415 -0
  255. synth_ai-0.2.23.dev5/examples/qwen_vl/collect_vision_traces.py +368 -0
  256. synth_ai-0.2.23.dev5/examples/qwen_vl/configs/crafter_rl_vision_qwen3vl4b.toml +110 -0
  257. synth_ai-0.2.23.dev5/examples/qwen_vl/configs/crafter_vlm_sft_example.toml +59 -0
  258. synth_ai-0.2.23.dev5/examples/qwen_vl/configs/eval_gpt4o_mini_vision.toml +26 -0
  259. synth_ai-0.2.23.dev5/examples/qwen_vl/configs/eval_gpt4o_vision_proper.toml +29 -0
  260. synth_ai-0.2.23.dev5/examples/qwen_vl/configs/eval_gpt5nano_vision.toml +26 -0
  261. synth_ai-0.2.23.dev5/examples/qwen_vl/configs/eval_qwen3vl_vision.toml +26 -0
  262. synth_ai-0.2.23.dev5/examples/qwen_vl/configs/filter_qwen3vl_sft.toml +49 -0
  263. synth_ai-0.2.23.dev5/examples/qwen_vl/configs/filter_vision_sft.toml +52 -0
  264. synth_ai-0.2.23.dev5/examples/qwen_vl/configs/filter_vision_test.toml +8 -0
  265. synth_ai-0.2.23.dev5/examples/qwen_vl/configs/sft_qwen3_vl_2b_test.toml +54 -0
  266. synth_ai-0.2.23.dev5/examples/qwen_vl/crafter_gpt5nano_agent.py +308 -0
  267. synth_ai-0.2.23.dev5/examples/qwen_vl/crafter_qwen_vl_agent.py +300 -0
  268. synth_ai-0.2.23.dev5/examples/qwen_vl/run_vision_comparison.sh +61 -0
  269. synth_ai-0.2.23.dev5/examples/qwen_vl/run_vision_sft_pipeline.sh +175 -0
  270. synth_ai-0.2.23.dev5/examples/qwen_vl/test_image_validation.py +201 -0
  271. synth_ai-0.2.23.dev5/examples/qwen_vl/test_sft_vision_data.py +110 -0
  272. synth_ai-0.2.23.dev5/examples/rl/README.md +169 -0
  273. synth_ai-0.2.23.dev5/examples/rl/configs/eval_base_qwen.toml +17 -0
  274. synth_ai-0.2.23.dev5/examples/rl/configs/eval_rl_qwen.toml +13 -0
  275. synth_ai-0.2.23.dev5/examples/rl/configs/rl_from_base_qwen.toml +62 -0
  276. synth_ai-0.2.23.dev5/examples/rl/configs/rl_from_base_qwen17.toml +80 -0
  277. synth_ai-0.2.23.dev5/examples/rl/configs/rl_from_ft_qwen.toml +37 -0
  278. synth_ai-0.2.23.dev5/examples/rl/task_app/README.md +21 -0
  279. synth_ai-0.2.23.dev5/examples/rl/task_app/math_single_step.py +990 -0
  280. synth_ai-0.2.23.dev5/examples/rl/task_app/math_task_app.py +111 -0
  281. synth_ai-0.2.23.dev5/examples/run_crafter_demo.sh +10 -0
  282. synth_ai-0.2.23.dev5/examples/sdk_prompt_learning_example.py +55 -0
  283. synth_ai-0.2.23.dev5/examples/sft/README.md +139 -0
  284. synth_ai-0.2.23.dev5/examples/sft/configs/crafter_fft_qwen0p6b.toml +49 -0
  285. synth_ai-0.2.23.dev5/examples/sft/configs/crafter_lora_qwen0p6b.toml +49 -0
  286. synth_ai-0.2.23.dev5/examples/sft/evaluate.py +117 -0
  287. synth_ai-0.2.23.dev5/examples/sft/export_dataset.py +120 -0
  288. synth_ai-0.2.23.dev5/examples/sft/generate_traces.py +164 -0
  289. synth_ai-0.2.23.dev5/examples/swe/task_app/README.md +135 -0
  290. synth_ai-0.2.23.dev5/examples/swe/task_app/grpo_swe_mini.py +604 -0
  291. synth_ai-0.2.23.dev5/examples/swe/task_app/grpo_swe_mini_task_app.py +124 -0
  292. synth_ai-0.2.23.dev5/examples/swe/task_app/hosted/envs/crafter/react_agent.py +108 -0
  293. synth_ai-0.2.23.dev5/examples/swe/task_app/hosted/envs/mini_swe/environment.py +1191 -0
  294. synth_ai-0.2.23.dev5/examples/swe/task_app/hosted/inference/openai_client.py +584 -0
  295. synth_ai-0.2.23.dev5/examples/swe/task_app/hosted/policy_routes.py +1094 -0
  296. synth_ai-0.2.23.dev5/examples/swe/task_app/hosted/rollout.py +1905 -0
  297. synth_ai-0.2.23.dev5/examples/swe/task_app/hosted/test_service.py +136 -0
  298. synth_ai-0.2.23.dev5/examples/swe/task_app/morph_backend.py +178 -0
  299. synth_ai-0.2.23.dev5/examples/task_apps/IMAGE_ONLY_EVAL_QUICKSTART.md +258 -0
  300. synth_ai-0.2.23.dev5/examples/task_apps/TESTING.md +275 -0
  301. synth_ai-0.2.23.dev5/examples/task_apps/banking77/__init__.py +6 -0
  302. synth_ai-0.2.23.dev5/examples/task_apps/banking77/banking77_task_app.py +951 -0
  303. synth_ai-0.2.23.dev5/examples/task_apps/banking77/deploy_wrapper.py +46 -0
  304. synth_ai-0.2.23.dev5/examples/task_apps/banking77_pipeline/__init__.py +6 -0
  305. synth_ai-0.2.23.dev5/examples/task_apps/banking77_pipeline/banking77_pipeline_task_app.py +489 -0
  306. synth_ai-0.2.23.dev5/examples/task_apps/banking77_pipeline/deploy_wrapper.py +50 -0
  307. synth_ai-0.2.23.dev5/examples/task_apps/crafter/CREATE_SFT_DATASET.md +288 -0
  308. synth_ai-0.2.23.dev5/examples/task_apps/crafter/EVAL_IMAGE_ONLY_RESULTS.md +152 -0
  309. synth_ai-0.2.23.dev5/examples/task_apps/crafter/FILTER_COMMAND_STATUS.md +189 -0
  310. synth_ai-0.2.23.dev5/examples/task_apps/crafter/FILTER_COMMAND_SUCCESS.md +283 -0
  311. synth_ai-0.2.23.dev5/examples/task_apps/crafter/QUERY_EXAMPLES.md +203 -0
  312. synth_ai-0.2.23.dev5/examples/task_apps/crafter/README_IMAGE_ONLY_EVAL.md +316 -0
  313. synth_ai-0.2.23.dev5/examples/task_apps/crafter/eval_image_only_gpt4o.toml +28 -0
  314. synth_ai-0.2.23.dev5/examples/task_apps/crafter/eval_text_only_groq_llama.toml +36 -0
  315. synth_ai-0.2.23.dev5/examples/task_apps/crafter/filter_sft_dataset.toml +16 -0
  316. synth_ai-0.2.23.dev5/examples/task_apps/crafter/task_app/README.md +42 -0
  317. synth_ai-0.2.23.dev5/examples/task_apps/crafter/task_app/__init__.py +5 -0
  318. synth_ai-0.2.23.dev5/examples/task_apps/crafter/task_app/grpo_crafter.py +1055 -0
  319. synth_ai-0.2.23.dev5/examples/task_apps/crafter/task_app/grpo_crafter_task_app.py +146 -0
  320. synth_ai-0.2.23.dev5/examples/task_apps/crafter/task_app/synth_envs_hosted/envs/crafter/environment.py +532 -0
  321. synth_ai-0.2.23.dev5/examples/task_apps/crafter/task_app/synth_envs_hosted/envs/crafter/policy.py +583 -0
  322. synth_ai-0.2.23.dev5/examples/task_apps/crafter/task_app/synth_envs_hosted/envs/crafter/react_agent.py +122 -0
  323. synth_ai-0.2.23.dev5/examples/task_apps/crafter/task_app/synth_envs_hosted/hosted_app.py +253 -0
  324. synth_ai-0.2.23.dev5/examples/task_apps/crafter/task_app/synth_envs_hosted/inference/openai_client.py +999 -0
  325. synth_ai-0.2.23.dev5/examples/task_apps/crafter/task_app/synth_envs_hosted/policy_routes.py +1252 -0
  326. synth_ai-0.2.23.dev5/examples/task_apps/crafter/task_app/synth_envs_hosted/rollout.py +2233 -0
  327. synth_ai-0.2.23.dev5/examples/task_apps/crafter/task_app/synth_envs_hosted/test_service.py +136 -0
  328. synth_ai-0.2.23.dev5/examples/task_apps/crafter/task_app/synth_envs_hosted/utils.py +411 -0
  329. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/__init__.py +2 -0
  330. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/README.md +811 -0
  331. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/agent/__init__.py +120 -0
  332. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/agent/action.py +160 -0
  333. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/agent/memory.py +155 -0
  334. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/agent/perception.py +69 -0
  335. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/agent/planning.py +96 -0
  336. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/agent/simple.py +1502 -0
  337. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/agent/system_prompt.py +4 -0
  338. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/grab_map.py +68 -0
  339. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/manual.py +216 -0
  340. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/pokemon_env/__init__.py +35 -0
  341. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/pokemon_env/emerald_utils.py +631 -0
  342. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/pokemon_env/emulator.py +1544 -0
  343. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/pokemon_env/enums.py +1428 -0
  344. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/pokemon_env/memory_reader.py +4848 -0
  345. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/pokemon_env/types.py +41 -0
  346. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/pokemon_env/utils.py +298 -0
  347. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/pyproject.toml +95 -0
  348. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/run.py +204 -0
  349. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/server/app.py +2152 -0
  350. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/server/client.py +429 -0
  351. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/server/frame_server.py +155 -0
  352. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/tests/README.md +78 -0
  353. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/tests/run_tests.py +122 -0
  354. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/tests/test_agent_direct.py +76 -0
  355. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/tests/test_agent_prompts.py +413 -0
  356. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/tests/test_battle_state_formatting.py +204 -0
  357. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/tests/test_dialogue_detection.py +133 -0
  358. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/tests/test_dialogue_detection_comprehensive.py +229 -0
  359. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/tests/test_direct_agent_emulator.py +300 -0
  360. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/tests/test_fps_adjustment_pytest.py +205 -0
  361. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/tests/test_house_to_outside_direct.py +200 -0
  362. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/tests/test_house_to_outside_transition.py +284 -0
  363. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/tests/test_map_ground_truth_comparison.py +468 -0
  364. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/tests/test_memory_map.py +575 -0
  365. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/tests/test_server_map_validation.py +311 -0
  366. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/tests/test_torchic_state.py +259 -0
  367. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/utils/anticheat.py +372 -0
  368. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/utils/checkpoint.py +296 -0
  369. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/utils/error_handler.py +275 -0
  370. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/utils/get_local_ip.py +22 -0
  371. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/utils/helpers.py +44 -0
  372. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/utils/llm_logger.py +514 -0
  373. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/utils/map_formatter.py +415 -0
  374. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/utils/map_stitcher.py +1763 -0
  375. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/utils/map_stitcher_singleton.py +33 -0
  376. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/utils/map_trimmer.py +106 -0
  377. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/utils/map_visualizer.py +334 -0
  378. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/utils/ocr_dialogue.py +1020 -0
  379. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/utils/recording.py +188 -0
  380. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/utils/state_formatter.py +1481 -0
  381. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/utils/vlm.py +862 -0
  382. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/modal_app.py +114 -0
  383. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/task_app/README.md +81 -0
  384. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/task_app/__init__.py +6 -0
  385. synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/task_app/pokemon_emerald.py +685 -0
  386. synth_ai-0.2.23.dev5/examples/task_apps/enron/__init__.py +2 -0
  387. synth_ai-0.2.23.dev5/examples/task_apps/enron/eval_groq_qwen32.toml +16 -0
  388. synth_ai-0.2.23.dev5/examples/task_apps/enron/filter_sft.toml +5 -0
  389. synth_ai-0.2.23.dev5/examples/task_apps/enron/task_app/README.md +14 -0
  390. synth_ai-0.2.23.dev5/examples/task_apps/enron/task_app/grpo_enron.py +906 -0
  391. synth_ai-0.2.23.dev5/examples/task_apps/enron/task_app/grpo_enron_task_app.py +146 -0
  392. synth_ai-0.2.23.dev5/examples/task_apps/enron/tests/__init__.py +4 -0
  393. synth_ai-0.2.23.dev5/examples/task_apps/enron/tests/conftest.py +115 -0
  394. synth_ai-0.2.23.dev5/examples/task_apps/enron/tests/integration/__init__.py +4 -0
  395. synth_ai-0.2.23.dev5/examples/task_apps/enron/tests/integration/test_enron_eval.py +179 -0
  396. synth_ai-0.2.23.dev5/examples/task_apps/enron/tests/integration/test_enron_rollout.py +135 -0
  397. synth_ai-0.2.23.dev5/examples/task_apps/enron/tests/unit/__init__.py +4 -0
  398. synth_ai-0.2.23.dev5/examples/task_apps/enron/tests/unit/test_enron_environment.py +126 -0
  399. synth_ai-0.2.23.dev5/examples/task_apps/gepa_benchmarks/__init__.py +7 -0
  400. synth_ai-0.2.23.dev5/examples/task_apps/gepa_benchmarks/common.py +309 -0
  401. synth_ai-0.2.23.dev5/examples/task_apps/gepa_benchmarks/hotpotqa_task_app.py +507 -0
  402. synth_ai-0.2.23.dev5/examples/task_apps/gepa_benchmarks/hover_task_app.py +436 -0
  403. synth_ai-0.2.23.dev5/examples/task_apps/gepa_benchmarks/ifbench_task_app.py +563 -0
  404. synth_ai-0.2.23.dev5/examples/task_apps/gepa_benchmarks/pupa_task_app.py +460 -0
  405. synth_ai-0.2.23.dev5/examples/task_apps/math/README.md +21 -0
  406. synth_ai-0.2.23.dev5/examples/task_apps/math/math_single_step.py +1000 -0
  407. synth_ai-0.2.23.dev5/examples/task_apps/other_langprobe_benchmarks/README.md +101 -0
  408. synth_ai-0.2.23.dev5/examples/task_apps/other_langprobe_benchmarks/README_MATH.md +74 -0
  409. synth_ai-0.2.23.dev5/examples/task_apps/other_langprobe_benchmarks/__init__.py +11 -0
  410. synth_ai-0.2.23.dev5/examples/task_apps/other_langprobe_benchmarks/gsm8k_baseline.py +202 -0
  411. synth_ai-0.2.23.dev5/examples/task_apps/other_langprobe_benchmarks/gsm8k_task_app.py +475 -0
  412. synth_ai-0.2.23.dev5/examples/task_apps/other_langprobe_benchmarks/heartdisease_baseline.py +202 -0
  413. synth_ai-0.2.23.dev5/examples/task_apps/other_langprobe_benchmarks/heartdisease_task_app.py +547 -0
  414. synth_ai-0.2.23.dev5/examples/task_apps/other_langprobe_benchmarks/humaneval_baseline.py +201 -0
  415. synth_ai-0.2.23.dev5/examples/task_apps/other_langprobe_benchmarks/humaneval_task_app.py +501 -0
  416. synth_ai-0.2.23.dev5/examples/task_apps/other_langprobe_benchmarks/iris_baseline.py +202 -0
  417. synth_ai-0.2.23.dev5/examples/task_apps/other_langprobe_benchmarks/iris_task_app.py +568 -0
  418. synth_ai-0.2.23.dev5/examples/task_apps/other_langprobe_benchmarks/math_baseline.py +202 -0
  419. synth_ai-0.2.23.dev5/examples/task_apps/other_langprobe_benchmarks/math_task_app.py +488 -0
  420. synth_ai-0.2.23.dev5/examples/task_apps/pokemon_battle/__init__.py +2 -0
  421. synth_ai-0.2.23.dev5/examples/task_apps/pokemon_battle/modal_app.py +104 -0
  422. synth_ai-0.2.23.dev5/examples/task_apps/pokemon_battle/task_app/README.md +68 -0
  423. synth_ai-0.2.23.dev5/examples/task_apps/pokemon_battle/task_app/__init__.py +6 -0
  424. synth_ai-0.2.23.dev5/examples/task_apps/pokemon_battle/task_app/pokemon_showdown.py +932 -0
  425. synth_ai-0.2.23.dev5/examples/task_apps/pokemon_red/EVAL_IMAGE_ONLY_COMPLETE.md +283 -0
  426. synth_ai-0.2.23.dev5/examples/task_apps/pokemon_red/EVAL_IMAGE_ONLY_STATUS.md +155 -0
  427. synth_ai-0.2.23.dev5/examples/task_apps/pokemon_red/README.md +356 -0
  428. synth_ai-0.2.23.dev5/examples/task_apps/pokemon_red/README_IMAGE_ONLY_EVAL.md +430 -0
  429. synth_ai-0.2.23.dev5/examples/task_apps/pokemon_red/__init__.py +3 -0
  430. synth_ai-0.2.23.dev5/examples/task_apps/pokemon_red/eval_image_only_gpt4o.toml +30 -0
  431. synth_ai-0.2.23.dev5/examples/task_apps/pokemon_red/eval_pokemon_red_policy.py +224 -0
  432. synth_ai-0.2.23.dev5/examples/task_apps/pokemon_red/pallet_town_rl_config.toml +75 -0
  433. synth_ai-0.2.23.dev5/examples/task_apps/pokemon_red/task_app.py +1048 -0
  434. synth_ai-0.2.23.dev5/examples/task_apps/pokemon_red/test_pallet_town_rewards.py +193 -0
  435. synth_ai-0.2.23.dev5/examples/task_apps/sokoban/README.md +306 -0
  436. synth_ai-0.2.23.dev5/examples/task_apps/sokoban/__init__.py +3 -0
  437. synth_ai-0.2.23.dev5/examples/task_apps/sokoban/eval_groq_qwen32.toml +16 -0
  438. synth_ai-0.2.23.dev5/examples/task_apps/sokoban/eval_openai_gpt5.toml +16 -0
  439. synth_ai-0.2.23.dev5/examples/task_apps/sokoban/filter_sft.toml +5 -0
  440. synth_ai-0.2.23.dev5/examples/task_apps/sokoban/task_app.py +1058 -0
  441. synth_ai-0.2.23.dev5/examples/task_apps/sokoban/tests/__init__.py +4 -0
  442. synth_ai-0.2.23.dev5/examples/task_apps/sokoban/tests/conftest.py +113 -0
  443. synth_ai-0.2.23.dev5/examples/task_apps/sokoban/tests/integration/__init__.py +4 -0
  444. synth_ai-0.2.23.dev5/examples/task_apps/sokoban/tests/integration/test_sokoban_eval.py +57 -0
  445. synth_ai-0.2.23.dev5/examples/task_apps/sokoban/tests/integration/test_sokoban_rollout.py +198 -0
  446. synth_ai-0.2.23.dev5/examples/task_apps/sokoban/tests/unit/__init__.py +4 -0
  447. synth_ai-0.2.23.dev5/examples/task_apps/sokoban/tests/unit/test_sokoban_environment.py +114 -0
  448. synth_ai-0.2.23.dev5/examples/task_apps/verilog/__init__.py +1 -0
  449. synth_ai-0.2.23.dev5/examples/task_apps/verilog/eval_groq_qwen32b.toml +22 -0
  450. synth_ai-0.2.23.dev5/examples/task_apps/verilog/filter_sft.toml +5 -0
  451. synth_ai-0.2.23.dev5/examples/task_apps/verilog/task_app/README.md +12 -0
  452. synth_ai-0.2.23.dev5/examples/task_apps/verilog/task_app/__init__.py +1 -0
  453. synth_ai-0.2.23.dev5/examples/task_apps/verilog/task_app/grpo_verilog.py +1166 -0
  454. synth_ai-0.2.23.dev5/examples/task_apps/verilog/task_app/grpo_verilog_task_app.py +145 -0
  455. synth_ai-0.2.23.dev5/examples/task_apps/verilog/tests/__init__.py +4 -0
  456. synth_ai-0.2.23.dev5/examples/task_apps/verilog/tests/conftest.py +115 -0
  457. synth_ai-0.2.23.dev5/examples/task_apps/verilog/tests/integration/__init__.py +4 -0
  458. synth_ai-0.2.23.dev5/examples/task_apps/verilog/tests/integration/test_verilog_eval.py +181 -0
  459. synth_ai-0.2.23.dev5/examples/task_apps/verilog/tests/integration/test_verilog_rollout.py +55 -0
  460. synth_ai-0.2.23.dev5/examples/task_apps/verilog/tests/unit/__init__.py +4 -0
  461. synth_ai-0.2.23.dev5/examples/task_apps/verilog/tests/unit/test_verilog_scoring.py +118 -0
  462. synth_ai-0.2.23.dev5/examples/tunnel_gepa_banking77/README.md +108 -0
  463. synth_ai-0.2.23.dev5/examples/tunnel_gepa_banking77/banking77_gepa_tunnel.toml +95 -0
  464. synth_ai-0.2.23.dev5/examples/tunnel_gepa_banking77/keep_tunnel_running.py +61 -0
  465. synth_ai-0.2.23.dev5/examples/tunnel_gepa_banking77/run_gepa_with_tunnel.sh +226 -0
  466. synth_ai-0.2.23.dev5/examples/vlm/PROPOSAL.md +53 -0
  467. synth_ai-0.2.23.dev5/examples/vlm/README.md +68 -0
  468. synth_ai-0.2.23.dev5/examples/vlm/configs/crafter_vlm_gpt4o.toml +49 -0
  469. synth_ai-0.2.23.dev5/examples/vlm/crafter_openai_vlm_agent.py +275 -0
  470. synth_ai-0.2.23.dev5/examples/vlm/filter_image_rows.py +63 -0
  471. synth_ai-0.2.23.dev5/examples/vlm/run_crafter_vlm_benchmark.py +316 -0
  472. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/_utils.py +92 -0
  473. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/analyze_trace_db.py +422 -0
  474. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/configs/crafter_fft.toml +53 -0
  475. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/configs/eval_fft_qwen4b.toml +22 -0
  476. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/configs/eval_groq_qwen32b.toml +15 -0
  477. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/configs/eval_modal_qwen4b.toml +24 -0
  478. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/configs/eval_stepwise_complex.toml +35 -0
  479. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/configs/eval_stepwise_consistent.toml +26 -0
  480. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/configs/eval_stepwise_per_achievement.toml +36 -0
  481. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/configs/eval_stepwise_simple.toml +32 -0
  482. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/configs/rl_from_base_qwen4b.toml +85 -0
  483. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/configs/rl_from_ft.toml +58 -0
  484. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/export_trace_sft.py +837 -0
  485. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/groq_test.py +97 -0
  486. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/old/event_rewards.md +234 -0
  487. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/old/notes.md +73 -0
  488. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/readme.md +110 -0
  489. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/run_eval.py +736 -0
  490. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/run_fft_and_save.py +380 -0
  491. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/run_local_rollout.py +239 -0
  492. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/run_local_rollout_modal.py +248 -0
  493. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/run_local_rollout_parallel.py +405 -0
  494. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/run_local_rollout_traced.py +477 -0
  495. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/run_rl_and_save.py +124 -0
  496. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/run_rollout_remote.py +156 -0
  497. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/README.md +42 -0
  498. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/grpo_crafter.py +876 -0
  499. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/grpo_crafter_task_app.py +135 -0
  500. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/README.md +173 -0
  501. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/__init__.py +5 -0
  502. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/branching.py +143 -0
  503. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/environment_routes.py +1226 -0
  504. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/envs/__init__.py +1 -0
  505. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/envs/crafter/__init__.py +6 -0
  506. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/envs/crafter/app.py +1 -0
  507. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/envs/crafter/policy.py +454 -0
  508. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/envs/crafter/react_agent.py +108 -0
  509. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/envs/crafter/shared.py +305 -0
  510. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/envs/crafter/tools.py +47 -0
  511. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/hosted_app.py +253 -0
  512. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/inference/__init__.py +5 -0
  513. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/inference/openai_client.py +729 -0
  514. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/main.py +100 -0
  515. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/policy_routes.py +1114 -0
  516. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/registry.py +195 -0
  517. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/rollout.py +1891 -0
  518. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/storage/__init__.py +5 -0
  519. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/storage/volume.py +211 -0
  520. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/test_agents.py +161 -0
  521. synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted/utils.py +129 -0
  522. synth_ai-0.2.23.dev5/examples/workflows/math_rl/configs/rl_from_base_qwen.toml +62 -0
  523. synth_ai-0.2.23.dev5/examples/workflows/math_rl/configs/rl_from_base_qwen17.toml +80 -0
  524. synth_ai-0.2.23.dev5/examples/workflows/math_rl/download_dataset.py +80 -0
  525. synth_ai-0.2.23.dev5/examples/workflows/math_rl/run_eval.py +436 -0
  526. synth_ai-0.2.23.dev5/examples/workflows/math_rl/run_rl_and_save.py +111 -0
  527. synth_ai-0.2.23.dev5/pyproject.toml +217 -0
  528. synth_ai-0.2.23.dev5/synth_ai/__init__.py +58 -0
  529. synth_ai-0.2.23.dev5/synth_ai/__main__.py +36 -0
  530. synth_ai-0.2.23.dev5/synth_ai/_utils/__init__.py +47 -0
  531. synth_ai-0.2.23.dev5/synth_ai/_utils/base_url.py +10 -0
  532. synth_ai-0.2.23.dev5/synth_ai/_utils/http.py +10 -0
  533. synth_ai-0.2.23.dev5/synth_ai/_utils/prompts.py +10 -0
  534. synth_ai-0.2.23.dev5/synth_ai/_utils/task_app_state.py +12 -0
  535. synth_ai-0.2.23.dev5/synth_ai/_utils/user_config.py +10 -0
  536. synth_ai-0.2.23.dev5/synth_ai/api/models/supported.py +514 -0
  537. synth_ai-0.2.23.dev5/synth_ai/api/train/__init__.py +63 -0
  538. synth_ai-0.2.23.dev5/synth_ai/api/train/builders.py +555 -0
  539. synth_ai-0.2.23.dev5/synth_ai/api/train/cli.py +1847 -0
  540. synth_ai-0.2.23.dev5/synth_ai/api/train/config_finder.py +267 -0
  541. synth_ai-0.2.23.dev5/synth_ai/api/train/configs/__init__.py +65 -0
  542. synth_ai-0.2.23.dev5/synth_ai/api/train/configs/prompt_learning.py +760 -0
  543. synth_ai-0.2.23.dev5/synth_ai/api/train/configs/rl.py +188 -0
  544. synth_ai-0.2.23.dev5/synth_ai/api/train/configs/sft.py +99 -0
  545. synth_ai-0.2.23.dev5/synth_ai/api/train/configs/shared.py +81 -0
  546. synth_ai-0.2.23.dev5/synth_ai/api/train/env_resolver.py +410 -0
  547. synth_ai-0.2.23.dev5/synth_ai/api/train/pollers.py +100 -0
  548. synth_ai-0.2.23.dev5/synth_ai/api/train/prompt_learning.py +456 -0
  549. synth_ai-0.2.23.dev5/synth_ai/api/train/sft.py +390 -0
  550. synth_ai-0.2.23.dev5/synth_ai/api/train/summary.py +522 -0
  551. synth_ai-0.2.23.dev5/synth_ai/api/train/supported_algos.py +147 -0
  552. synth_ai-0.2.23.dev5/synth_ai/api/train/task_app.py +309 -0
  553. synth_ai-0.2.23.dev5/synth_ai/api/train/utils.py +244 -0
  554. synth_ai-0.2.23.dev5/synth_ai/api/train/validators.py +1352 -0
  555. synth_ai-0.2.23.dev5/synth_ai/auth/credentials.py +94 -0
  556. synth_ai-0.2.23.dev5/synth_ai/baseline/__init__.py +25 -0
  557. synth_ai-0.2.23.dev5/synth_ai/baseline/config.py +209 -0
  558. synth_ai-0.2.23.dev5/synth_ai/baseline/discovery.py +214 -0
  559. synth_ai-0.2.23.dev5/synth_ai/baseline/execution.py +146 -0
  560. synth_ai-0.2.23.dev5/synth_ai/cfgs.py +227 -0
  561. synth_ai-0.2.23.dev5/synth_ai/cli/__init__.py +132 -0
  562. synth_ai-0.2.23.dev5/synth_ai/cli/__main__.py +37 -0
  563. synth_ai-0.2.23.dev5/synth_ai/cli/_modal_wrapper.py +31 -0
  564. synth_ai-0.2.23.dev5/synth_ai/cli/_storage.py +20 -0
  565. synth_ai-0.2.23.dev5/synth_ai/cli/_typer_patch.py +47 -0
  566. synth_ai-0.2.23.dev5/synth_ai/cli/_validate_task_app.py +29 -0
  567. synth_ai-0.2.23.dev5/synth_ai/cli/balance.py +216 -0
  568. synth_ai-0.2.23.dev5/synth_ai/cli/calc.py +84 -0
  569. synth_ai-0.2.23.dev5/synth_ai/cli/claude.py +70 -0
  570. synth_ai-0.2.23.dev5/synth_ai/cli/codex.py +267 -0
  571. synth_ai-0.2.23.dev5/synth_ai/cli/commands/__init__.py +18 -0
  572. synth_ai-0.2.23.dev5/synth_ai/cli/commands/artifacts/__init__.py +13 -0
  573. synth_ai-0.2.23.dev5/synth_ai/cli/commands/artifacts/client.py +107 -0
  574. synth_ai-0.2.23.dev5/synth_ai/cli/commands/artifacts/config.py +56 -0
  575. synth_ai-0.2.23.dev5/synth_ai/cli/commands/artifacts/core.py +24 -0
  576. synth_ai-0.2.23.dev5/synth_ai/cli/commands/artifacts/download.py +188 -0
  577. synth_ai-0.2.23.dev5/synth_ai/cli/commands/artifacts/export.py +186 -0
  578. synth_ai-0.2.23.dev5/synth_ai/cli/commands/artifacts/list.py +156 -0
  579. synth_ai-0.2.23.dev5/synth_ai/cli/commands/artifacts/parsing.py +250 -0
  580. synth_ai-0.2.23.dev5/synth_ai/cli/commands/artifacts/show.py +336 -0
  581. synth_ai-0.2.23.dev5/synth_ai/cli/commands/baseline/__init__.py +12 -0
  582. synth_ai-0.2.23.dev5/synth_ai/cli/commands/baseline/core.py +637 -0
  583. synth_ai-0.2.23.dev5/synth_ai/cli/commands/baseline/list.py +93 -0
  584. synth_ai-0.2.23.dev5/synth_ai/cli/commands/demo/__init__.py +6 -0
  585. synth_ai-0.2.23.dev5/synth_ai/cli/commands/demo/core.py +163 -0
  586. synth_ai-0.2.23.dev5/synth_ai/cli/commands/eval/__init__.py +19 -0
  587. synth_ai-0.2.23.dev5/synth_ai/cli/commands/eval/core.py +1112 -0
  588. synth_ai-0.2.23.dev5/synth_ai/cli/commands/eval/errors.py +81 -0
  589. synth_ai-0.2.23.dev5/synth_ai/cli/commands/eval/validation.py +133 -0
  590. synth_ai-0.2.23.dev5/synth_ai/cli/commands/filter/__init__.py +12 -0
  591. synth_ai-0.2.23.dev5/synth_ai/cli/commands/filter/core.py +424 -0
  592. synth_ai-0.2.23.dev5/synth_ai/cli/commands/filter/errors.py +55 -0
  593. synth_ai-0.2.23.dev5/synth_ai/cli/commands/filter/validation.py +77 -0
  594. synth_ai-0.2.23.dev5/synth_ai/cli/commands/help/__init__.py +185 -0
  595. synth_ai-0.2.23.dev5/synth_ai/cli/commands/help/core.py +72 -0
  596. synth_ai-0.2.23.dev5/synth_ai/cli/commands/scan/__init__.py +13 -0
  597. synth_ai-0.2.23.dev5/synth_ai/cli/commands/scan/cloudflare_scanner.py +402 -0
  598. synth_ai-0.2.23.dev5/synth_ai/cli/commands/scan/core.py +343 -0
  599. synth_ai-0.2.23.dev5/synth_ai/cli/commands/scan/health_checker.py +242 -0
  600. synth_ai-0.2.23.dev5/synth_ai/cli/commands/scan/local_scanner.py +278 -0
  601. synth_ai-0.2.23.dev5/synth_ai/cli/commands/scan/models.py +83 -0
  602. synth_ai-0.2.23.dev5/synth_ai/cli/commands/smoke/__init__.py +7 -0
  603. synth_ai-0.2.23.dev5/synth_ai/cli/commands/smoke/core.py +1437 -0
  604. synth_ai-0.2.23.dev5/synth_ai/cli/commands/status/__init__.py +66 -0
  605. synth_ai-0.2.23.dev5/synth_ai/cli/commands/status/client.py +192 -0
  606. synth_ai-0.2.23.dev5/synth_ai/cli/commands/status/config.py +92 -0
  607. synth_ai-0.2.23.dev5/synth_ai/cli/commands/status/errors.py +20 -0
  608. synth_ai-0.2.23.dev5/synth_ai/cli/commands/status/formatters.py +164 -0
  609. synth_ai-0.2.23.dev5/synth_ai/cli/commands/status/subcommands/__init__.py +9 -0
  610. synth_ai-0.2.23.dev5/synth_ai/cli/commands/status/subcommands/files.py +79 -0
  611. synth_ai-0.2.23.dev5/synth_ai/cli/commands/status/subcommands/jobs.py +334 -0
  612. synth_ai-0.2.23.dev5/synth_ai/cli/commands/status/subcommands/models.py +79 -0
  613. synth_ai-0.2.23.dev5/synth_ai/cli/commands/status/subcommands/pricing.py +22 -0
  614. synth_ai-0.2.23.dev5/synth_ai/cli/commands/status/subcommands/runs.py +81 -0
  615. synth_ai-0.2.23.dev5/synth_ai/cli/commands/status/subcommands/session.py +181 -0
  616. synth_ai-0.2.23.dev5/synth_ai/cli/commands/status/subcommands/summary.py +47 -0
  617. synth_ai-0.2.23.dev5/synth_ai/cli/commands/status/subcommands/usage.py +203 -0
  618. synth_ai-0.2.23.dev5/synth_ai/cli/commands/status/utils.py +114 -0
  619. synth_ai-0.2.23.dev5/synth_ai/cli/commands/train/__init__.py +53 -0
  620. synth_ai-0.2.23.dev5/synth_ai/cli/commands/train/core.py +21 -0
  621. synth_ai-0.2.23.dev5/synth_ai/cli/commands/train/errors.py +117 -0
  622. synth_ai-0.2.23.dev5/synth_ai/cli/commands/train/judge_schemas.py +200 -0
  623. synth_ai-0.2.23.dev5/synth_ai/cli/commands/train/judge_validation.py +305 -0
  624. synth_ai-0.2.23.dev5/synth_ai/cli/commands/train/validation.py +386 -0
  625. synth_ai-0.2.23.dev5/synth_ai/cli/demo.py +36 -0
  626. synth_ai-0.2.23.dev5/synth_ai/cli/deploy.py +357 -0
  627. synth_ai-0.2.23.dev5/synth_ai/cli/eval/__init__.py +36 -0
  628. synth_ai-0.2.23.dev5/synth_ai/cli/eval/core.py +5 -0
  629. synth_ai-0.2.23.dev5/synth_ai/cli/eval/errors.py +31 -0
  630. synth_ai-0.2.23.dev5/synth_ai/cli/eval/validation.py +5 -0
  631. synth_ai-0.2.23.dev5/synth_ai/cli/experiments.py +235 -0
  632. synth_ai-0.2.23.dev5/synth_ai/cli/filter/__init__.py +28 -0
  633. synth_ai-0.2.23.dev5/synth_ai/cli/filter/core.py +5 -0
  634. synth_ai-0.2.23.dev5/synth_ai/cli/filter/errors.py +23 -0
  635. synth_ai-0.2.23.dev5/synth_ai/cli/filter/validation.py +5 -0
  636. synth_ai-0.2.23.dev5/synth_ai/cli/legacy_root_backup.py +476 -0
  637. synth_ai-0.2.23.dev5/synth_ai/cli/lib/__init__.py +10 -0
  638. synth_ai-0.2.23.dev5/synth_ai/cli/lib/task_app_discovery.py +7 -0
  639. synth_ai-0.2.23.dev5/synth_ai/cli/lib/task_app_env.py +518 -0
  640. synth_ai-0.2.23.dev5/synth_ai/cli/mcp.py +34 -0
  641. synth_ai-0.2.23.dev5/synth_ai/cli/modal_serve/__init__.py +12 -0
  642. synth_ai-0.2.23.dev5/synth_ai/cli/modal_serve/core.py +14 -0
  643. synth_ai-0.2.23.dev5/synth_ai/cli/modal_serve/errors.py +8 -0
  644. synth_ai-0.2.23.dev5/synth_ai/cli/modal_serve/validation.py +11 -0
  645. synth_ai-0.2.23.dev5/synth_ai/cli/opencode.py +256 -0
  646. synth_ai-0.2.23.dev5/synth_ai/cli/queue.py +427 -0
  647. synth_ai-0.2.23.dev5/synth_ai/cli/recent.py +133 -0
  648. synth_ai-0.2.23.dev5/synth_ai/cli/rl_demo.py +254 -0
  649. synth_ai-0.2.23.dev5/synth_ai/cli/root.py +342 -0
  650. synth_ai-0.2.23.dev5/synth_ai/cli/serve/__init__.py +12 -0
  651. synth_ai-0.2.23.dev5/synth_ai/cli/serve/core.py +14 -0
  652. synth_ai-0.2.23.dev5/synth_ai/cli/serve/errors.py +8 -0
  653. synth_ai-0.2.23.dev5/synth_ai/cli/serve/validation.py +11 -0
  654. synth_ai-0.2.23.dev5/synth_ai/cli/setup.py +49 -0
  655. synth_ai-0.2.23.dev5/synth_ai/cli/status.py +15 -0
  656. synth_ai-0.2.23.dev5/synth_ai/cli/task_app_deploy.py +7 -0
  657. synth_ai-0.2.23.dev5/synth_ai/cli/task_app_list.py +25 -0
  658. synth_ai-0.2.23.dev5/synth_ai/cli/task_app_modal_serve.py +11 -0
  659. synth_ai-0.2.23.dev5/synth_ai/cli/task_app_serve.py +11 -0
  660. synth_ai-0.2.23.dev5/synth_ai/cli/task_apps.py +3134 -0
  661. synth_ai-0.2.23.dev5/synth_ai/cli/traces.py +164 -0
  662. synth_ai-0.2.23.dev5/synth_ai/cli/train/__init__.py +12 -0
  663. synth_ai-0.2.23.dev5/synth_ai/cli/train/core.py +21 -0
  664. synth_ai-0.2.23.dev5/synth_ai/cli/train/errors.py +8 -0
  665. synth_ai-0.2.23.dev5/synth_ai/cli/train/validation.py +24 -0
  666. synth_ai-0.2.23.dev5/synth_ai/cli/train.py +5 -0
  667. synth_ai-0.2.23.dev5/synth_ai/cli/watch.py +506 -0
  668. synth_ai-0.2.23.dev5/synth_ai/cloudflare.py +921 -0
  669. synth_ai-0.2.23.dev5/synth_ai/demos/__init__.py +10 -0
  670. synth_ai-0.2.23.dev5/synth_ai/demos/core/__init__.py +28 -0
  671. synth_ai-0.2.23.dev5/synth_ai/demos/core/cli.py +1722 -0
  672. synth_ai-0.2.23.dev5/synth_ai/demos/crafter/crafter_fft_4b.toml +55 -0
  673. synth_ai-0.2.23.dev5/synth_ai/demos/crafter/grpo_crafter_task_app.py +185 -0
  674. synth_ai-0.2.23.dev5/synth_ai/demos/crafter/rl_from_base_qwen4b.toml +74 -0
  675. synth_ai-0.2.23.dev5/synth_ai/demos/demo_registry.py +176 -0
  676. synth_ai-0.2.23.dev5/synth_ai/demos/demo_task_apps/crafter/__init__.py +1 -0
  677. synth_ai-0.2.23.dev5/synth_ai/demos/demo_task_apps/crafter/grpo_crafter_task_app.py +184 -0
  678. synth_ai-0.2.23.dev5/synth_ai/demos/demo_task_apps/math/modal_task_app.py +740 -0
  679. synth_ai-0.2.23.dev5/synth_ai/demos/math/__init__.py +1 -0
  680. synth_ai-0.2.23.dev5/synth_ai/demos/math/_common.py +16 -0
  681. synth_ai-0.2.23.dev5/synth_ai/demos/math/app.py +38 -0
  682. synth_ai-0.2.23.dev5/synth_ai/demos/math/config.toml +76 -0
  683. synth_ai-0.2.23.dev5/synth_ai/demos/math/deploy_modal.py +54 -0
  684. synth_ai-0.2.23.dev5/synth_ai/demos/math/modal_task_app.py +703 -0
  685. synth_ai-0.2.23.dev5/synth_ai/demos/math/task_app_entry.py +51 -0
  686. synth_ai-0.2.23.dev5/synth_ai/environments/environment/core.py +73 -0
  687. synth_ai-0.2.23.dev5/synth_ai/environments/examples/bandit/engine.py +301 -0
  688. synth_ai-0.2.23.dev5/synth_ai/environments/examples/bandit/environment.py +193 -0
  689. synth_ai-0.2.23.dev5/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/filter_traces_sft_turso.py +738 -0
  690. synth_ai-0.2.23.dev5/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/filter_traces_sft_turso.py +580 -0
  691. synth_ai-0.2.23.dev5/synth_ai/environments/examples/crafter_classic/engine_deterministic_patch.py +67 -0
  692. synth_ai-0.2.23.dev5/synth_ai/environments/examples/crafter_classic/engine_serialization_patch_v3.py +271 -0
  693. synth_ai-0.2.23.dev5/synth_ai/environments/examples/crafter_classic/environment.py +495 -0
  694. synth_ai-0.2.23.dev5/synth_ai/environments/examples/crafter_classic/world_config_patch_simple.py +300 -0
  695. synth_ai-0.2.23.dev5/synth_ai/environments/examples/enron/engine.py +300 -0
  696. synth_ai-0.2.23.dev5/synth_ai/environments/examples/enron/environment.py +234 -0
  697. synth_ai-0.2.23.dev5/synth_ai/environments/examples/red/engine.py +742 -0
  698. synth_ai-0.2.23.dev5/synth_ai/environments/examples/red/engine_helpers/memory_map.py +35 -0
  699. synth_ai-0.2.23.dev5/synth_ai/environments/examples/red/engine_helpers/reward_components.py +248 -0
  700. synth_ai-0.2.23.dev5/synth_ai/environments/examples/red/engine_helpers/reward_library/pallet_town_progression.py +477 -0
  701. synth_ai-0.2.23.dev5/synth_ai/environments/examples/red/engine_helpers/state_extraction.py +172 -0
  702. synth_ai-0.2.23.dev5/synth_ai/environments/examples/red/environment.py +324 -0
  703. synth_ai-0.2.23.dev5/synth_ai/environments/examples/red/trace_hooks_v3.py +168 -0
  704. synth_ai-0.2.23.dev5/synth_ai/environments/examples/sokoban/taskset.py +544 -0
  705. synth_ai-0.2.23.dev5/synth_ai/environments/examples/verilog/engine.py +421 -0
  706. synth_ai-0.2.23.dev5/synth_ai/environments/examples/wordle/environment.py +158 -0
  707. synth_ai-0.2.23.dev5/synth_ai/evals/__init__.py +15 -0
  708. synth_ai-0.2.23.dev5/synth_ai/evals/base.py +24 -0
  709. synth_ai-0.2.23.dev5/synth_ai/evals/client.py +82 -0
  710. synth_ai-0.2.23.dev5/synth_ai/evals/types.py +42 -0
  711. synth_ai-0.2.23.dev5/synth_ai/experiment_queue/__init__.py +33 -0
  712. synth_ai-0.2.23.dev5/synth_ai/experiment_queue/celery_app.py +208 -0
  713. synth_ai-0.2.23.dev5/synth_ai/experiment_queue/config.py +91 -0
  714. synth_ai-0.2.23.dev5/synth_ai/experiment_queue/config_utils.py +118 -0
  715. synth_ai-0.2.23.dev5/synth_ai/experiment_queue/database.py +124 -0
  716. synth_ai-0.2.23.dev5/synth_ai/experiment_queue/dispatcher.py +106 -0
  717. synth_ai-0.2.23.dev5/synth_ai/experiment_queue/models.py +186 -0
  718. synth_ai-0.2.23.dev5/synth_ai/experiment_queue/results.py +286 -0
  719. synth_ai-0.2.23.dev5/synth_ai/experiment_queue/schemas.py +131 -0
  720. synth_ai-0.2.23.dev5/synth_ai/experiment_queue/service.py +275 -0
  721. synth_ai-0.2.23.dev5/synth_ai/experiment_queue/status.py +103 -0
  722. synth_ai-0.2.23.dev5/synth_ai/experiment_queue/tasks.py +561 -0
  723. synth_ai-0.2.23.dev5/synth_ai/experiment_queue/trace_storage.py +65 -0
  724. synth_ai-0.2.23.dev5/synth_ai/http.py +12 -0
  725. synth_ai-0.2.23.dev5/synth_ai/http_client.py +137 -0
  726. synth_ai-0.2.23.dev5/synth_ai/inference/client.py +34 -0
  727. synth_ai-0.2.23.dev5/synth_ai/jobs/client.py +295 -0
  728. synth_ai-0.2.23.dev5/synth_ai/judge_schemas.py +127 -0
  729. synth_ai-0.2.23.dev5/synth_ai/learning/__init__.py +69 -0
  730. synth_ai-0.2.23.dev5/synth_ai/learning/client.py +241 -0
  731. synth_ai-0.2.23.dev5/synth_ai/learning/health.py +49 -0
  732. synth_ai-0.2.23.dev5/synth_ai/learning/jobs.py +201 -0
  733. synth_ai-0.2.23.dev5/synth_ai/learning/prompt_learning_client.py +436 -0
  734. synth_ai-0.2.23.dev5/synth_ai/learning/prompt_learning_types.py +185 -0
  735. synth_ai-0.2.23.dev5/synth_ai/learning/rl/client.py +269 -0
  736. synth_ai-0.2.23.dev5/synth_ai/learning/rl/env_keys.py +166 -0
  737. synth_ai-0.2.23.dev5/synth_ai/learning/rl/secrets.py +13 -0
  738. synth_ai-0.2.23.dev5/synth_ai/learning/sft/client.py +68 -0
  739. synth_ai-0.2.23.dev5/synth_ai/learning/sft/data.py +698 -0
  740. synth_ai-0.2.23.dev5/synth_ai/learning/validators.py +52 -0
  741. synth_ai-0.2.23.dev5/synth_ai/mcp/__init__.py +5 -0
  742. synth_ai-0.2.23.dev5/synth_ai/mcp/__main__.py +8 -0
  743. synth_ai-0.2.23.dev5/synth_ai/mcp/main.py +253 -0
  744. synth_ai-0.2.23.dev5/synth_ai/mcp/setup.py +100 -0
  745. synth_ai-0.2.23.dev5/synth_ai/modal.py +268 -0
  746. synth_ai-0.2.23.dev5/synth_ai/pricing/__init__.py +3 -0
  747. synth_ai-0.2.23.dev5/synth_ai/pricing/model_pricing.py +64 -0
  748. synth_ai-0.2.23.dev5/synth_ai/session/__init__.py +75 -0
  749. synth_ai-0.2.23.dev5/synth_ai/session/client.py +383 -0
  750. synth_ai-0.2.23.dev5/synth_ai/session/constants.py +63 -0
  751. synth_ai-0.2.23.dev5/synth_ai/session/exceptions.py +105 -0
  752. synth_ai-0.2.23.dev5/synth_ai/session/manager.py +139 -0
  753. synth_ai-0.2.23.dev5/synth_ai/session/models.py +89 -0
  754. synth_ai-0.2.23.dev5/synth_ai/session/query.py +110 -0
  755. synth_ai-0.2.23.dev5/synth_ai/spec/__init__.py +46 -0
  756. synth_ai-0.2.23.dev5/synth_ai/spec/dataclasses.py +149 -0
  757. synth_ai-0.2.23.dev5/synth_ai/spec/loader.py +144 -0
  758. synth_ai-0.2.23.dev5/synth_ai/spec/serializer.py +199 -0
  759. synth_ai-0.2.23.dev5/synth_ai/spec/validation.py +250 -0
  760. synth_ai-0.2.23.dev5/synth_ai/streaming/__init__.py +31 -0
  761. synth_ai-0.2.23.dev5/synth_ai/streaming/config.py +94 -0
  762. synth_ai-0.2.23.dev5/synth_ai/streaming/handlers.py +1400 -0
  763. synth_ai-0.2.23.dev5/synth_ai/streaming/streamer.py +383 -0
  764. synth_ai-0.2.23.dev5/synth_ai/streaming/types.py +110 -0
  765. synth_ai-0.2.23.dev5/synth_ai/task/__init__.py +125 -0
  766. synth_ai-0.2.23.dev5/synth_ai/task/apps/__init__.py +132 -0
  767. synth_ai-0.2.23.dev5/synth_ai/task/config.py +261 -0
  768. synth_ai-0.2.23.dev5/synth_ai/task/contracts.py +236 -0
  769. synth_ai-0.2.23.dev5/synth_ai/task/in_process.py +432 -0
  770. synth_ai-0.2.23.dev5/synth_ai/task/inference_api.py +101 -0
  771. synth_ai-0.2.23.dev5/synth_ai/task/proxy.py +251 -0
  772. synth_ai-0.2.23.dev5/synth_ai/task/rubrics/__init__.py +55 -0
  773. synth_ai-0.2.23.dev5/synth_ai/task/rubrics/loaders.py +156 -0
  774. synth_ai-0.2.23.dev5/synth_ai/task/rubrics/models.py +57 -0
  775. synth_ai-0.2.23.dev5/synth_ai/task/rubrics/scoring.py +116 -0
  776. synth_ai-0.2.23.dev5/synth_ai/task/rubrics/strict.py +149 -0
  777. synth_ai-0.2.23.dev5/synth_ai/task/server.py +460 -0
  778. synth_ai-0.2.23.dev5/synth_ai/task/trace_correlation_helpers.py +328 -0
  779. synth_ai-0.2.23.dev5/synth_ai/task/tracing_utils.py +95 -0
  780. synth_ai-0.2.23.dev5/synth_ai/task/validators.py +455 -0
  781. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/__init__.py +99 -0
  782. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/config.py +229 -0
  783. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/constants.py +21 -0
  784. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/db_config.py +182 -0
  785. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/decorators.py +401 -0
  786. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/examples/basic_usage.py +194 -0
  787. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/llm_call_record_helpers.py +437 -0
  788. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/migration_helper.py +119 -0
  789. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/replica_sync.py +262 -0
  790. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/serialization.py +130 -0
  791. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/session_tracer.py +540 -0
  792. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/storage/config.py +109 -0
  793. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/storage/factory.py +39 -0
  794. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/storage/utils.py +206 -0
  795. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/trace_utils.py +317 -0
  796. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/turso/__init__.py +12 -0
  797. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/turso/daemon.py +252 -0
  798. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/turso/native_manager.py +1293 -0
  799. synth_ai-0.2.23.dev5/synth_ai/tracing_v3/utils.py +108 -0
  800. synth_ai-0.2.23.dev5/synth_ai/types.py +8 -0
  801. synth_ai-0.2.23.dev5/synth_ai/urls.py +18 -0
  802. synth_ai-0.2.23.dev5/synth_ai/utils/__init__.py +166 -0
  803. synth_ai-0.2.23.dev5/synth_ai/utils/agents.py +74 -0
  804. synth_ai-0.2.23.dev5/synth_ai/utils/apps.py +151 -0
  805. synth_ai-0.2.23.dev5/synth_ai/utils/base_url.py +94 -0
  806. synth_ai-0.2.23.dev5/synth_ai/utils/bin.py +39 -0
  807. synth_ai-0.2.23.dev5/synth_ai/utils/claude.py +36 -0
  808. synth_ai-0.2.23.dev5/synth_ai/utils/cli.py +284 -0
  809. synth_ai-0.2.23.dev5/synth_ai/utils/config.py +81 -0
  810. synth_ai-0.2.23.dev5/synth_ai/utils/env.py +358 -0
  811. synth_ai-0.2.23.dev5/synth_ai/utils/errors.py +85 -0
  812. synth_ai-0.2.23.dev5/synth_ai/utils/http.py +175 -0
  813. synth_ai-0.2.23.dev5/synth_ai/utils/json.py +72 -0
  814. synth_ai-0.2.23.dev5/synth_ai/utils/log_filter.py +99 -0
  815. synth_ai-0.2.23.dev5/synth_ai/utils/logging.py +198 -0
  816. synth_ai-0.2.23.dev5/synth_ai/utils/modal.py +299 -0
  817. synth_ai-0.2.23.dev5/synth_ai/utils/paths.py +95 -0
  818. synth_ai-0.2.23.dev5/synth_ai/utils/plotting.py +126 -0
  819. synth_ai-0.2.23.dev5/synth_ai/utils/process.py +233 -0
  820. synth_ai-0.2.23.dev5/synth_ai/utils/prompts.py +39 -0
  821. synth_ai-0.2.23.dev5/synth_ai/utils/sqld.py +122 -0
  822. synth_ai-0.2.23.dev5/synth_ai/utils/ssl.py +25 -0
  823. synth_ai-0.2.23.dev5/synth_ai/utils/task_app_discovery.py +882 -0
  824. synth_ai-0.2.23.dev5/synth_ai/utils/task_app_env.py +186 -0
  825. synth_ai-0.2.23.dev5/synth_ai/utils/task_app_state.py +318 -0
  826. synth_ai-0.2.23.dev5/synth_ai/utils/tunnel_records.py +207 -0
  827. synth_ai-0.2.23.dev5/synth_ai/utils/user_config.py +137 -0
  828. synth_ai-0.2.23.dev5/synth_ai/uvicorn.py +200 -0
  829. synth_ai-0.2.23.dev5/synth_ai.egg-info/PKG-INFO +360 -0
  830. synth_ai-0.2.23.dev5/synth_ai.egg-info/SOURCES.txt +1153 -0
  831. synth_ai-0.2.23.dev5/synth_ai.egg-info/dependency_links.txt +1 -0
  832. synth_ai-0.2.23.dev5/synth_ai.egg-info/entry_points.txt +2 -0
  833. synth_ai-0.2.23.dev5/synth_ai.egg-info/requires.txt +65 -0
  834. synth_ai-0.2.23.dev5/synth_ai.egg-info/top_level.txt +2 -0
  835. synth_ai-0.2.9.dev8/PKG-INFO +0 -191
  836. synth_ai-0.2.9.dev8/README.md +0 -112
  837. synth_ai-0.2.9.dev8/examples/analyze_semantic_words.sh +0 -17
  838. synth_ai-0.2.9.dev8/examples/qwen_coder/configs/coder_lora_30b.toml +0 -61
  839. synth_ai-0.2.9.dev8/examples/qwen_coder/configs/coder_lora_4b.toml +0 -57
  840. synth_ai-0.2.9.dev8/examples/qwen_coder/configs/coder_lora_small.toml +0 -58
  841. synth_ai-0.2.9.dev8/examples/qwen_coder/infer_ft_smoke.py +0 -64
  842. synth_ai-0.2.9.dev8/examples/qwen_coder/scripts/infer_coder.sh +0 -18
  843. synth_ai-0.2.9.dev8/examples/qwen_coder/scripts/train_coder_30b.sh +0 -21
  844. synth_ai-0.2.9.dev8/examples/qwen_coder/subset_jsonl.py +0 -38
  845. synth_ai-0.2.9.dev8/examples/qwen_coder/validate_jsonl.py +0 -59
  846. synth_ai-0.2.9.dev8/examples/rl/README.md +0 -169
  847. synth_ai-0.2.9.dev8/examples/rl/configs/rl_from_base_qwen.toml +0 -35
  848. synth_ai-0.2.9.dev8/examples/rl/configs/rl_from_base_qwen17.toml +0 -74
  849. synth_ai-0.2.9.dev8/examples/rl/task_app/README.md +0 -22
  850. synth_ai-0.2.9.dev8/examples/rl/task_app/math_single_step.py +0 -991
  851. synth_ai-0.2.9.dev8/examples/run_crafter_demo.sh +0 -10
  852. synth_ai-0.2.9.dev8/examples/sft/README.md +0 -139
  853. synth_ai-0.2.9.dev8/examples/sft/configs/crafter_fft_qwen0p6b.toml +0 -44
  854. synth_ai-0.2.9.dev8/examples/sft/configs/crafter_lora_qwen0p6b.toml +0 -45
  855. synth_ai-0.2.9.dev8/examples/sft/evaluate.py +0 -117
  856. synth_ai-0.2.9.dev8/examples/sft/export_dataset.py +0 -117
  857. synth_ai-0.2.9.dev8/examples/sft/generate_traces.py +0 -162
  858. synth_ai-0.2.9.dev8/examples/swe/task_app/README.md +0 -105
  859. synth_ai-0.2.9.dev8/examples/swe/task_app/grpo_swe_mini.py +0 -571
  860. synth_ai-0.2.9.dev8/examples/swe/task_app/grpo_swe_mini_task_app.py +0 -136
  861. synth_ai-0.2.9.dev8/examples/swe/task_app/hosted/envs/crafter/react_agent.py +0 -108
  862. synth_ai-0.2.9.dev8/examples/swe/task_app/hosted/envs/mini_swe/environment.py +0 -1164
  863. synth_ai-0.2.9.dev8/examples/swe/task_app/hosted/inference/openai_client.py +0 -618
  864. synth_ai-0.2.9.dev8/examples/swe/task_app/hosted/policy_routes.py +0 -1079
  865. synth_ai-0.2.9.dev8/examples/swe/task_app/hosted/rollout.py +0 -1869
  866. synth_ai-0.2.9.dev8/examples/vlm/README.md +0 -68
  867. synth_ai-0.2.9.dev8/examples/vlm/configs/crafter_vlm_gpt4o.toml +0 -44
  868. synth_ai-0.2.9.dev8/examples/vlm/crafter_openai_vlm_agent.py +0 -277
  869. synth_ai-0.2.9.dev8/examples/vlm/filter_image_rows.py +0 -63
  870. synth_ai-0.2.9.dev8/examples/vlm/run_crafter_vlm_benchmark.py +0 -316
  871. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/analyze_trace_db.py +0 -422
  872. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/configs/crafter_fft.toml +0 -48
  873. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/configs/eval_fft_qwen4b.toml +0 -20
  874. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/configs/eval_groq_qwen32b.toml +0 -13
  875. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/configs/eval_modal_qwen4b.toml +0 -23
  876. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/configs/rl_from_base_qwen4b.toml +0 -83
  877. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/configs/rl_from_ft.toml +0 -56
  878. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/export_trace_sft.py +0 -723
  879. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/groq_test.py +0 -95
  880. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/readme.md +0 -179
  881. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/run_eval.py +0 -510
  882. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/run_fft_and_save.py +0 -380
  883. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/run_local_rollout.py +0 -237
  884. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/run_local_rollout_modal.py +0 -246
  885. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/run_local_rollout_parallel.py +0 -403
  886. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/run_local_rollout_traced.py +0 -475
  887. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/run_rl_and_save.py +0 -124
  888. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/run_rollout_remote.py +0 -154
  889. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/task_app/README.md +0 -42
  890. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/task_app/grpo_crafter.py +0 -700
  891. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/task_app/grpo_crafter_task_app.py +0 -146
  892. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/task_app/synth_envs_hosted/envs/crafter/policy.py +0 -478
  893. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/task_app/synth_envs_hosted/envs/crafter/react_agent.py +0 -108
  894. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/task_app/synth_envs_hosted/hosted_app.py +0 -204
  895. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/task_app/synth_envs_hosted/inference/openai_client.py +0 -618
  896. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/task_app/synth_envs_hosted/policy_routes.py +0 -1083
  897. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/task_app/synth_envs_hosted/rollout.py +0 -1869
  898. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/task_app/synth_envs_hosted/test_service.py +0 -137
  899. synth_ai-0.2.9.dev8/examples/warming_up_to_rl/task_app/synth_envs_hosted/utils.py +0 -62
  900. synth_ai-0.2.9.dev8/pyproject.toml +0 -214
  901. synth_ai-0.2.9.dev8/synth/__init__.py +0 -14
  902. synth_ai-0.2.9.dev8/synth_ai/__init__.py +0 -59
  903. synth_ai-0.2.9.dev8/synth_ai/__main__.py +0 -9
  904. synth_ai-0.2.9.dev8/synth_ai/api/models/supported.py +0 -376
  905. synth_ai-0.2.9.dev8/synth_ai/api/train/__init__.py +0 -5
  906. synth_ai-0.2.9.dev8/synth_ai/api/train/builders.py +0 -296
  907. synth_ai-0.2.9.dev8/synth_ai/api/train/cli.py +0 -606
  908. synth_ai-0.2.9.dev8/synth_ai/api/train/config_finder.py +0 -228
  909. synth_ai-0.2.9.dev8/synth_ai/api/train/env_resolver.py +0 -347
  910. synth_ai-0.2.9.dev8/synth_ai/api/train/pollers.py +0 -75
  911. synth_ai-0.2.9.dev8/synth_ai/api/train/supported_algos.py +0 -139
  912. synth_ai-0.2.9.dev8/synth_ai/api/train/task_app.py +0 -195
  913. synth_ai-0.2.9.dev8/synth_ai/api/train/utils.py +0 -217
  914. synth_ai-0.2.9.dev8/synth_ai/cli/__init__.py +0 -115
  915. synth_ai-0.2.9.dev8/synth_ai/cli/_modal_wrapper.py +0 -28
  916. synth_ai-0.2.9.dev8/synth_ai/cli/_typer_patch.py +0 -49
  917. synth_ai-0.2.9.dev8/synth_ai/cli/balance.py +0 -203
  918. synth_ai-0.2.9.dev8/synth_ai/cli/calc.py +0 -69
  919. synth_ai-0.2.9.dev8/synth_ai/cli/demo.py +0 -159
  920. synth_ai-0.2.9.dev8/synth_ai/cli/legacy_root_backup.py +0 -470
  921. synth_ai-0.2.9.dev8/synth_ai/cli/man.py +0 -106
  922. synth_ai-0.2.9.dev8/synth_ai/cli/recent.py +0 -127
  923. synth_ai-0.2.9.dev8/synth_ai/cli/rl_demo.py +0 -274
  924. synth_ai-0.2.9.dev8/synth_ai/cli/root.py +0 -415
  925. synth_ai-0.2.9.dev8/synth_ai/cli/status.py +0 -133
  926. synth_ai-0.2.9.dev8/synth_ai/cli/task_apps.py +0 -2782
  927. synth_ai-0.2.9.dev8/synth_ai/cli/traces.py +0 -163
  928. synth_ai-0.2.9.dev8/synth_ai/cli/watch.py +0 -505
  929. synth_ai-0.2.9.dev8/synth_ai/core/experiment.py +0 -13
  930. synth_ai-0.2.9.dev8/synth_ai/core/system.py +0 -15
  931. synth_ai-0.2.9.dev8/synth_ai/demo_registry.py +0 -295
  932. synth_ai-0.2.9.dev8/synth_ai/demos/core/__init__.py +0 -1
  933. synth_ai-0.2.9.dev8/synth_ai/demos/core/cli.py +0 -1756
  934. synth_ai-0.2.9.dev8/synth_ai/demos/demo_task_apps/crafter/grpo_crafter_task_app.py +0 -172
  935. synth_ai-0.2.9.dev8/synth_ai/demos/demo_task_apps/math/modal_task_app.py +0 -739
  936. synth_ai-0.2.9.dev8/synth_ai/environments/environment/core.py +0 -67
  937. synth_ai-0.2.9.dev8/synth_ai/environments/examples/bandit/engine.py +0 -302
  938. synth_ai-0.2.9.dev8/synth_ai/environments/examples/bandit/environment.py +0 -194
  939. synth_ai-0.2.9.dev8/synth_ai/environments/examples/crafter_classic/engine_deterministic_patch.py +0 -64
  940. synth_ai-0.2.9.dev8/synth_ai/environments/examples/crafter_classic/engine_serialization_patch_v3.py +0 -267
  941. synth_ai-0.2.9.dev8/synth_ai/environments/examples/crafter_classic/environment.py +0 -479
  942. synth_ai-0.2.9.dev8/synth_ai/environments/examples/crafter_classic/world_config_patch_simple.py +0 -299
  943. synth_ai-0.2.9.dev8/synth_ai/environments/examples/enron/engine.py +0 -295
  944. synth_ai-0.2.9.dev8/synth_ai/environments/examples/enron/environment.py +0 -166
  945. synth_ai-0.2.9.dev8/synth_ai/environments/examples/red/engine.py +0 -694
  946. synth_ai-0.2.9.dev8/synth_ai/environments/examples/red/engine_helpers/memory_map.py +0 -28
  947. synth_ai-0.2.9.dev8/synth_ai/environments/examples/red/engine_helpers/reward_components.py +0 -276
  948. synth_ai-0.2.9.dev8/synth_ai/environments/examples/red/engine_helpers/state_extraction.py +0 -140
  949. synth_ai-0.2.9.dev8/synth_ai/environments/examples/red/environment.py +0 -238
  950. synth_ai-0.2.9.dev8/synth_ai/environments/examples/sokoban/taskset.py +0 -428
  951. synth_ai-0.2.9.dev8/synth_ai/environments/examples/verilog/engine.py +0 -329
  952. synth_ai-0.2.9.dev8/synth_ai/environments/examples/wordle/environment.py +0 -159
  953. synth_ai-0.2.9.dev8/synth_ai/evals/base.py +0 -13
  954. synth_ai-0.2.9.dev8/synth_ai/handshake.py +0 -109
  955. synth_ai-0.2.9.dev8/synth_ai/http.py +0 -26
  956. synth_ai-0.2.9.dev8/synth_ai/http_client.py +0 -136
  957. synth_ai-0.2.9.dev8/synth_ai/inference/client.py +0 -34
  958. synth_ai-0.2.9.dev8/synth_ai/jobs/client.py +0 -271
  959. synth_ai-0.2.9.dev8/synth_ai/learning/__init__.py +0 -59
  960. synth_ai-0.2.9.dev8/synth_ai/learning/client.py +0 -241
  961. synth_ai-0.2.9.dev8/synth_ai/learning/health.py +0 -49
  962. synth_ai-0.2.9.dev8/synth_ai/learning/jobs.py +0 -201
  963. synth_ai-0.2.9.dev8/synth_ai/learning/rl/client.py +0 -267
  964. synth_ai-0.2.9.dev8/synth_ai/learning/rl/env_keys.py +0 -166
  965. synth_ai-0.2.9.dev8/synth_ai/learning/rl/secrets.py +0 -13
  966. synth_ai-0.2.9.dev8/synth_ai/learning/sft/client.py +0 -68
  967. synth_ai-0.2.9.dev8/synth_ai/learning/sft/data.py +0 -295
  968. synth_ai-0.2.9.dev8/synth_ai/learning/validators.py +0 -49
  969. synth_ai-0.2.9.dev8/synth_ai/lm/__init__.py +0 -25
  970. synth_ai-0.2.9.dev8/synth_ai/main.py +0 -4
  971. synth_ai-0.2.9.dev8/synth_ai/task/__init__.py +0 -102
  972. synth_ai-0.2.9.dev8/synth_ai/task/apps/__init__.py +0 -128
  973. synth_ai-0.2.9.dev8/synth_ai/task/contracts.py +0 -137
  974. synth_ai-0.2.9.dev8/synth_ai/task/proxy.py +0 -259
  975. synth_ai-0.2.9.dev8/synth_ai/task/server.py +0 -424
  976. synth_ai-0.2.9.dev8/synth_ai/task/tracing_utils.py +0 -84
  977. synth_ai-0.2.9.dev8/synth_ai/task/validators.py +0 -11
  978. synth_ai-0.2.9.dev8/synth_ai/tracing_v3/__init__.py +0 -97
  979. synth_ai-0.2.9.dev8/synth_ai/tracing_v3/config.py +0 -84
  980. synth_ai-0.2.9.dev8/synth_ai/tracing_v3/db_config.py +0 -194
  981. synth_ai-0.2.9.dev8/synth_ai/tracing_v3/decorators.py +0 -369
  982. synth_ai-0.2.9.dev8/synth_ai/tracing_v3/examples/basic_usage.py +0 -189
  983. synth_ai-0.2.9.dev8/synth_ai/tracing_v3/llm_call_record_helpers.py +0 -337
  984. synth_ai-0.2.9.dev8/synth_ai/tracing_v3/migration_helper.py +0 -120
  985. synth_ai-0.2.9.dev8/synth_ai/tracing_v3/replica_sync.py +0 -258
  986. synth_ai-0.2.9.dev8/synth_ai/tracing_v3/session_tracer.py +0 -530
  987. synth_ai-0.2.9.dev8/synth_ai/tracing_v3/storage/config.py +0 -75
  988. synth_ai-0.2.9.dev8/synth_ai/tracing_v3/storage/factory.py +0 -39
  989. synth_ai-0.2.9.dev8/synth_ai/tracing_v3/storage/utils.py +0 -204
  990. synth_ai-0.2.9.dev8/synth_ai/tracing_v3/turso/daemon.py +0 -149
  991. synth_ai-0.2.9.dev8/synth_ai/tracing_v3/turso/native_manager.py +0 -1173
  992. synth_ai-0.2.9.dev8/synth_ai/tracing_v3/utils.py +0 -108
  993. synth_ai-0.2.9.dev8/synth_ai/v0/api/__init__.py +0 -8
  994. synth_ai-0.2.9.dev8/synth_ai/v0/api/models/__init__.py +0 -8
  995. synth_ai-0.2.9.dev8/synth_ai/v0/api/models/supported.py +0 -8
  996. synth_ai-0.2.9.dev8/synth_ai/v0/config/__init__.py +0 -15
  997. synth_ai-0.2.9.dev8/synth_ai/v0/config/base_url.py +0 -12
  998. synth_ai-0.2.9.dev8/synth_ai/v0/lm/__init__.py +0 -51
  999. synth_ai-0.2.9.dev8/synth_ai/v0/lm/caching/constants.py +0 -6
  1000. synth_ai-0.2.9.dev8/synth_ai/v0/lm/caching/dbs.py +0 -0
  1001. synth_ai-0.2.9.dev8/synth_ai/v0/lm/caching/ephemeral.py +0 -100
  1002. synth_ai-0.2.9.dev8/synth_ai/v0/lm/caching/handler.py +0 -137
  1003. synth_ai-0.2.9.dev8/synth_ai/v0/lm/caching/initialize.py +0 -11
  1004. synth_ai-0.2.9.dev8/synth_ai/v0/lm/caching/persistent.py +0 -114
  1005. synth_ai-0.2.9.dev8/synth_ai/v0/lm/config.py +0 -115
  1006. synth_ai-0.2.9.dev8/synth_ai/v0/lm/constants.py +0 -32
  1007. synth_ai-0.2.9.dev8/synth_ai/v0/lm/core/__init__.py +0 -8
  1008. synth_ai-0.2.9.dev8/synth_ai/v0/lm/core/all.py +0 -73
  1009. synth_ai-0.2.9.dev8/synth_ai/v0/lm/core/exceptions.py +0 -5
  1010. synth_ai-0.2.9.dev8/synth_ai/v0/lm/core/main.py +0 -331
  1011. synth_ai-0.2.9.dev8/synth_ai/v0/lm/core/main_v3.py +0 -594
  1012. synth_ai-0.2.9.dev8/synth_ai/v0/lm/core/synth_models.py +0 -35
  1013. synth_ai-0.2.9.dev8/synth_ai/v0/lm/core/vendor_clients.py +0 -190
  1014. synth_ai-0.2.9.dev8/synth_ai/v0/lm/cost/monitor.py +0 -1
  1015. synth_ai-0.2.9.dev8/synth_ai/v0/lm/cost/statefulness.py +0 -1
  1016. synth_ai-0.2.9.dev8/synth_ai/v0/lm/injection.py +0 -80
  1017. synth_ai-0.2.9.dev8/synth_ai/v0/lm/overrides.py +0 -206
  1018. synth_ai-0.2.9.dev8/synth_ai/v0/lm/provider_support/__init__.py +0 -8
  1019. synth_ai-0.2.9.dev8/synth_ai/v0/lm/provider_support/anthropic.py +0 -972
  1020. synth_ai-0.2.9.dev8/synth_ai/v0/lm/provider_support/openai.py +0 -1139
  1021. synth_ai-0.2.9.dev8/synth_ai/v0/lm/provider_support/suppress_logging.py +0 -31
  1022. synth_ai-0.2.9.dev8/synth_ai/v0/lm/structured_outputs/handler.py +0 -440
  1023. synth_ai-0.2.9.dev8/synth_ai/v0/lm/structured_outputs/inject.py +0 -297
  1024. synth_ai-0.2.9.dev8/synth_ai/v0/lm/structured_outputs/rehabilitate.py +0 -185
  1025. synth_ai-0.2.9.dev8/synth_ai/v0/lm/tools/__init__.py +0 -3
  1026. synth_ai-0.2.9.dev8/synth_ai/v0/lm/tools/base.py +0 -172
  1027. synth_ai-0.2.9.dev8/synth_ai/v0/lm/unified_interface.py +0 -202
  1028. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/base.py +0 -81
  1029. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/core/anthropic_api.py +0 -387
  1030. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/core/gemini_api.py +0 -292
  1031. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/core/mistral_api.py +0 -322
  1032. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/core/openai_api.py +0 -227
  1033. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/core/synth_dev_api.py +0 -0
  1034. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/local/ollama.py +0 -0
  1035. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/openai_standard.py +0 -782
  1036. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/openai_standard_responses.py +0 -259
  1037. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/retries.py +0 -22
  1038. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/supported/custom_endpoint.py +0 -415
  1039. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/supported/deepseek.py +0 -69
  1040. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/supported/grok.py +0 -75
  1041. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/supported/groq.py +0 -16
  1042. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/supported/ollama.py +0 -15
  1043. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/supported/openrouter.py +0 -74
  1044. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/supported/together.py +0 -11
  1045. synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/synth_client.py +0 -835
  1046. synth_ai-0.2.9.dev8/synth_ai/v0/lm/warmup.py +0 -186
  1047. synth_ai-0.2.9.dev8/synth_ai/v0/tracing/abstractions.py +0 -224
  1048. synth_ai-0.2.9.dev8/synth_ai/v0/tracing/base_client.py +0 -91
  1049. synth_ai-0.2.9.dev8/synth_ai/v0/tracing/client_manager.py +0 -131
  1050. synth_ai-0.2.9.dev8/synth_ai/v0/tracing/config.py +0 -142
  1051. synth_ai-0.2.9.dev8/synth_ai/v0/tracing/context.py +0 -146
  1052. synth_ai-0.2.9.dev8/synth_ai/v0/tracing/decorators.py +0 -682
  1053. synth_ai-0.2.9.dev8/synth_ai/v0/tracing/events/manage.py +0 -147
  1054. synth_ai-0.2.9.dev8/synth_ai/v0/tracing/events/scope.py +0 -86
  1055. synth_ai-0.2.9.dev8/synth_ai/v0/tracing/events/store.py +0 -228
  1056. synth_ai-0.2.9.dev8/synth_ai/v0/tracing/immediate_client.py +0 -151
  1057. synth_ai-0.2.9.dev8/synth_ai/v0/tracing/local.py +0 -18
  1058. synth_ai-0.2.9.dev8/synth_ai/v0/tracing/log_client_base.py +0 -73
  1059. synth_ai-0.2.9.dev8/synth_ai/v0/tracing/retry_queue.py +0 -186
  1060. synth_ai-0.2.9.dev8/synth_ai/v0/tracing/trackers.py +0 -515
  1061. synth_ai-0.2.9.dev8/synth_ai/v0/tracing/upload.py +0 -409
  1062. synth_ai-0.2.9.dev8/synth_ai/v0/tracing/utils.py +0 -9
  1063. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/__init__.py +0 -16
  1064. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/abstractions.py +0 -224
  1065. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/base_client.py +0 -91
  1066. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/client_manager.py +0 -131
  1067. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/config.py +0 -142
  1068. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/context.py +0 -146
  1069. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/decorators.py +0 -703
  1070. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/events/__init__.py +0 -0
  1071. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/events/manage.py +0 -147
  1072. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/events/scope.py +0 -86
  1073. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/events/store.py +0 -228
  1074. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/immediate_client.py +0 -151
  1075. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/local.py +0 -18
  1076. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/log_client_base.py +0 -73
  1077. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/retry_queue.py +0 -186
  1078. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/trackers.py +0 -515
  1079. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/upload.py +0 -527
  1080. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v1/utils.py +0 -9
  1081. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v3/__init__.py +0 -10
  1082. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v3/abstractions.py +0 -3
  1083. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v3/decorators.py +0 -3
  1084. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v3/llm_call_record_helpers.py +0 -3
  1085. synth_ai-0.2.9.dev8/synth_ai/v0/tracing_v3/session_tracer.py +0 -3
  1086. synth_ai-0.2.9.dev8/synth_ai.egg-info/PKG-INFO +0 -191
  1087. synth_ai-0.2.9.dev8/synth_ai.egg-info/SOURCES.txt +0 -575
  1088. synth_ai-0.2.9.dev8/synth_ai.egg-info/entry_points.txt +0 -3
  1089. synth_ai-0.2.9.dev8/synth_ai.egg-info/requires.txt +0 -67
  1090. synth_ai-0.2.9.dev8/synth_ai.egg-info/top_level.txt +0 -3
  1091. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/LICENSE +0 -0
  1092. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/MANIFEST.in +0 -0
  1093. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/__init__.py +0 -0
  1094. {synth_ai-0.2.9.dev8/synth_ai/v0/lm/caching β†’ synth_ai-0.2.23.dev5/examples/blog_posts/langprobe/task_specific/hotpotqa}/__init__.py +0 -0
  1095. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/crafter_debug_render.py +0 -0
  1096. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/qwen_coder/README.md +0 -0
  1097. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/qwen_coder/_shared.py +0 -0
  1098. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/qwen_coder/generate_dataset.py +0 -0
  1099. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/qwen_coder/infer_prod_proxy.py +0 -0
  1100. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/qwen_coder/infer_via_synth.py +0 -0
  1101. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/qwen_coder/sft_full_17b.py +0 -0
  1102. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/qwen_coder/sft_lora_30b.py +0 -0
  1103. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/rl/download_dataset.py +0 -0
  1104. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/rl/run_eval.py +0 -0
  1105. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/rl/run_rl_and_save.py +0 -0
  1106. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/__init__.py +0 -0
  1107. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/__init__.py +0 -0
  1108. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/README.md +0 -0
  1109. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/__init__.py +0 -0
  1110. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/branching.py +0 -0
  1111. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/environment_routes.py +0 -0
  1112. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/envs/__init__.py +0 -0
  1113. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/envs/crafter/__init__.py +0 -0
  1114. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/envs/crafter/app.py +0 -0
  1115. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/envs/crafter/environment.py +0 -0
  1116. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/envs/crafter/policy.py +0 -0
  1117. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/envs/crafter/shared.py +0 -0
  1118. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/envs/crafter/tools.py +0 -0
  1119. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/envs/mini_swe/__init__.py +0 -0
  1120. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/envs/mini_swe/policy.py +0 -0
  1121. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/envs/mini_swe/shared.py +0 -0
  1122. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/envs/mini_swe/tools.py +0 -0
  1123. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/hosted_app.py +0 -0
  1124. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/inference/__init__.py +0 -0
  1125. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/main.py +0 -0
  1126. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/registry.py +0 -0
  1127. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/storage/__init__.py +0 -0
  1128. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/storage/volume.py +0 -0
  1129. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/test_agents.py +0 -0
  1130. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/swe/task_app/hosted/utils.py +0 -0
  1131. {synth_ai-0.2.9.dev8/synth_ai/v0/lm/cost β†’ synth_ai-0.2.23.dev5/examples/task_apps}/__init__.py +0 -0
  1132. {synth_ai-0.2.9.dev8/synth_ai/v0/lm/structured_outputs β†’ synth_ai-0.2.23.dev5/examples/task_apps/crafter}/__init__.py +0 -0
  1133. {synth_ai-0.2.9.dev8/examples/warming_up_to_rl β†’ synth_ai-0.2.23.dev5/examples/task_apps/crafter}/task_app/synth_envs_hosted/README.md +0 -0
  1134. {synth_ai-0.2.9.dev8/examples/warming_up_to_rl β†’ synth_ai-0.2.23.dev5/examples/task_apps/crafter}/task_app/synth_envs_hosted/__init__.py +0 -0
  1135. {synth_ai-0.2.9.dev8/examples/warming_up_to_rl β†’ synth_ai-0.2.23.dev5/examples/task_apps/crafter}/task_app/synth_envs_hosted/branching.py +0 -0
  1136. {synth_ai-0.2.9.dev8/examples/warming_up_to_rl β†’ synth_ai-0.2.23.dev5/examples/task_apps/crafter}/task_app/synth_envs_hosted/environment_routes.py +0 -0
  1137. {synth_ai-0.2.9.dev8/examples/warming_up_to_rl β†’ synth_ai-0.2.23.dev5/examples/task_apps/crafter}/task_app/synth_envs_hosted/envs/__init__.py +0 -0
  1138. {synth_ai-0.2.9.dev8/examples/warming_up_to_rl β†’ synth_ai-0.2.23.dev5/examples/task_apps/crafter}/task_app/synth_envs_hosted/envs/crafter/__init__.py +0 -0
  1139. {synth_ai-0.2.9.dev8/examples/warming_up_to_rl β†’ synth_ai-0.2.23.dev5/examples/task_apps/crafter}/task_app/synth_envs_hosted/envs/crafter/app.py +0 -0
  1140. {synth_ai-0.2.9.dev8/examples/warming_up_to_rl β†’ synth_ai-0.2.23.dev5/examples/task_apps/crafter}/task_app/synth_envs_hosted/envs/crafter/shared.py +0 -0
  1141. {synth_ai-0.2.9.dev8/examples/warming_up_to_rl β†’ synth_ai-0.2.23.dev5/examples/task_apps/crafter}/task_app/synth_envs_hosted/envs/crafter/tools.py +0 -0
  1142. {synth_ai-0.2.9.dev8/examples/warming_up_to_rl β†’ synth_ai-0.2.23.dev5/examples/task_apps/crafter}/task_app/synth_envs_hosted/inference/__init__.py +0 -0
  1143. {synth_ai-0.2.9.dev8/examples/warming_up_to_rl β†’ synth_ai-0.2.23.dev5/examples/task_apps/crafter}/task_app/synth_envs_hosted/main.py +0 -0
  1144. {synth_ai-0.2.9.dev8/examples/warming_up_to_rl β†’ synth_ai-0.2.23.dev5/examples/task_apps/crafter}/task_app/synth_envs_hosted/registry.py +0 -0
  1145. {synth_ai-0.2.9.dev8/examples/warming_up_to_rl β†’ synth_ai-0.2.23.dev5/examples/task_apps/crafter}/task_app/synth_envs_hosted/storage/__init__.py +0 -0
  1146. {synth_ai-0.2.9.dev8/examples/warming_up_to_rl β†’ synth_ai-0.2.23.dev5/examples/task_apps/crafter}/task_app/synth_envs_hosted/storage/volume.py +0 -0
  1147. {synth_ai-0.2.9.dev8/examples/warming_up_to_rl β†’ synth_ai-0.2.23.dev5/examples/task_apps/crafter}/task_app/synth_envs_hosted/test_agents.py +0 -0
  1148. {synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors β†’ synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/server}/__init__.py +0 -0
  1149. {synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/core β†’ synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/tests}/__init__.py +0 -0
  1150. {synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/local β†’ synth_ai-0.2.23.dev5/examples/task_apps/dev/pokemon_emerald/external/pokeagent-speedrun/utils}/__init__.py +0 -0
  1151. /synth_ai-0.2.9.dev8/synth_ai.egg-info/dependency_links.txt β†’ /synth_ai-0.2.23.dev5/examples/task_apps/enron/task_app/__init__.py +0 -0
  1152. {synth_ai-0.2.9.dev8/synth_ai/v0/lm/vendors/supported β†’ synth_ai-0.2.23.dev5/examples/task_apps/math}/__init__.py +0 -0
  1153. {synth_ai-0.2.9.dev8/examples/rl/task_app β†’ synth_ai-0.2.23.dev5/examples/task_apps/math}/math_task_app.py +0 -0
  1154. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/vlm/crafter_image_only_agent.py +0 -0
  1155. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/warming_up_to_rl/configs/crafter_fft_4b.toml +0 -0
  1156. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/warming_up_to_rl/manage_secrets.py +0 -0
  1157. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/examples/warming_up_to_rl/task_app/synth_envs_hosted/envs/crafter/environment.py +0 -0
  1158. {synth_ai-0.2.9.dev8/examples/swe/task_app/hosted β†’ synth_ai-0.2.23.dev5/examples/warming_up_to_rl/task_app/synth_envs_hosted}/test_service.py +0 -0
  1159. {synth_ai-0.2.9.dev8/synth_ai/v0/tracing β†’ synth_ai-0.2.23.dev5/examples/workflows}/__init__.py +0 -0
  1160. {synth_ai-0.2.9.dev8/synth_ai/v0/tracing/events β†’ synth_ai-0.2.23.dev5/examples/workflows/math_rl}/__init__.py +0 -0
  1161. {synth_ai-0.2.9.dev8/examples/rl β†’ synth_ai-0.2.23.dev5/examples/workflows/math_rl}/configs/eval_base_qwen.toml +0 -0
  1162. {synth_ai-0.2.9.dev8/examples/rl β†’ synth_ai-0.2.23.dev5/examples/workflows/math_rl}/configs/eval_rl_qwen.toml +0 -0
  1163. {synth_ai-0.2.9.dev8/examples/rl β†’ synth_ai-0.2.23.dev5/examples/workflows/math_rl}/configs/rl_from_ft_qwen.toml +0 -0
  1164. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/setup.cfg +0 -0
  1165. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/cli/turso.py +0 -0
  1166. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/config/base_url.py +0 -0
  1167. {synth_ai-0.2.9.dev8/synth_ai/demos/demo_task_apps β†’ synth_ai-0.2.23.dev5/synth_ai/demos}/crafter/__init__.py +0 -0
  1168. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/demos/demo_task_apps/__init__.py +0 -0
  1169. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/demos/demo_task_apps/core.py +0 -0
  1170. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/demos/demo_task_apps/crafter/configs/crafter_fft_4b.toml +0 -0
  1171. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/demos/demo_task_apps/crafter/configs/rl_from_base_qwen4b.toml +0 -0
  1172. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/demos/demo_task_apps/math/__init__.py +0 -0
  1173. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/demos/demo_task_apps/math/_common.py +0 -0
  1174. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/demos/demo_task_apps/math/app.py +0 -0
  1175. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/demos/demo_task_apps/math/config.toml +0 -0
  1176. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/demos/demo_task_apps/math/deploy_modal.py +0 -0
  1177. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/demos/demo_task_apps/math/deploy_task_app.sh +0 -0
  1178. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/demos/demo_task_apps/math/task_app_entry.py +0 -0
  1179. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/__init__.py +0 -0
  1180. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/environment/__init__.py +0 -0
  1181. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/environment/artifacts/__init__.py +0 -0
  1182. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/environment/artifacts/base.py +0 -0
  1183. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/environment/db/__init__.py +0 -0
  1184. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/environment/db/sqlite.py +0 -0
  1185. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/environment/registry.py +0 -0
  1186. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/environment/resources/sqlite.py +0 -0
  1187. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/environment/results.py +0 -0
  1188. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/environment/rewards/__init__.py +0 -0
  1189. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/environment/rewards/core.py +0 -0
  1190. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/environment/shared_engine.py +0 -0
  1191. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/environment/tools/__init__.py +0 -0
  1192. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/__init__.py +0 -0
  1193. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/bandit/__init__.py +0 -0
  1194. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/bandit/taskset.py +0 -0
  1195. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/__init__.py +0 -0
  1196. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/analyze_semantic_words_markdown.py +0 -0
  1197. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_comprehensive_evaluation.py +0 -0
  1198. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_evaluation_browser.py +0 -0
  1199. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_evaluation_config.toml +0 -0
  1200. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_evaluation_framework.py +0 -0
  1201. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/crafter_synth_config.toml +0 -0
  1202. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/filter_config_modal.toml +0 -0
  1203. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/kick_off_ft_modal.py +0 -0
  1204. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_action_results.py +0 -0
  1205. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_agent_actions.py +0 -0
  1206. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_latest_run.py +0 -0
  1207. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_lm_traces.py +0 -0
  1208. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_no_rewards.py +0 -0
  1209. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_trace_issue.py +0 -0
  1210. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/check_db_schema.py +0 -0
  1211. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/check_latest_results.py +0 -0
  1212. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/debug_agent_responses.py +0 -0
  1213. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/quick_trace_check.py +0 -0
  1214. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/compare_experiments.py +0 -0
  1215. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/kick_off_ft_oai.py +0 -0
  1216. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/multi_model_config.toml +0 -0
  1217. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/analyze_enhanced_hooks.py +0 -0
  1218. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/analyze_hook_events.py +0 -0
  1219. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/analyze_hook_results.py +0 -0
  1220. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/check_hook_storage.py +0 -0
  1221. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/check_seeds.py +0 -0
  1222. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/compare_seed_performance.py +0 -0
  1223. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/custom_eval_pipelines.py +0 -0
  1224. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/plot_hook_frequency.py +0 -0
  1225. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/seed_analysis_summary.py +0 -0
  1226. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/run_rollouts_for_models_and_compare_v3.py +0 -0
  1227. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_quick_evaluation.py +0 -0
  1228. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_react_agent.py +0 -0
  1229. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_trace_evaluation.py +0 -0
  1230. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/example_v3_usage.py +0 -0
  1231. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/compare_traces.py +0 -0
  1232. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/crafter_comprehensive_evaluation.py +0 -0
  1233. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/crafter_env_serialization.py +0 -0
  1234. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/crafter_evaluation_browser.py +0 -0
  1235. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/crafter_quick_evaluation.py +0 -0
  1236. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/crafter_trace_evaluation.py +0 -0
  1237. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/debug_player_loss.py +0 -0
  1238. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/diagnose_service.py +0 -0
  1239. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/diagnose_slowness.py +0 -0
  1240. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/eval_by_difficulty.py +0 -0
  1241. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/eval_example.py +0 -0
  1242. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/explore_saved_states.py +0 -0
  1243. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/filter_traces_sft.py +0 -0
  1244. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/filter_traces_sft_OLD.py +0 -0
  1245. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/generate_ft_data_gemini.py +0 -0
  1246. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/generate_ft_data_modal.py +0 -0
  1247. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/generate_ft_metadata.py +0 -0
  1248. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/kick_off_ft_gemini.py +0 -0
  1249. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/kick_off_ft_modal.py +0 -0
  1250. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/prepare_vertex_ft.py +0 -0
  1251. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/profile_env_slowness.py +0 -0
  1252. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/replicate_issue.py +0 -0
  1253. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/run_and_eval.py +0 -0
  1254. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/run_comparison.py +0 -0
  1255. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/run_qwen_rollouts.py +0 -0
  1256. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/trace_eval_OLD.py +0 -0
  1257. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/agent_demos/old/validate_openai_format.py +0 -0
  1258. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/config_logging.py +0 -0
  1259. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/debug_translation.py +0 -0
  1260. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/engine.py +0 -0
  1261. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/engine_helpers/action_map.py +0 -0
  1262. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/engine_helpers/serialization.py +0 -0
  1263. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/taskset.py +0 -0
  1264. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_classic/trace_hooks_v3.py +0 -0
  1265. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/__init__.py +0 -0
  1266. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/agent_demos/__init__.py +0 -0
  1267. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/agent_demos/trace_eval.py +0 -0
  1268. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/crafter/__init__.py +0 -0
  1269. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/crafter/config.py +0 -0
  1270. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/crafter/constants.py +0 -0
  1271. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/crafter/engine.py +0 -0
  1272. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/crafter/env.py +0 -0
  1273. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/crafter/objects.py +0 -0
  1274. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/crafter/recorder.py +0 -0
  1275. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/crafter/worldgen.py +0 -0
  1276. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/dataset_builder.py +0 -0
  1277. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/environment.py +0 -0
  1278. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/old/analyze_diamond_issue.py +0 -0
  1279. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/old/analyze_diamond_spawning.py +0 -0
  1280. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/old/compare_worlds.py +0 -0
  1281. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/old/dataset_stats.py +0 -0
  1282. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/old/diamond_spawning_summary.py +0 -0
  1283. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/old/example_dataset_usage.py +0 -0
  1284. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/crafter_custom/run_dataset.py +0 -0
  1285. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/enron/art_helpers/email_search_tools.py +0 -0
  1286. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/enron/art_helpers/local_email_db.py +0 -0
  1287. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/enron/art_helpers/types_enron.py +0 -0
  1288. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/enron/taskset.py +0 -0
  1289. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/enron/units/keyword_stats.py +0 -0
  1290. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/minigrid/__init__.py +0 -0
  1291. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/minigrid/agent_demos/minigrid_evaluation_framework.py +0 -0
  1292. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/minigrid/agent_demos/minigrid_quick_evaluation.py +0 -0
  1293. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/minigrid/agent_demos/minigrid_react_agent.py +0 -0
  1294. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/minigrid/agent_demos/minigrid_trace_evaluation.py +0 -0
  1295. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/minigrid/engine.py +0 -0
  1296. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/minigrid/environment.py +0 -0
  1297. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/minigrid/environment_mapping.py +0 -0
  1298. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/minigrid/puzzle_loader.py +0 -0
  1299. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/minigrid/taskset.py +0 -0
  1300. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/nethack/__init__.py +0 -0
  1301. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/nethack/achievements.py +0 -0
  1302. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/nethack/agent_demos/nethack_evaluation_framework.py +0 -0
  1303. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/nethack/agent_demos/nethack_quick_evaluation.py +0 -0
  1304. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/nethack/agent_demos/nethack_react_agent.py +0 -0
  1305. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/nethack/engine.py +0 -0
  1306. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/nethack/environment.py +0 -0
  1307. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/nethack/helpers/__init__.py +0 -0
  1308. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/nethack/helpers/action_mapping.py +0 -0
  1309. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/nethack/helpers/nle_wrapper.py +0 -0
  1310. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/nethack/helpers/observation_utils.py +0 -0
  1311. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/nethack/helpers/recording_wrapper.py +0 -0
  1312. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/nethack/helpers/trajectory_recorder.py +0 -0
  1313. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/nethack/helpers/visualization/replay_viewer.py +0 -0
  1314. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/nethack/helpers/visualization/visualizer.py +0 -0
  1315. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/nethack/taskset.py +0 -0
  1316. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/__init__.py +0 -0
  1317. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/agent_demos/__init__.py +0 -0
  1318. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/config_logging.py +0 -0
  1319. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/engine_helpers/__init__.py +0 -0
  1320. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/engine_helpers/reward_library/__init__.py +0 -0
  1321. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/engine_helpers/reward_library/adaptive_rewards.py +0 -0
  1322. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/engine_helpers/reward_library/battle_rewards.py +0 -0
  1323. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/engine_helpers/reward_library/composite_rewards.py +0 -0
  1324. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/engine_helpers/reward_library/economy_rewards.py +0 -0
  1325. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/engine_helpers/reward_library/efficiency_rewards.py +0 -0
  1326. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/engine_helpers/reward_library/exploration_rewards.py +0 -0
  1327. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/engine_helpers/reward_library/novelty_rewards.py +0 -0
  1328. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/engine_helpers/reward_library/pallet_town_rewards.py +0 -0
  1329. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/engine_helpers/reward_library/pokemon_rewards.py +0 -0
  1330. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/engine_helpers/reward_library/social_rewards.py +0 -0
  1331. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/engine_helpers/reward_library/story_rewards.py +0 -0
  1332. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/engine_helpers/screen_analysis.py +0 -0
  1333. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/taskset.py +0 -0
  1334. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/red/units/__init__.py +0 -0
  1335. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/__init__.py +0 -0
  1336. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/agent_demos/sokoban_full_eval.py +0 -0
  1337. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/engine.py +0 -0
  1338. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/engine_helpers/__init__.py +0 -0
  1339. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/engine_helpers/room_utils.py +0 -0
  1340. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/__init__.py +0 -0
  1341. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/__init__.py +0 -0
  1342. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/boxoban_env.py +0 -0
  1343. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/render_utils.py +0 -0
  1344. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/room_utils.py +0 -0
  1345. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/sokoban_env.py +0 -0
  1346. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/sokoban_env_fixed_targets.py +0 -0
  1347. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/sokoban_env_pull.py +0 -0
  1348. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/sokoban_env_two_player.py +0 -0
  1349. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/sokoban_env_variations.py +0 -0
  1350. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/environment.py +0 -0
  1351. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/generate_verified_puzzles.py +0 -0
  1352. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/sokoban/puzzle_loader.py +0 -0
  1353. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/tictactoe/__init__.py +0 -0
  1354. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/tictactoe/engine.py +0 -0
  1355. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/tictactoe/environment.py +0 -0
  1356. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/tictactoe/taskset.py +0 -0
  1357. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/verilog/__init__.py +0 -0
  1358. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/verilog/environment.py +0 -0
  1359. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/verilog/taskset.py +0 -0
  1360. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/wordle/__init__.py +0 -0
  1361. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/wordle/engine.py +0 -0
  1362. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/wordle/helpers/generate_instances_wordfreq.py +0 -0
  1363. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/examples/wordle/taskset.py +0 -0
  1364. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/reproducibility/core.py +0 -0
  1365. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/reproducibility/helpers.py +0 -0
  1366. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/reproducibility/tree.py +0 -0
  1367. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/service/app.py +0 -0
  1368. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/service/core_routes.py +0 -0
  1369. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/service/external_registry.py +0 -0
  1370. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/service/registry.py +0 -0
  1371. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/stateful/__init__.py +0 -0
  1372. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/stateful/core.py +0 -0
  1373. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/stateful/engine.py +0 -0
  1374. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/stateful/state.py +0 -0
  1375. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/tasks/api.py +0 -0
  1376. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/tasks/core.py +0 -0
  1377. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/tasks/filters.py +0 -0
  1378. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/tasks/utils.py +0 -0
  1379. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/v0_observability/history.py +0 -0
  1380. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/environments/v0_observability/log.py +0 -0
  1381. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/inference/__init__.py +0 -0
  1382. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/learning/algorithms.py +0 -0
  1383. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/learning/config.py +0 -0
  1384. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/learning/constants.py +0 -0
  1385. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/learning/core.py +0 -0
  1386. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/learning/ft_client.py +0 -0
  1387. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/learning/gateway.py +0 -0
  1388. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/learning/rl/__init__.py +0 -0
  1389. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/learning/rl/config.py +0 -0
  1390. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/learning/rl/contracts.py +0 -0
  1391. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/learning/rl_client.py +0 -0
  1392. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/learning/sft/__init__.py +0 -0
  1393. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/learning/sft/config.py +0 -0
  1394. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/learning/sse.py +0 -0
  1395. /synth_ai-0.2.9.dev8/synth_ai/compound/cais.py β†’ /synth_ai-0.2.23.dev5/synth_ai/py.typed +0 -0
  1396. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/task/auth.py +0 -0
  1397. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/task/client.py +0 -0
  1398. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/task/datasets.py +0 -0
  1399. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/task/errors.py +0 -0
  1400. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/task/health.py +0 -0
  1401. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/task/json.py +0 -0
  1402. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/task/rubrics.py +0 -0
  1403. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/task/vendors.py +0 -0
  1404. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/tracing_v3/abstractions.py +0 -0
  1405. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/tracing_v3/hooks.py +0 -0
  1406. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/tracing_v3/lm_call_record_abstractions.py +0 -0
  1407. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/tracing_v3/storage/__init__.py +0 -0
  1408. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/tracing_v3/storage/base.py +0 -0
  1409. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/tracing_v3/storage/exceptions.py +0 -0
  1410. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/tracing_v3/storage/types.py +0 -0
  1411. {synth_ai-0.2.9.dev8 β†’ synth_ai-0.2.23.dev5}/synth_ai/tracing_v3/turso/models.py +0 -0
@@ -0,0 +1,360 @@
1
+ Metadata-Version: 2.4
2
+ Name: synth-ai
3
+ Version: 0.2.23.dev5
4
+ Summary: RL as a service SDK - Core AI functionality and tracing
5
+ Author-email: Synth AI <josh@usesynth.ai>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/synth-laboratories/synth-ai
8
+ Project-URL: Repository, https://github.com/synth-laboratories/synth-ai
9
+ Project-URL: Issues, https://github.com/synth-laboratories/synth-ai/issues
10
+ Requires-Python: >=3.11
11
+ Description-Content-Type: text/markdown
12
+ License-File: LICENSE
13
+ Requires-Dist: pydantic>=2.0.0
14
+ Requires-Dist: python-dotenv>=1.0.1
15
+ Requires-Dist: requests>=2.32.3
16
+ Requires-Dist: tqdm>=4.66.4
17
+ Requires-Dist: typing_extensions>=4.0.0
18
+ Requires-Dist: rich>=13.9.0
19
+ Requires-Dist: openai>=1.99.0
20
+ Requires-Dist: anthropic>=0.42.0
21
+ Requires-Dist: langfuse<3.0.0,>=2.53.9
22
+ Requires-Dist: opentelemetry-api>=1.26.0
23
+ Requires-Dist: opentelemetry-sdk>=1.26.0
24
+ Requires-Dist: groq>=0.30.0
25
+ Requires-Dist: google-genai>=1.26.0
26
+ Requires-Dist: together>=1.5.21
27
+ Requires-Dist: mistralai>=1.9.2
28
+ Requires-Dist: fastapi>=0.115.12
29
+ Requires-Dist: uvicorn>=0.34.2
30
+ Requires-Dist: numpy>=2.2.3
31
+ Requires-Dist: networkx>=3.4.2
32
+ Requires-Dist: sqlalchemy>=2.0.42
33
+ Requires-Dist: celery>=5.4.0
34
+ Requires-Dist: redis>=6.2.0
35
+ Requires-Dist: aiosqlite>=0.21.0
36
+ Requires-Dist: libsql>=0.1.8
37
+ Requires-Dist: pynacl>=1.5.0
38
+ Requires-Dist: click<8.2,>=8.1.7
39
+ Requires-Dist: aiohttp>=3.8.0
40
+ Requires-Dist: httpx>=0.28.1
41
+ Requires-Dist: modal<2.0.0,>=1.1.4
42
+ Requires-Dist: mcp>=1.21.0
43
+ Requires-Dist: ruff>=0.12.9
44
+ Requires-Dist: tomli_w>=1.0.0
45
+ Provides-Extra: dev
46
+ Requires-Dist: build>=1.2.2.post1; extra == "dev"
47
+ Requires-Dist: twine>=4.0.0; extra == "dev"
48
+ Requires-Dist: keyring>=24.0.0; extra == "dev"
49
+ Requires-Dist: pytest>=8.3.3; extra == "dev"
50
+ Requires-Dist: pytest-xdist>=3.6.1; extra == "dev"
51
+ Requires-Dist: pytest-timeout>=2.3.1; extra == "dev"
52
+ Requires-Dist: pytest-asyncio>=0.24.0; extra == "dev"
53
+ Requires-Dist: pytest-cov>=4.1.0; extra == "dev"
54
+ Requires-Dist: pyright>=1.1.350; extra == "dev"
55
+ Requires-Dist: coverage[toml]>=7.3.0; extra == "dev"
56
+ Requires-Dist: ruff>=0.1.0; extra == "dev"
57
+ Provides-Extra: research
58
+ Requires-Dist: crafter>=1.8.3; extra == "research"
59
+ Requires-Dist: datasets>=4.0.0; extra == "research"
60
+ Provides-Extra: swe
61
+ Requires-Dist: morphcloud>=0.1.3; extra == "swe"
62
+ Requires-Dist: swebench>=2.3.0; extra == "swe"
63
+ Provides-Extra: all
64
+ Requires-Dist: crafter>=1.8.3; extra == "all"
65
+ Requires-Dist: datasets>=4.0.0; extra == "all"
66
+ Requires-Dist: morphcloud>=0.1.3; extra == "all"
67
+ Requires-Dist: swebench>=2.3.0; extra == "all"
68
+ Requires-Dist: pyboy>=2.6.0; extra == "all"
69
+ Requires-Dist: transformers>=4.56.1; extra == "all"
70
+ Requires-Dist: redis>=6.2.0; extra == "all"
71
+ Provides-Extra: analytics
72
+ Requires-Dist: pandas>=2.2.3; extra == "analytics"
73
+ Dynamic: license-file
74
+
75
+ # Synth-AI SDK
76
+
77
+ [![Python](https://img.shields.io/badge/python-3.11+-blue)](https://www.python.org/)
78
+ [![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
79
+ [![PyPI](https://img.shields.io/badge/PyPI-0.2.23.dev2-orange)](https://pypi.org/project/synth-ai/)
80
+ ![Coverage](https://img.shields.io/badge/coverage-28.65%25-yellow)
81
+ ![Tests](https://img.shields.io/badge/tests-847%20passing-brightgreen)
82
+ ![Blacksmith CI](https://img.shields.io/badge/CI-Blacksmith%20Worker-blue)
83
+
84
+ > **Synth-AI** β€” Reinforcement Learning-as-a-Service for agents.
85
+ > **Docs:** [Get Started β†’](https://docs.usesynth.ai/sdk/get-started)
86
+
87
+ ---
88
+
89
+ ## πŸš€ Install latest version (0.2.23.dev2)
90
+
91
+ ```bash
92
+ pip install synth-ai
93
+ # or
94
+ uv add synth-ai
95
+ ```
96
+
97
+ **Import:**
98
+
99
+ ```python
100
+ import synth_ai
101
+ ```
102
+
103
+ **CLI (with uvx):**
104
+
105
+ ```bash
106
+ uvx synth-ai setup
107
+ uvx synth-ai demo
108
+ uvx synth-ai deploy
109
+ uvx synth-ai run
110
+ uvx synth-ai baseline # For coding agents: get baseline scores
111
+ ```
112
+
113
+ > Full quickstart: [https://docs.usesynth.ai/sdk/get-started](https://docs.usesynth.ai/sdk/get-started)
114
+
115
+ ---
116
+
117
+ When you run `uvx synth-ai setup`, the SDK opens your browser to the Synth dashboard for a one‑time pairing (handshake) with your signed‑in session. The SDK will automatically:
118
+
119
+
120
+ Fast and effective reinforcement learning for agents, via an API.
121
+ Easily scale GPU topologies, train multi-node, and integrate with existing agent software.
122
+
123
+ ### Highlights
124
+
125
+ - Scale GPU topologies (A10Gs, H100s, multi-node available on request)
126
+ - Thin FastAPI wrapper integration
127
+ - Supports OSS models like **Qwen3** (GPT-OSS GA soon)
128
+ - Own your trained models
129
+
130
+ ---
131
+
132
+ ## βš™οΈ Getting Started
133
+
134
+ Synth-AI ships with a built-in RL example: training **Qwen3-0.6B** on math reasoning.
135
+
136
+ 1. Create accounts at [Synth](https://usesynth.ai) and [Modal](https://modal.com)
137
+ 2. Then run:
138
+
139
+ ```bash
140
+ uvx synth-ai demo
141
+ uvx synth-ai setup
142
+ uvx synth-ai deploy
143
+ uvx synth-ai run
144
+ ```
145
+
146
+ 3. To walk through your first RL run, see
147
+ πŸ‘‰ [Synth-AI SDK Docs](https://docs.usesynth.ai/sdk/get-started)
148
+
149
+ ---
150
+
151
+ ## πŸ€– For Coding Agents: Get Started with Baselines
152
+
153
+ **Baselines** are the fastest way for coding agents to evaluate changes and measure improvement on Synth tasks.
154
+
155
+ ### Why Use Baselines?
156
+
157
+ Baselines provide a **self-contained evaluation system** that:
158
+ - βœ… **No infrastructure required** β€” runs locally, no deployed task app needed
159
+ - βœ… **Quick feedback loop** β€” get task-by-task results in seconds
160
+ - βœ… **Compare changes** β€” establish a baseline score before making modifications
161
+ - βœ… **Auto-discoverable** β€” finds baseline files automatically in your codebase
162
+
163
+ ### Quick Start for Coding Agents
164
+
165
+ ```bash
166
+ # 1. List available baselines
167
+ uvx synth-ai baseline list
168
+
169
+ # 2. Run a quick 3-task baseline to get started
170
+ uvx synth-ai baseline banking77 --split train --seeds 0,1,2
171
+
172
+ # 3. Get your baseline score (full train split)
173
+ uvx synth-ai baseline banking77 --split train
174
+
175
+ # 4. Make your changes to the code...
176
+
177
+ # 5. Re-run to compare performance
178
+ uvx synth-ai baseline banking77 --split train --output results_after.json
179
+ ```
180
+
181
+ ### Available Baselines
182
+
183
+ ```bash
184
+ # Filter by task type
185
+ uvx synth-ai baseline list --tag rl # RL tasks
186
+ uvx synth-ai baseline list --tag nlp # NLP tasks
187
+ uvx synth-ai baseline list --tag vision # Vision tasks
188
+
189
+ # Run specific baselines
190
+ uvx synth-ai baseline warming_up_to_rl # Crafter survival game
191
+ uvx synth-ai baseline pokemon_vl # Pokemon Red (vision)
192
+ uvx synth-ai baseline gepa # Banking77 classification
193
+ ```
194
+
195
+ ### Baseline Results
196
+
197
+ Each baseline run provides:
198
+ - **Task-by-task results** β€” see exactly which seeds succeed/fail
199
+ - **Aggregate metrics** β€” success rate, mean/std rewards, total tasks
200
+ - **Serializable output** β€” save to JSON with `--output results.json`
201
+ - **Model comparison** β€” test different models with `--model`
202
+
203
+ Example output:
204
+ ```
205
+ ============================================================
206
+ Baseline Evaluation: Banking77 Intent Classification
207
+ ============================================================
208
+ Split(s): train
209
+ Tasks: 10
210
+ Success: 8/10
211
+ Execution time: 12.34s
212
+
213
+ Aggregate Metrics:
214
+ mean_outcome_reward: 0.8000
215
+ success_rate: 0.8000
216
+ total_tasks: 10
217
+ ```
218
+
219
+ ### Creating Custom Baselines
220
+
221
+ Coding agents can create new baseline files to test custom tasks:
222
+
223
+ ```python
224
+ # my_task_baseline.py
225
+ from synth_ai.baseline import BaselineConfig, BaselineTaskRunner, DataSplit, TaskResult
226
+
227
+ class MyTaskRunner(BaselineTaskRunner):
228
+ async def run_task(self, seed: int) -> TaskResult:
229
+ # Your task logic here
230
+ return TaskResult(...)
231
+
232
+ my_baseline = BaselineConfig(
233
+ baseline_id="my_task",
234
+ name="My Custom Task",
235
+ description="Evaluate my custom task",
236
+ task_runner=MyTaskRunner,
237
+ splits={
238
+ "train": DataSplit(name="train", seeds=list(range(10))),
239
+ },
240
+ )
241
+ ```
242
+
243
+ Place this file in `examples/baseline/` or name it `*_baseline.py` for auto-discovery.
244
+
245
+ ---
246
+
247
+ ## πŸ” SDK β†’ Dashboard Pairing
248
+
249
+ When you run `uvx synth-ai setup` (or legacy `uvx synth-ai rl_demo setup`):
250
+
251
+ - The SDK opens your browser to the Synth dashboard to pair your SDK with your signed-in session.
252
+ - Automatically detects your **user + organization**
253
+ - Ensures both **API keys** exist
254
+ - Writes them to your project’s `.env` as:
255
+
256
+ ```
257
+ SYNTH_API_KEY=
258
+ ENVIRONMENT_API_KEY=
259
+ ```
260
+
261
+ βœ… No keys printed or requested interactively β€” all handled via browser pairing.
262
+
263
+ ### Environment overrides
264
+
265
+ - `SYNTH_CANONICAL_ORIGIN` β†’ override dashboard base URL (default: https://www.usesynth.ai/dashboard)
266
+ - `SYNTH_CANONICAL_DEV` β†’ `1|true|on` to use local dashboard (http://localhost:3000)
267
+
268
+ ---
269
+
270
+ ## 🎯 Prompt Optimization
271
+
272
+ Automatically optimize prompts for classification, reasoning, and instruction-following tasks using evolutionary algorithms. Synth supports two state-of-the-art algorithms: **GEPA** (Genetic Evolution of Prompt Architectures) and **MIPRO** (Meta-Instruction PROposer).
273
+
274
+ **References:**
275
+ - **GEPA**: Agrawal et al. (2025). "GEPA: Reflective Prompt Evolution Can Outperform Reinforcement Learning." [arXiv:2507.19457](https://arxiv.org/abs/2507.19457)
276
+ - **MIPRO**: Opsahl-Ong et al. (2024). "Optimizing Instructions and Demonstrations for Multi-Stage Language Model Programs." [arXiv:2406.11695](https://arxiv.org/abs/2406.11695)
277
+
278
+ ### How It Works
279
+
280
+ Prompt optimization uses an **interceptor pattern** that ensures optimized prompts never reach task apps. All prompt modifications happen in the backend via an inference interceptor that substitutes prompts before they reach the LLM.
281
+
282
+ ```
283
+ βœ… CORRECT FLOW:
284
+ Backend β†’ register_prompt β†’ Interceptor β†’ substitutes β†’ LLM
285
+
286
+ ❌ WRONG FLOW:
287
+ Backend β†’ prompt_template in payload β†’ Task App (NEVER DO THIS)
288
+ ```
289
+
290
+ ### Algorithms
291
+
292
+ **GEPA (Genetic Evolution of Prompt Architectures)**
293
+ - Population-based evolutionary search
294
+ - LLM-guided mutations for intelligent prompt modifications
295
+ - Pareto optimization balancing performance and prompt length
296
+ - **Best for:** Broad exploration, diverse prompt variants, classification tasks
297
+ - **Results:** Improves accuracy from 60-75% (baseline) to 85-90%+ over 15 generations
298
+
299
+ **MIPRO (Meta-Instruction PROposer)**
300
+ - Meta-LLM (e.g., GPT-4o-mini) generates instruction variants
301
+ - TPE (Tree-structured Parzen Estimator) guides Bayesian search
302
+ - Bootstrap phase collects few-shot examples from high-scoring seeds
303
+ - **Best for:** Efficient optimization, task-specific improvements, faster convergence
304
+ - **Results:** Achieves similar accuracy gains with fewer evaluations (~96 rollouts vs ~1000 for GEPA)
305
+
306
+ ### Quick Start
307
+
308
+ 1. **Build a prompt evaluation task app**
309
+ ```bash
310
+ # Task app evaluates prompt performance (classification accuracy, QA correctness, etc.)
311
+ ```
312
+
313
+ 2. **Create a prompt learning config**
314
+ ```toml
315
+ [prompt_learning]
316
+ algorithm = "gepa" # or "mipro"
317
+ task_app_url = "https://my-task-app.modal.run"
318
+
319
+ [prompt_learning.initial_prompt]
320
+ messages = [
321
+ { role = "system", content = "You are a banking assistant..." },
322
+ { role = "user", pattern = "Customer Query: {query}..." }
323
+ ]
324
+
325
+ [prompt_learning.gepa]
326
+ initial_population_size = 20
327
+ num_generations = 15
328
+ ```
329
+
330
+ 3. **Launch optimization**
331
+ ```bash
332
+ uvx synth-ai train --type prompt_learning --config config.toml
333
+ ```
334
+
335
+ 4. **Query results**
336
+ ```python
337
+ from synth_ai.learning import get_prompt_text
338
+ best_prompt = get_prompt_text(job_id="pl_abc123", rank=1)
339
+ ```
340
+
341
+ **Full documentation:** [Prompt Learning Guide β†’](https://docs.usesynth.ai/prompt-learning/overview)
342
+
343
+ ---
344
+
345
+ ## πŸ“š Documentation
346
+
347
+ - **SDK Docs:** [https://docs.usesynth.ai/sdk/get-started](https://docs.usesynth.ai/sdk/get-started)
348
+ - **Prompt Learning:** [https://docs.usesynth.ai/prompt-learning/overview](https://docs.usesynth.ai/prompt-learning/overview)
349
+ - **CLI Reference:** [https://docs.usesynth.ai/cli](https://docs.usesynth.ai/cli)
350
+ - **API Reference:** [https://docs.usesynth.ai/api](https://docs.usesynth.ai/api)
351
+ - **Changelog:** [https://docs.usesynth.ai/changelog](https://docs.usesynth.ai/changelog)
352
+
353
+ ---
354
+
355
+ ## 🧠 Meta
356
+
357
+ - Package: [`synth-ai`](https://pypi.org/project/synth-ai)
358
+ - Import: `synth_ai`
359
+ - Source: [github.com/synth-laboratories/synth-ai](https://github.com/synth-laboratories/synth-ai)
360
+ - License: MIT
@@ -0,0 +1,286 @@
1
+ # Synth-AI SDK
2
+
3
+ [![Python](https://img.shields.io/badge/python-3.11+-blue)](https://www.python.org/)
4
+ [![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
5
+ [![PyPI](https://img.shields.io/badge/PyPI-0.2.23.dev2-orange)](https://pypi.org/project/synth-ai/)
6
+ ![Coverage](https://img.shields.io/badge/coverage-28.65%25-yellow)
7
+ ![Tests](https://img.shields.io/badge/tests-847%20passing-brightgreen)
8
+ ![Blacksmith CI](https://img.shields.io/badge/CI-Blacksmith%20Worker-blue)
9
+
10
+ > **Synth-AI** β€” Reinforcement Learning-as-a-Service for agents.
11
+ > **Docs:** [Get Started β†’](https://docs.usesynth.ai/sdk/get-started)
12
+
13
+ ---
14
+
15
+ ## πŸš€ Install latest version (0.2.23.dev2)
16
+
17
+ ```bash
18
+ pip install synth-ai
19
+ # or
20
+ uv add synth-ai
21
+ ```
22
+
23
+ **Import:**
24
+
25
+ ```python
26
+ import synth_ai
27
+ ```
28
+
29
+ **CLI (with uvx):**
30
+
31
+ ```bash
32
+ uvx synth-ai setup
33
+ uvx synth-ai demo
34
+ uvx synth-ai deploy
35
+ uvx synth-ai run
36
+ uvx synth-ai baseline # For coding agents: get baseline scores
37
+ ```
38
+
39
+ > Full quickstart: [https://docs.usesynth.ai/sdk/get-started](https://docs.usesynth.ai/sdk/get-started)
40
+
41
+ ---
42
+
43
+ When you run `uvx synth-ai setup`, the SDK opens your browser to the Synth dashboard for a one‑time pairing (handshake) with your signed‑in session. The SDK will automatically:
44
+
45
+
46
+ Fast and effective reinforcement learning for agents, via an API.
47
+ Easily scale GPU topologies, train multi-node, and integrate with existing agent software.
48
+
49
+ ### Highlights
50
+
51
+ - Scale GPU topologies (A10Gs, H100s, multi-node available on request)
52
+ - Thin FastAPI wrapper integration
53
+ - Supports OSS models like **Qwen3** (GPT-OSS GA soon)
54
+ - Own your trained models
55
+
56
+ ---
57
+
58
+ ## βš™οΈ Getting Started
59
+
60
+ Synth-AI ships with a built-in RL example: training **Qwen3-0.6B** on math reasoning.
61
+
62
+ 1. Create accounts at [Synth](https://usesynth.ai) and [Modal](https://modal.com)
63
+ 2. Then run:
64
+
65
+ ```bash
66
+ uvx synth-ai demo
67
+ uvx synth-ai setup
68
+ uvx synth-ai deploy
69
+ uvx synth-ai run
70
+ ```
71
+
72
+ 3. To walk through your first RL run, see
73
+ πŸ‘‰ [Synth-AI SDK Docs](https://docs.usesynth.ai/sdk/get-started)
74
+
75
+ ---
76
+
77
+ ## πŸ€– For Coding Agents: Get Started with Baselines
78
+
79
+ **Baselines** are the fastest way for coding agents to evaluate changes and measure improvement on Synth tasks.
80
+
81
+ ### Why Use Baselines?
82
+
83
+ Baselines provide a **self-contained evaluation system** that:
84
+ - βœ… **No infrastructure required** β€” runs locally, no deployed task app needed
85
+ - βœ… **Quick feedback loop** β€” get task-by-task results in seconds
86
+ - βœ… **Compare changes** β€” establish a baseline score before making modifications
87
+ - βœ… **Auto-discoverable** β€” finds baseline files automatically in your codebase
88
+
89
+ ### Quick Start for Coding Agents
90
+
91
+ ```bash
92
+ # 1. List available baselines
93
+ uvx synth-ai baseline list
94
+
95
+ # 2. Run a quick 3-task baseline to get started
96
+ uvx synth-ai baseline banking77 --split train --seeds 0,1,2
97
+
98
+ # 3. Get your baseline score (full train split)
99
+ uvx synth-ai baseline banking77 --split train
100
+
101
+ # 4. Make your changes to the code...
102
+
103
+ # 5. Re-run to compare performance
104
+ uvx synth-ai baseline banking77 --split train --output results_after.json
105
+ ```
106
+
107
+ ### Available Baselines
108
+
109
+ ```bash
110
+ # Filter by task type
111
+ uvx synth-ai baseline list --tag rl # RL tasks
112
+ uvx synth-ai baseline list --tag nlp # NLP tasks
113
+ uvx synth-ai baseline list --tag vision # Vision tasks
114
+
115
+ # Run specific baselines
116
+ uvx synth-ai baseline warming_up_to_rl # Crafter survival game
117
+ uvx synth-ai baseline pokemon_vl # Pokemon Red (vision)
118
+ uvx synth-ai baseline gepa # Banking77 classification
119
+ ```
120
+
121
+ ### Baseline Results
122
+
123
+ Each baseline run provides:
124
+ - **Task-by-task results** β€” see exactly which seeds succeed/fail
125
+ - **Aggregate metrics** β€” success rate, mean/std rewards, total tasks
126
+ - **Serializable output** β€” save to JSON with `--output results.json`
127
+ - **Model comparison** β€” test different models with `--model`
128
+
129
+ Example output:
130
+ ```
131
+ ============================================================
132
+ Baseline Evaluation: Banking77 Intent Classification
133
+ ============================================================
134
+ Split(s): train
135
+ Tasks: 10
136
+ Success: 8/10
137
+ Execution time: 12.34s
138
+
139
+ Aggregate Metrics:
140
+ mean_outcome_reward: 0.8000
141
+ success_rate: 0.8000
142
+ total_tasks: 10
143
+ ```
144
+
145
+ ### Creating Custom Baselines
146
+
147
+ Coding agents can create new baseline files to test custom tasks:
148
+
149
+ ```python
150
+ # my_task_baseline.py
151
+ from synth_ai.baseline import BaselineConfig, BaselineTaskRunner, DataSplit, TaskResult
152
+
153
+ class MyTaskRunner(BaselineTaskRunner):
154
+ async def run_task(self, seed: int) -> TaskResult:
155
+ # Your task logic here
156
+ return TaskResult(...)
157
+
158
+ my_baseline = BaselineConfig(
159
+ baseline_id="my_task",
160
+ name="My Custom Task",
161
+ description="Evaluate my custom task",
162
+ task_runner=MyTaskRunner,
163
+ splits={
164
+ "train": DataSplit(name="train", seeds=list(range(10))),
165
+ },
166
+ )
167
+ ```
168
+
169
+ Place this file in `examples/baseline/` or name it `*_baseline.py` for auto-discovery.
170
+
171
+ ---
172
+
173
+ ## πŸ” SDK β†’ Dashboard Pairing
174
+
175
+ When you run `uvx synth-ai setup` (or legacy `uvx synth-ai rl_demo setup`):
176
+
177
+ - The SDK opens your browser to the Synth dashboard to pair your SDK with your signed-in session.
178
+ - Automatically detects your **user + organization**
179
+ - Ensures both **API keys** exist
180
+ - Writes them to your project’s `.env` as:
181
+
182
+ ```
183
+ SYNTH_API_KEY=
184
+ ENVIRONMENT_API_KEY=
185
+ ```
186
+
187
+ βœ… No keys printed or requested interactively β€” all handled via browser pairing.
188
+
189
+ ### Environment overrides
190
+
191
+ - `SYNTH_CANONICAL_ORIGIN` β†’ override dashboard base URL (default: https://www.usesynth.ai/dashboard)
192
+ - `SYNTH_CANONICAL_DEV` β†’ `1|true|on` to use local dashboard (http://localhost:3000)
193
+
194
+ ---
195
+
196
+ ## 🎯 Prompt Optimization
197
+
198
+ Automatically optimize prompts for classification, reasoning, and instruction-following tasks using evolutionary algorithms. Synth supports two state-of-the-art algorithms: **GEPA** (Genetic Evolution of Prompt Architectures) and **MIPRO** (Meta-Instruction PROposer).
199
+
200
+ **References:**
201
+ - **GEPA**: Agrawal et al. (2025). "GEPA: Reflective Prompt Evolution Can Outperform Reinforcement Learning." [arXiv:2507.19457](https://arxiv.org/abs/2507.19457)
202
+ - **MIPRO**: Opsahl-Ong et al. (2024). "Optimizing Instructions and Demonstrations for Multi-Stage Language Model Programs." [arXiv:2406.11695](https://arxiv.org/abs/2406.11695)
203
+
204
+ ### How It Works
205
+
206
+ Prompt optimization uses an **interceptor pattern** that ensures optimized prompts never reach task apps. All prompt modifications happen in the backend via an inference interceptor that substitutes prompts before they reach the LLM.
207
+
208
+ ```
209
+ βœ… CORRECT FLOW:
210
+ Backend β†’ register_prompt β†’ Interceptor β†’ substitutes β†’ LLM
211
+
212
+ ❌ WRONG FLOW:
213
+ Backend β†’ prompt_template in payload β†’ Task App (NEVER DO THIS)
214
+ ```
215
+
216
+ ### Algorithms
217
+
218
+ **GEPA (Genetic Evolution of Prompt Architectures)**
219
+ - Population-based evolutionary search
220
+ - LLM-guided mutations for intelligent prompt modifications
221
+ - Pareto optimization balancing performance and prompt length
222
+ - **Best for:** Broad exploration, diverse prompt variants, classification tasks
223
+ - **Results:** Improves accuracy from 60-75% (baseline) to 85-90%+ over 15 generations
224
+
225
+ **MIPRO (Meta-Instruction PROposer)**
226
+ - Meta-LLM (e.g., GPT-4o-mini) generates instruction variants
227
+ - TPE (Tree-structured Parzen Estimator) guides Bayesian search
228
+ - Bootstrap phase collects few-shot examples from high-scoring seeds
229
+ - **Best for:** Efficient optimization, task-specific improvements, faster convergence
230
+ - **Results:** Achieves similar accuracy gains with fewer evaluations (~96 rollouts vs ~1000 for GEPA)
231
+
232
+ ### Quick Start
233
+
234
+ 1. **Build a prompt evaluation task app**
235
+ ```bash
236
+ # Task app evaluates prompt performance (classification accuracy, QA correctness, etc.)
237
+ ```
238
+
239
+ 2. **Create a prompt learning config**
240
+ ```toml
241
+ [prompt_learning]
242
+ algorithm = "gepa" # or "mipro"
243
+ task_app_url = "https://my-task-app.modal.run"
244
+
245
+ [prompt_learning.initial_prompt]
246
+ messages = [
247
+ { role = "system", content = "You are a banking assistant..." },
248
+ { role = "user", pattern = "Customer Query: {query}..." }
249
+ ]
250
+
251
+ [prompt_learning.gepa]
252
+ initial_population_size = 20
253
+ num_generations = 15
254
+ ```
255
+
256
+ 3. **Launch optimization**
257
+ ```bash
258
+ uvx synth-ai train --type prompt_learning --config config.toml
259
+ ```
260
+
261
+ 4. **Query results**
262
+ ```python
263
+ from synth_ai.learning import get_prompt_text
264
+ best_prompt = get_prompt_text(job_id="pl_abc123", rank=1)
265
+ ```
266
+
267
+ **Full documentation:** [Prompt Learning Guide β†’](https://docs.usesynth.ai/prompt-learning/overview)
268
+
269
+ ---
270
+
271
+ ## πŸ“š Documentation
272
+
273
+ - **SDK Docs:** [https://docs.usesynth.ai/sdk/get-started](https://docs.usesynth.ai/sdk/get-started)
274
+ - **Prompt Learning:** [https://docs.usesynth.ai/prompt-learning/overview](https://docs.usesynth.ai/prompt-learning/overview)
275
+ - **CLI Reference:** [https://docs.usesynth.ai/cli](https://docs.usesynth.ai/cli)
276
+ - **API Reference:** [https://docs.usesynth.ai/api](https://docs.usesynth.ai/api)
277
+ - **Changelog:** [https://docs.usesynth.ai/changelog](https://docs.usesynth.ai/changelog)
278
+
279
+ ---
280
+
281
+ ## 🧠 Meta
282
+
283
+ - Package: [`synth-ai`](https://pypi.org/project/synth-ai)
284
+ - Import: `synth_ai`
285
+ - Source: [github.com/synth-laboratories/synth-ai](https://github.com/synth-laboratories/synth-ai)
286
+ - License: MIT
@@ -0,0 +1 @@
1
+ ### The instructions for how to create and configure a task app are documented at https://docs.usesynth.ai/sdk/task-apps
@@ -0,0 +1,17 @@
1
+ #!/bin/bash
2
+
3
+ # Run Crafter agent and analyze semantic map word distribution
4
+ # This script demonstrates semantic analysis of agent observations
5
+ # Output: Markdown tables and JSON data (no plotting dependencies)
6
+
7
+ echo "πŸ” Analyzing semantic map words from Crafter agent..."
8
+ echo "Make sure the synth-ai service is running: uvx synth-ai deploy --runtime uvicorn"
9
+ echo ""
10
+
11
+ cd synth_ai/environments/examples/crafter_classic/agent_demos/
12
+
13
+ # Run the semantic analysis (markdown output only)
14
+ python analyze_semantic_words_markdown.py --model gemini-1.5-flash --episodes 3 --max-turns 30
15
+
16
+ echo ""
17
+ echo "βœ… Analysis complete! Check the generated markdown report and JSON files."