synth-ai 0.2.5__tar.gz → 0.2.6.dev1__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 (423) hide show
  1. {synth_ai-0.2.5/synth_ai.egg-info → synth_ai-0.2.6.dev1}/PKG-INFO +2 -2
  2. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/pyproject.toml +2 -2
  3. synth_ai-0.2.6.dev1/synth_ai/__init__.py +36 -0
  4. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/experimental/synth_oss.py +2 -2
  5. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/decorators.py +1 -0
  6. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/hooks.py +1 -0
  7. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/session_tracer.py +18 -7
  8. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/turso/manager.py +3 -1
  9. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/turso/models.py +3 -0
  10. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/utils.py +1 -0
  11. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1/synth_ai.egg-info}/PKG-INFO +2 -2
  12. synth_ai-0.2.5/synth_ai/__init__.py +0 -43
  13. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/LICENSE +0 -0
  14. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/MANIFEST.in +0 -0
  15. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/README.md +0 -0
  16. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/setup.cfg +0 -0
  17. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/__main__.py +0 -0
  18. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/cli/__init__.py +0 -0
  19. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/cli/balance.py +0 -0
  20. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/cli/calc.py +0 -0
  21. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/cli/demo.py +0 -0
  22. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/cli/legacy_root_backup.py +0 -0
  23. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/cli/man.py +0 -0
  24. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/cli/recent.py +0 -0
  25. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/cli/rl_demo.py +0 -0
  26. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/cli/root.py +0 -0
  27. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/cli/status.py +0 -0
  28. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/cli/traces.py +0 -0
  29. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/cli/watch.py +0 -0
  30. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/compound/cais.py +0 -0
  31. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/config/base_url.py +0 -0
  32. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/core/experiment.py +0 -0
  33. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/core/system.py +0 -0
  34. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/demos/core/__init__.py +0 -0
  35. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/demos/core/cli.py +0 -0
  36. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/demos/demo_task_apps/__init__.py +0 -0
  37. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/demos/demo_task_apps/core.py +0 -0
  38. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/demos/demo_task_apps/math/__init__.py +0 -0
  39. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/demos/demo_task_apps/math/app.py +0 -0
  40. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/demos/demo_task_apps/math/config.toml +0 -0
  41. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/demos/demo_task_apps/math/deploy_modal.py +0 -0
  42. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/demos/demo_task_apps/math/deploy_task_app.sh +0 -0
  43. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/__init__.py +0 -0
  44. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/environment/__init__.py +0 -0
  45. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/environment/artifacts/__init__.py +0 -0
  46. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/environment/artifacts/base.py +0 -0
  47. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/environment/core.py +0 -0
  48. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/environment/db/__init__.py +0 -0
  49. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/environment/db/sqlite.py +0 -0
  50. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/environment/registry.py +0 -0
  51. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/environment/resources/sqlite.py +0 -0
  52. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/environment/results.py +0 -0
  53. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/environment/rewards/__init__.py +0 -0
  54. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/environment/rewards/core.py +0 -0
  55. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/environment/shared_engine.py +0 -0
  56. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/environment/tools/__init__.py +0 -0
  57. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/__init__.py +0 -0
  58. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/bandit/__init__.py +0 -0
  59. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/bandit/engine.py +0 -0
  60. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/bandit/environment.py +0 -0
  61. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/bandit/taskset.py +0 -0
  62. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/__init__.py +0 -0
  63. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/analyze_semantic_words_markdown.py +0 -0
  64. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_comprehensive_evaluation.py +0 -0
  65. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_evaluation_browser.py +0 -0
  66. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_evaluation_config.toml +0 -0
  67. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_evaluation_framework.py +0 -0
  68. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/crafter_synth_config.toml +0 -0
  69. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/filter_config_modal.toml +0 -0
  70. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/filter_traces_sft_turso.py +0 -0
  71. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/kick_off_ft_modal.py +0 -0
  72. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_action_results.py +0 -0
  73. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_agent_actions.py +0 -0
  74. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_latest_run.py +0 -0
  75. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_lm_traces.py +0 -0
  76. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_no_rewards.py +0 -0
  77. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_trace_issue.py +0 -0
  78. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/check_db_schema.py +0 -0
  79. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/check_latest_results.py +0 -0
  80. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/debug_agent_responses.py +0 -0
  81. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/quick_trace_check.py +0 -0
  82. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/compare_experiments.py +0 -0
  83. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/filter_traces_sft_turso.py +0 -0
  84. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/kick_off_ft_oai.py +0 -0
  85. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/multi_model_config.toml +0 -0
  86. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/analyze_enhanced_hooks.py +0 -0
  87. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/analyze_hook_events.py +0 -0
  88. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/analyze_hook_results.py +0 -0
  89. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/check_hook_storage.py +0 -0
  90. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/check_seeds.py +0 -0
  91. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/compare_seed_performance.py +0 -0
  92. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/custom_eval_pipelines.py +0 -0
  93. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/plot_hook_frequency.py +0 -0
  94. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/seed_analysis_summary.py +0 -0
  95. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/run_rollouts_for_models_and_compare_v3.py +0 -0
  96. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_quick_evaluation.py +0 -0
  97. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_react_agent.py +0 -0
  98. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_trace_evaluation.py +0 -0
  99. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/example_v3_usage.py +0 -0
  100. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/compare_traces.py +0 -0
  101. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/crafter_comprehensive_evaluation.py +0 -0
  102. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/crafter_env_serialization.py +0 -0
  103. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/crafter_evaluation_browser.py +0 -0
  104. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/crafter_quick_evaluation.py +0 -0
  105. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/crafter_trace_evaluation.py +0 -0
  106. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/debug_player_loss.py +0 -0
  107. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/diagnose_service.py +0 -0
  108. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/diagnose_slowness.py +0 -0
  109. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/eval_by_difficulty.py +0 -0
  110. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/eval_example.py +0 -0
  111. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/explore_saved_states.py +0 -0
  112. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/filter_traces_sft.py +0 -0
  113. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/filter_traces_sft_OLD.py +0 -0
  114. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/generate_ft_data_gemini.py +0 -0
  115. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/generate_ft_data_modal.py +0 -0
  116. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/generate_ft_metadata.py +0 -0
  117. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/kick_off_ft_gemini.py +0 -0
  118. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/kick_off_ft_modal.py +0 -0
  119. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/prepare_vertex_ft.py +0 -0
  120. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/profile_env_slowness.py +0 -0
  121. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/replicate_issue.py +0 -0
  122. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/run_and_eval.py +0 -0
  123. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/run_comparison.py +0 -0
  124. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/run_qwen_rollouts.py +0 -0
  125. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/trace_eval_OLD.py +0 -0
  126. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/agent_demos/old/validate_openai_format.py +0 -0
  127. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/config_logging.py +0 -0
  128. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/debug_translation.py +0 -0
  129. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/engine.py +0 -0
  130. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/engine_deterministic_patch.py +0 -0
  131. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/engine_helpers/action_map.py +0 -0
  132. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/engine_helpers/serialization.py +0 -0
  133. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/engine_serialization_patch_v3.py +0 -0
  134. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/environment.py +0 -0
  135. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/taskset.py +0 -0
  136. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/trace_hooks_v3.py +0 -0
  137. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_classic/world_config_patch_simple.py +0 -0
  138. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/__init__.py +0 -0
  139. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/agent_demos/__init__.py +0 -0
  140. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/agent_demos/trace_eval.py +0 -0
  141. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/crafter/__init__.py +0 -0
  142. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/crafter/config.py +0 -0
  143. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/crafter/constants.py +0 -0
  144. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/crafter/engine.py +0 -0
  145. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/crafter/env.py +0 -0
  146. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/crafter/objects.py +0 -0
  147. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/crafter/recorder.py +0 -0
  148. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/crafter/worldgen.py +0 -0
  149. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/dataset_builder.py +0 -0
  150. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/environment.py +0 -0
  151. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/old/analyze_diamond_issue.py +0 -0
  152. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/old/analyze_diamond_spawning.py +0 -0
  153. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/old/compare_worlds.py +0 -0
  154. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/old/dataset_stats.py +0 -0
  155. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/old/diamond_spawning_summary.py +0 -0
  156. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/old/example_dataset_usage.py +0 -0
  157. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/crafter_custom/run_dataset.py +0 -0
  158. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/enron/art_helpers/email_search_tools.py +0 -0
  159. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/enron/art_helpers/local_email_db.py +0 -0
  160. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/enron/art_helpers/types_enron.py +0 -0
  161. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/enron/engine.py +0 -0
  162. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/enron/environment.py +0 -0
  163. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/enron/taskset.py +0 -0
  164. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/enron/units/keyword_stats.py +0 -0
  165. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/minigrid/__init__.py +0 -0
  166. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/minigrid/agent_demos/minigrid_evaluation_framework.py +0 -0
  167. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/minigrid/agent_demos/minigrid_quick_evaluation.py +0 -0
  168. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/minigrid/agent_demos/minigrid_react_agent.py +0 -0
  169. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/minigrid/agent_demos/minigrid_trace_evaluation.py +0 -0
  170. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/minigrid/engine.py +0 -0
  171. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/minigrid/environment.py +0 -0
  172. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/minigrid/environment_mapping.py +0 -0
  173. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/minigrid/puzzle_loader.py +0 -0
  174. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/minigrid/taskset.py +0 -0
  175. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/nethack/__init__.py +0 -0
  176. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/nethack/achievements.py +0 -0
  177. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/nethack/agent_demos/nethack_evaluation_framework.py +0 -0
  178. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/nethack/agent_demos/nethack_quick_evaluation.py +0 -0
  179. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/nethack/agent_demos/nethack_react_agent.py +0 -0
  180. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/nethack/engine.py +0 -0
  181. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/nethack/environment.py +0 -0
  182. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/nethack/helpers/__init__.py +0 -0
  183. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/nethack/helpers/action_mapping.py +0 -0
  184. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/nethack/helpers/nle_wrapper.py +0 -0
  185. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/nethack/helpers/observation_utils.py +0 -0
  186. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/nethack/helpers/recording_wrapper.py +0 -0
  187. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/nethack/helpers/trajectory_recorder.py +0 -0
  188. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/nethack/helpers/visualization/replay_viewer.py +0 -0
  189. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/nethack/helpers/visualization/visualizer.py +0 -0
  190. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/nethack/taskset.py +0 -0
  191. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/__init__.py +0 -0
  192. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/agent_demos/__init__.py +0 -0
  193. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/config_logging.py +0 -0
  194. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine.py +0 -0
  195. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine_helpers/__init__.py +0 -0
  196. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine_helpers/memory_map.py +0 -0
  197. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine_helpers/reward_components.py +0 -0
  198. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine_helpers/reward_library/__init__.py +0 -0
  199. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine_helpers/reward_library/adaptive_rewards.py +0 -0
  200. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine_helpers/reward_library/battle_rewards.py +0 -0
  201. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine_helpers/reward_library/composite_rewards.py +0 -0
  202. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine_helpers/reward_library/economy_rewards.py +0 -0
  203. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine_helpers/reward_library/efficiency_rewards.py +0 -0
  204. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine_helpers/reward_library/exploration_rewards.py +0 -0
  205. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine_helpers/reward_library/novelty_rewards.py +0 -0
  206. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine_helpers/reward_library/pallet_town_rewards.py +0 -0
  207. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine_helpers/reward_library/pokemon_rewards.py +0 -0
  208. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine_helpers/reward_library/social_rewards.py +0 -0
  209. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine_helpers/reward_library/story_rewards.py +0 -0
  210. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine_helpers/screen_analysis.py +0 -0
  211. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/engine_helpers/state_extraction.py +0 -0
  212. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/environment.py +0 -0
  213. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/taskset.py +0 -0
  214. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/red/units/__init__.py +0 -0
  215. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/__init__.py +0 -0
  216. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/agent_demos/sokoban_full_eval.py +0 -0
  217. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/engine.py +0 -0
  218. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/engine_helpers/__init__.py +0 -0
  219. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/engine_helpers/room_utils.py +0 -0
  220. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/__init__.py +0 -0
  221. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/__init__.py +0 -0
  222. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/boxoban_env.py +0 -0
  223. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/render_utils.py +0 -0
  224. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/room_utils.py +0 -0
  225. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/sokoban_env.py +0 -0
  226. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/sokoban_env_fixed_targets.py +0 -0
  227. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/sokoban_env_pull.py +0 -0
  228. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/sokoban_env_two_player.py +0 -0
  229. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/sokoban_env_variations.py +0 -0
  230. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/environment.py +0 -0
  231. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/generate_verified_puzzles.py +0 -0
  232. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/puzzle_loader.py +0 -0
  233. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/taskset.py +0 -0
  234. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/sokoban/units/astar_common.py +0 -0
  235. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/tictactoe/__init__.py +0 -0
  236. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/tictactoe/engine.py +0 -0
  237. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/tictactoe/environment.py +0 -0
  238. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/tictactoe/taskset.py +0 -0
  239. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/verilog/__init__.py +0 -0
  240. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/verilog/engine.py +0 -0
  241. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/verilog/environment.py +0 -0
  242. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/verilog/taskset.py +0 -0
  243. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/wordle/__init__.py +0 -0
  244. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/wordle/engine.py +0 -0
  245. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/wordle/environment.py +0 -0
  246. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/wordle/helpers/generate_instances_wordfreq.py +0 -0
  247. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/examples/wordle/taskset.py +0 -0
  248. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/reproducibility/core.py +0 -0
  249. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/reproducibility/helpers.py +0 -0
  250. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/reproducibility/tree.py +0 -0
  251. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/service/app.py +0 -0
  252. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/service/core_routes.py +0 -0
  253. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/service/external_registry.py +0 -0
  254. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/service/registry.py +0 -0
  255. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/stateful/__init__.py +0 -0
  256. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/stateful/core.py +0 -0
  257. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/stateful/engine.py +0 -0
  258. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/stateful/state.py +0 -0
  259. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/tasks/api.py +0 -0
  260. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/tasks/core.py +0 -0
  261. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/tasks/filters.py +0 -0
  262. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/tasks/utils.py +0 -0
  263. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/v0_observability/history.py +0 -0
  264. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/environments/v0_observability/log.py +0 -0
  265. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/evals/base.py +0 -0
  266. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/http.py +0 -0
  267. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/inference/__init__.py +0 -0
  268. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/inference/client.py +0 -0
  269. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/install_sqld.sh +0 -0
  270. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/jobs/client.py +0 -0
  271. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/__init__.py +0 -0
  272. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/client.py +0 -0
  273. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/config.py +0 -0
  274. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/constants.py +0 -0
  275. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/core.py +0 -0
  276. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/filtering.py +0 -0
  277. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/ft_client.py +0 -0
  278. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/gateway.py +0 -0
  279. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/health.py +0 -0
  280. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/jobs.py +0 -0
  281. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/offline/dpo.py +0 -0
  282. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/offline/providers.py +0 -0
  283. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/offline/sft.py +0 -0
  284. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/offline/shared.py +0 -0
  285. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/online/grpo.py +0 -0
  286. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/online/irft.py +0 -0
  287. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/prompts/banking77_injection_eval.py +0 -0
  288. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/prompts/gepa.py +0 -0
  289. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/prompts/hello_world_in_context_injection_ex.py +0 -0
  290. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/prompts/mipro.py +0 -0
  291. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/prompts/random_search.py +0 -0
  292. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/prompts/run_mipro_banking77.py +0 -0
  293. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/prompts/run_random_search_banking77.py +0 -0
  294. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/rl_client.py +0 -0
  295. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/sse.py +0 -0
  296. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/learning/validators.py +0 -0
  297. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/__init__.py +0 -0
  298. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/caching/__init__.py +0 -0
  299. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/caching/constants.py +0 -0
  300. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/caching/dbs.py +0 -0
  301. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/caching/ephemeral.py +0 -0
  302. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/caching/handler.py +0 -0
  303. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/caching/initialize.py +0 -0
  304. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/caching/persistent.py +0 -0
  305. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/config.py +0 -0
  306. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/constants.py +0 -0
  307. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/core/__init__.py +0 -0
  308. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/core/all.py +0 -0
  309. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/core/exceptions.py +0 -0
  310. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/core/main.py +0 -0
  311. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/core/main_v3.py +0 -0
  312. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/core/synth_models.py +0 -0
  313. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/core/vendor_clients.py +0 -0
  314. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/cost/__init__.py +0 -0
  315. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/cost/monitor.py +0 -0
  316. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/cost/statefulness.py +0 -0
  317. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/injection.py +0 -0
  318. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/overrides.py +0 -0
  319. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/provider_support/__init__.py +0 -0
  320. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/provider_support/anthropic.py +0 -0
  321. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/provider_support/openai.py +0 -0
  322. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/provider_support/suppress_logging.py +0 -0
  323. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/structured_outputs/__init__.py +0 -0
  324. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/structured_outputs/handler.py +0 -0
  325. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/structured_outputs/inject.py +0 -0
  326. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/structured_outputs/rehabilitate.py +0 -0
  327. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/tools/__init__.py +0 -0
  328. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/tools/base.py +0 -0
  329. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/unified_interface.py +0 -0
  330. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/__init__.py +0 -0
  331. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/base.py +0 -0
  332. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/core/__init__.py +0 -0
  333. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/core/anthropic_api.py +0 -0
  334. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/core/gemini_api.py +0 -0
  335. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/core/mistral_api.py +0 -0
  336. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/core/openai_api.py +0 -0
  337. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/core/synth_dev_api.py +0 -0
  338. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/local/__init__.py +0 -0
  339. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/local/ollama.py +0 -0
  340. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/openai_standard.py +0 -0
  341. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/openai_standard_responses.py +0 -0
  342. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/retries.py +0 -0
  343. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/supported/__init__.py +0 -0
  344. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/supported/custom_endpoint.py +0 -0
  345. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/supported/deepseek.py +0 -0
  346. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/supported/grok.py +0 -0
  347. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/supported/groq.py +0 -0
  348. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/supported/ollama.py +0 -0
  349. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/supported/openrouter.py +0 -0
  350. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/supported/together.py +0 -0
  351. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/vendors/synth_client.py +0 -0
  352. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/lm/warmup.py +0 -0
  353. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/rl/__init__.py +0 -0
  354. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/rl/contracts.py +0 -0
  355. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/rl/env_keys.py +0 -0
  356. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/rl/secrets.py +0 -0
  357. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/scripts/verify_rewards.py +0 -0
  358. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/task/__init__.py +0 -0
  359. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/task/contracts.py +0 -0
  360. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/task/health.py +0 -0
  361. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/task/validators.py +0 -0
  362. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing/__init__.py +0 -0
  363. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v1/__init__.py +0 -0
  364. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/__init__.py +0 -0
  365. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/abstractions.py +0 -0
  366. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/config.py +0 -0
  367. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/db_config.py +0 -0
  368. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/examples/basic_usage.py +0 -0
  369. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/llm_call_record_helpers.py +0 -0
  370. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/lm_call_record_abstractions.py +0 -0
  371. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/migration_helper.py +0 -0
  372. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/replica_sync.py +0 -0
  373. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/storage/__init__.py +0 -0
  374. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/storage/base.py +0 -0
  375. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/storage/config.py +0 -0
  376. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/storage/exceptions.py +0 -0
  377. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/storage/factory.py +0 -0
  378. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/storage/types.py +0 -0
  379. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/storage/utils.py +0 -0
  380. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/turso/__init__.py +0 -0
  381. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/tracing_v3/turso/daemon.py +0 -0
  382. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/__init__.py +0 -0
  383. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/abstractions.py +0 -0
  384. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/base_client.py +0 -0
  385. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/client_manager.py +0 -0
  386. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/config.py +0 -0
  387. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/context.py +0 -0
  388. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/decorators.py +0 -0
  389. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/events/__init__.py +0 -0
  390. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/events/manage.py +0 -0
  391. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/events/scope.py +0 -0
  392. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/events/store.py +0 -0
  393. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/immediate_client.py +0 -0
  394. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/local.py +0 -0
  395. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/log_client_base.py +0 -0
  396. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/retry_queue.py +0 -0
  397. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/trackers.py +0 -0
  398. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/upload.py +0 -0
  399. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing/utils.py +0 -0
  400. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/__init__.py +0 -0
  401. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/abstractions.py +0 -0
  402. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/base_client.py +0 -0
  403. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/client_manager.py +0 -0
  404. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/config.py +0 -0
  405. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/context.py +0 -0
  406. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/decorators.py +0 -0
  407. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/events/__init__.py +0 -0
  408. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/events/manage.py +0 -0
  409. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/events/scope.py +0 -0
  410. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/events/store.py +0 -0
  411. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/immediate_client.py +0 -0
  412. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/local.py +0 -0
  413. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/log_client_base.py +0 -0
  414. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/retry_queue.py +0 -0
  415. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/trackers.py +0 -0
  416. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/upload.py +0 -0
  417. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/v0/tracing_v1/utils.py +0 -0
  418. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai/zyk/__init__.py +0 -0
  419. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai.egg-info/SOURCES.txt +0 -0
  420. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai.egg-info/dependency_links.txt +0 -0
  421. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai.egg-info/entry_points.txt +0 -0
  422. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai.egg-info/requires.txt +0 -0
  423. {synth_ai-0.2.5 → synth_ai-0.2.6.dev1}/synth_ai.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: synth-ai
3
- Version: 0.2.5
4
- Summary: Software for aiding the best and multiplying the will - Core AI functionality and tracing
3
+ Version: 0.2.6.dev1
4
+ Summary: RL as a service SDK - Core AI functionality and tracing
5
5
  Author-email: Synth AI <josh@usesynth.ai>
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/synth-laboratories/synth-ai
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "synth-ai"
3
- version = "0.2.5"
4
- description = "Software for aiding the best and multiplying the will - Core AI functionality and tracing"
3
+ version = "0.2.6.dev1"
4
+ description = "RL as a service SDK - Core AI functionality and tracing"
5
5
  authors = [{name = "Synth AI", email = "josh@usesynth.ai"}]
6
6
  license = "MIT"
7
7
  readme = "README.md"
@@ -0,0 +1,36 @@
1
+ """
2
+ Synth AI - Software for aiding the best and multiplying the will.
3
+ """
4
+
5
+ # Environment exports - moved from synth-env
6
+ from synth_ai.environments import * # noqa
7
+ import synth_ai.environments as environments # expose module name for __all__
8
+ try:
9
+ from synth_ai.lm.core.main import LM # Moved from zyk to lm for better organization
10
+ except Exception: # allow minimal imports (e.g., tracing) without LM stack
11
+ LM = None # type: ignore
12
+ try:
13
+ from synth_ai.lm.provider_support.anthropic import Anthropic, AsyncAnthropic
14
+ except Exception: # optional in minimal environments
15
+ Anthropic = AsyncAnthropic = None # type: ignore
16
+
17
+ # Provider support exports - moved from synth-sdk to synth_ai/lm
18
+ try:
19
+ from synth_ai.lm.provider_support.openai import AsyncOpenAI, OpenAI
20
+ except Exception:
21
+ AsyncOpenAI = OpenAI = None # type: ignore
22
+
23
+ # Legacy tracing v1 is not required for v3 usage and can be unavailable in minimal envs.
24
+ tracing = None # type: ignore
25
+ EventPartitionElement = RewardSignal = SystemTrace = TrainingQuestion = None # type: ignore
26
+ trace_event_async = trace_event_sync = upload = None # type: ignore
27
+
28
+ __version__ = "0.2.6.dev1"
29
+ __all__ = [
30
+ "LM",
31
+ "OpenAI",
32
+ "AsyncOpenAI",
33
+ "Anthropic",
34
+ "AsyncAnthropic",
35
+ "environments",
36
+ ] # Explicitly define public API (v1 tracing omitted in minimal env)
@@ -13,8 +13,8 @@ SYNTH_BACKEND_URL = ""
13
13
 
14
14
  # Learning V2 Modal Service URLs
15
15
  LEARNING_V2_URLS = {
16
- "dev": "https://synth-laboratories-dev--learning-v2-service-dev-fastapi-app.modal.run",
17
- "prod": "https://synth-laboratories-prod--learning-v2-service-prod-fastapi-app.modal.run",
16
+ "dev": "https://synth-laboratories-dev--learning-v2-service-fastapi-app.modal.run",
17
+ "prod": "https://synth-laboratories-prod--learning-v2-service-fastapi-app.modal.run",
18
18
  "main": "https://synth-laboratories--learning-v2-service-fastapi-app.modal.run"
19
19
  }
20
20
 
@@ -1,3 +1,4 @@
1
+ from __future__ import annotations
1
2
  """Async-aware decorators for tracing v3.
2
3
 
3
4
  This module provides decorators and context management utilities for the tracing
@@ -1,3 +1,4 @@
1
+ from __future__ import annotations
1
2
  """Hook system for extending tracing functionality.
2
3
 
3
4
  The hook system provides a flexible way to extend the tracing system without
@@ -1,3 +1,4 @@
1
+ from __future__ import annotations
1
2
  """Main SessionTracer class for tracing v3."""
2
3
 
3
4
  import asyncio
@@ -426,19 +427,29 @@ class SessionTracer:
426
427
  # Reward recording helpers
427
428
  # -------------------------------
428
429
 
429
- async def record_outcome_reward(self, *, total_reward: int, achievements_count: int, total_steps: int) -> int | None:
430
+ async def record_outcome_reward(self, *, total_reward: int, achievements_count: int, total_steps: int, reward_metadata: dict[str, Any] | None = None) -> int | None:
430
431
  """Record an episode-level outcome reward for the current session."""
431
432
  if self._current_trace is None:
432
433
  raise RuntimeError("No active session")
433
434
  if self.db is None:
434
435
  await self.initialize()
435
436
  if self.db:
436
- return await self.db.insert_outcome_reward(
437
- self._current_trace.session_id,
438
- total_reward=total_reward,
439
- achievements_count=achievements_count,
440
- total_steps=total_steps,
441
- )
437
+ try:
438
+ return await self.db.insert_outcome_reward(
439
+ self._current_trace.session_id,
440
+ total_reward=total_reward,
441
+ achievements_count=achievements_count,
442
+ total_steps=total_steps,
443
+ reward_metadata=reward_metadata or {},
444
+ )
445
+ except TypeError:
446
+ # Backward-compat: older manager without reward_metadata param
447
+ return await self.db.insert_outcome_reward(
448
+ self._current_trace.session_id,
449
+ total_reward=total_reward,
450
+ achievements_count=achievements_count,
451
+ total_steps=total_steps,
452
+ )
442
453
  return None
443
454
 
444
455
  # StepMetrics removed in favor of event_rewards; use record_event_reward for per-turn shaped values
@@ -1,3 +1,4 @@
1
+ from __future__ import annotations
1
2
  """Async SQLAlchemy-based trace manager for Turso/sqld.
2
3
 
3
4
  This module provides the database interface for the tracing system using
@@ -703,13 +704,14 @@ class AsyncSQLTraceManager:
703
704
  # Reward helpers
704
705
  # -------------------------------
705
706
 
706
- async def insert_outcome_reward(self, session_id: str, *, total_reward: int, achievements_count: int, total_steps: int) -> int:
707
+ async def insert_outcome_reward(self, session_id: str, *, total_reward: int, achievements_count: int, total_steps: int, reward_metadata: dict | None = None) -> int:
707
708
  async with self.session() as sess:
708
709
  row = DBOutcomeReward(
709
710
  session_id=session_id,
710
711
  total_reward=total_reward,
711
712
  achievements_count=achievements_count,
712
713
  total_steps=total_steps,
714
+ reward_metadata=reward_metadata or {},
713
715
  )
714
716
  sess.add(row)
715
717
  await sess.flush()
@@ -1,3 +1,4 @@
1
+ from __future__ import annotations
1
2
  """SQLAlchemy declarative models for tracing v3."""
2
3
 
3
4
  import json
@@ -428,6 +429,8 @@ class OutcomeReward(Base):
428
429
  achievements_count = Column(Integer, nullable=False, default=0)
429
430
  total_steps = Column(Integer, nullable=False, default=0)
430
431
  created_at = Column(DateTime, default=func.current_timestamp(), nullable=False)
432
+ # Store additional structured metadata about the outcome (e.g., achievements list)
433
+ reward_metadata = Column(JSONText)
431
434
 
432
435
  __table_args__ = (
433
436
  Index("idx_outcome_rewards_session", "session_id"),
@@ -1,3 +1,4 @@
1
+ from __future__ import annotations
1
2
  """Utility functions for tracing v3."""
2
3
 
3
4
  import hashlib
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: synth-ai
3
- Version: 0.2.5
4
- Summary: Software for aiding the best and multiplying the will - Core AI functionality and tracing
3
+ Version: 0.2.6.dev1
4
+ Summary: RL as a service SDK - Core AI functionality and tracing
5
5
  Author-email: Synth AI <josh@usesynth.ai>
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/synth-laboratories/synth-ai
@@ -1,43 +0,0 @@
1
- """
2
- Synth AI - Software for aiding the best and multiplying the will.
3
- """
4
-
5
- # Environment exports - moved from synth-env
6
- from synth_ai.environments import * # noqa
7
- import synth_ai.environments as environments # expose module name for __all__
8
- from synth_ai.lm.core.main import LM # Moved from zyk to lm for better organization
9
- from synth_ai.lm.provider_support.anthropic import Anthropic, AsyncAnthropic
10
-
11
- # Provider support exports - moved from synth-sdk to synth_ai/lm
12
- from synth_ai.lm.provider_support.openai import AsyncOpenAI, OpenAI
13
-
14
- # Tracing exports - moved from synth-sdk (deprecated v1)
15
- from synth_ai.tracing_v1 import * # noqa
16
- import synth_ai.tracing_v1 as tracing # expose module name for __all__
17
- from synth_ai.tracing_v1.abstractions import (
18
- EventPartitionElement,
19
- RewardSignal,
20
- SystemTrace,
21
- TrainingQuestion,
22
- )
23
- from synth_ai.tracing_v1.decorators import trace_event_async, trace_event_sync
24
- from synth_ai.tracing_v1.upload import upload
25
-
26
- __version__ = "0.2.5"
27
- __all__ = [
28
- "LM",
29
- "tracing",
30
- "OpenAI",
31
- "AsyncOpenAI",
32
- "Anthropic",
33
- "AsyncAnthropic",
34
- "environments",
35
- # v1 tracing legacy API re-exports
36
- "EventPartitionElement",
37
- "RewardSignal",
38
- "SystemTrace",
39
- "TrainingQuestion",
40
- "trace_event_async",
41
- "trace_event_sync",
42
- "upload",
43
- ] # Explicitly define public API
File without changes
File without changes
File without changes
File without changes