synth-ai 0.2.9.dev1__tar.gz → 0.2.9.dev3__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.
Potentially problematic release.
This version of synth-ai might be problematic. Click here for more details.
- {synth_ai-0.2.9.dev1/synth_ai.egg-info → synth_ai-0.2.9.dev3}/PKG-INFO +1 -1
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/pyproject.toml +1 -1
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/demo_registry.py +7 -7
- synth_ai-0.2.9.dev3/synth_ai/demos/demo_task_apps/crafter/__init__.py +1 -0
- synth_ai-0.2.9.dev3/synth_ai/demos/demo_task_apps/crafter/configs/crafter_fft_4b.toml +54 -0
- synth_ai-0.2.9.dev3/synth_ai/demos/demo_task_apps/crafter/configs/rl_from_base_qwen4b.toml +73 -0
- synth_ai-0.2.9.dev3/synth_ai/demos/demo_task_apps/crafter/grpo_crafter_task_app.py +165 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3/synth_ai.egg-info}/PKG-INFO +1 -1
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai.egg-info/SOURCES.txt +4 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/LICENSE +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/MANIFEST.in +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/README.md +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/setup.cfg +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/__main__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/api/train/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/api/train/builders.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/api/train/cli.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/api/train/config_finder.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/api/train/env_resolver.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/api/train/pollers.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/api/train/task_app.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/api/train/utils.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/cli/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/cli/balance.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/cli/calc.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/cli/demo.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/cli/legacy_root_backup.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/cli/man.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/cli/recent.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/cli/rl_demo.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/cli/root.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/cli/status.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/cli/task_apps.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/cli/traces.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/cli/watch.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/compound/cais.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/config/base_url.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/core/experiment.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/core/system.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/demos/core/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/demos/core/cli.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/demos/demo_task_apps/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/demos/demo_task_apps/core.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/demos/demo_task_apps/math/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/demos/demo_task_apps/math/_common.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/demos/demo_task_apps/math/app.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/demos/demo_task_apps/math/config.toml +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/demos/demo_task_apps/math/deploy_modal.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/demos/demo_task_apps/math/deploy_task_app.sh +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/demos/demo_task_apps/math/modal_task_app.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/demos/demo_task_apps/math/task_app_entry.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/artifacts/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/artifacts/base.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/core.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/db/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/db/sqlite.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/registry.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/resources/sqlite.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/results.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/rewards/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/rewards/core.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/shared_engine.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/tools/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/bandit/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/bandit/engine.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/bandit/environment.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/bandit/taskset.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/analyze_semantic_words_markdown.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_comprehensive_evaluation.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_evaluation_browser.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_evaluation_config.toml +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_evaluation_framework.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/crafter_synth_config.toml +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/filter_config_modal.toml +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/filter_traces_sft_turso.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/kick_off_ft_modal.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_action_results.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_agent_actions.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_latest_run.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_lm_traces.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_no_rewards.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/analyze_trace_issue.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/check_db_schema.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/check_latest_results.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/debug_agent_responses.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_modal_ft/old/quick_trace_check.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/compare_experiments.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/filter_traces_sft_turso.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/kick_off_ft_oai.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/multi_model_config.toml +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/analyze_enhanced_hooks.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/analyze_hook_events.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/analyze_hook_results.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/check_hook_storage.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/check_seeds.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/compare_seed_performance.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/custom_eval_pipelines.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/plot_hook_frequency.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/old/seed_analysis_summary.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_openai_ft/run_rollouts_for_models_and_compare_v3.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_quick_evaluation.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_react_agent.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/crafter_trace_evaluation.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/example_v3_usage.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/compare_traces.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/crafter_comprehensive_evaluation.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/crafter_env_serialization.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/crafter_evaluation_browser.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/crafter_quick_evaluation.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/crafter_trace_evaluation.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/debug_player_loss.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/diagnose_service.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/diagnose_slowness.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/eval_by_difficulty.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/eval_example.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/explore_saved_states.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/filter_traces_sft.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/filter_traces_sft_OLD.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/generate_ft_data_gemini.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/generate_ft_data_modal.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/generate_ft_metadata.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/kick_off_ft_gemini.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/kick_off_ft_modal.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/prepare_vertex_ft.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/profile_env_slowness.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/replicate_issue.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/run_and_eval.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/run_comparison.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/run_qwen_rollouts.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/trace_eval_OLD.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/agent_demos/old/validate_openai_format.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/config_logging.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/debug_translation.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/engine.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/engine_deterministic_patch.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/engine_helpers/action_map.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/engine_helpers/serialization.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/engine_serialization_patch_v3.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/environment.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/taskset.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/trace_hooks_v3.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_classic/world_config_patch_simple.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/agent_demos/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/agent_demos/trace_eval.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/crafter/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/crafter/config.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/crafter/constants.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/crafter/engine.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/crafter/env.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/crafter/objects.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/crafter/recorder.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/crafter/worldgen.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/dataset_builder.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/environment.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/old/analyze_diamond_issue.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/old/analyze_diamond_spawning.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/old/compare_worlds.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/old/dataset_stats.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/old/diamond_spawning_summary.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/old/example_dataset_usage.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/crafter_custom/run_dataset.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/enron/art_helpers/email_search_tools.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/enron/art_helpers/local_email_db.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/enron/art_helpers/types_enron.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/enron/engine.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/enron/environment.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/enron/taskset.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/enron/units/keyword_stats.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/minigrid/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/minigrid/agent_demos/minigrid_evaluation_framework.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/minigrid/agent_demos/minigrid_quick_evaluation.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/minigrid/agent_demos/minigrid_react_agent.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/minigrid/agent_demos/minigrid_trace_evaluation.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/minigrid/engine.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/minigrid/environment.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/minigrid/environment_mapping.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/minigrid/puzzle_loader.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/minigrid/taskset.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/nethack/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/nethack/achievements.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/nethack/agent_demos/nethack_evaluation_framework.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/nethack/agent_demos/nethack_quick_evaluation.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/nethack/agent_demos/nethack_react_agent.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/nethack/engine.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/nethack/environment.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/nethack/helpers/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/nethack/helpers/action_mapping.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/nethack/helpers/nle_wrapper.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/nethack/helpers/observation_utils.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/nethack/helpers/recording_wrapper.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/nethack/helpers/trajectory_recorder.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/nethack/helpers/visualization/replay_viewer.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/nethack/helpers/visualization/visualizer.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/nethack/taskset.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/agent_demos/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/config_logging.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine_helpers/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine_helpers/memory_map.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine_helpers/reward_components.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine_helpers/reward_library/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine_helpers/reward_library/adaptive_rewards.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine_helpers/reward_library/battle_rewards.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine_helpers/reward_library/composite_rewards.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine_helpers/reward_library/economy_rewards.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine_helpers/reward_library/efficiency_rewards.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine_helpers/reward_library/exploration_rewards.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine_helpers/reward_library/novelty_rewards.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine_helpers/reward_library/pallet_town_rewards.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine_helpers/reward_library/pokemon_rewards.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine_helpers/reward_library/social_rewards.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine_helpers/reward_library/story_rewards.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine_helpers/screen_analysis.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/engine_helpers/state_extraction.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/environment.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/taskset.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/red/units/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/agent_demos/sokoban_full_eval.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/engine.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/engine_helpers/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/engine_helpers/room_utils.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/boxoban_env.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/render_utils.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/room_utils.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/sokoban_env.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/sokoban_env_fixed_targets.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/sokoban_env_pull.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/sokoban_env_two_player.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/engine_helpers/vendored/envs/sokoban_env_variations.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/environment.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/generate_verified_puzzles.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/puzzle_loader.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/taskset.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/sokoban/units/astar_common.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/tictactoe/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/tictactoe/engine.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/tictactoe/environment.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/tictactoe/taskset.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/verilog/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/verilog/engine.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/verilog/environment.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/verilog/taskset.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/wordle/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/wordle/engine.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/wordle/environment.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/wordle/helpers/generate_instances_wordfreq.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/wordle/taskset.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/reproducibility/core.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/reproducibility/helpers.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/reproducibility/tree.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/service/app.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/service/core_routes.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/service/external_registry.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/service/registry.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/stateful/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/stateful/core.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/stateful/engine.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/stateful/state.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/tasks/api.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/tasks/core.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/tasks/filters.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/tasks/utils.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/v0_observability/history.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/v0_observability/log.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/evals/base.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/experimental/synth_oss.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/handshake.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/http.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/http_client.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/inference/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/inference/client.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/install_sqld.sh +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/jobs/client.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/client.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/config.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/constants.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/core.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/filtering.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/ft_client.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/gateway.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/health.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/jobs.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/offline/dpo.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/offline/providers.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/offline/sft.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/offline/shared.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/online/grpo.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/online/irft.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/prompts/banking77_injection_eval.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/prompts/gepa.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/prompts/hello_world_in_context_injection_ex.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/prompts/mipro.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/prompts/random_search.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/prompts/run_mipro_banking77.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/prompts/run_random_search_banking77.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/rl_client.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/sse.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/learning/validators.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/caching/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/caching/constants.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/caching/dbs.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/caching/ephemeral.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/caching/handler.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/caching/initialize.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/caching/persistent.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/config.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/constants.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/core/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/core/all.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/core/exceptions.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/core/main.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/core/main_v3.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/core/synth_models.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/core/vendor_clients.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/cost/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/cost/monitor.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/cost/statefulness.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/injection.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/overrides.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/provider_support/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/provider_support/anthropic.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/provider_support/openai.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/provider_support/suppress_logging.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/structured_outputs/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/structured_outputs/handler.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/structured_outputs/inject.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/structured_outputs/rehabilitate.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/tools/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/tools/base.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/unified_interface.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/base.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/core/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/core/anthropic_api.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/core/gemini_api.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/core/mistral_api.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/core/openai_api.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/core/synth_dev_api.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/local/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/local/ollama.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/openai_standard.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/openai_standard_responses.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/retries.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/supported/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/supported/custom_endpoint.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/supported/deepseek.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/supported/grok.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/supported/groq.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/supported/ollama.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/supported/openrouter.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/supported/together.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/vendors/synth_client.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/lm/warmup.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/rl/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/rl/contracts.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/rl/env_keys.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/rl/secrets.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/scripts/verify_rewards.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/task/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/task/apps/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/task/apps/grpo_crafter.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/task/apps/math_single_step.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/task/auth.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/task/client.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/task/contracts.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/task/datasets.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/task/errors.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/task/health.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/task/json.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/task/proxy.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/task/rubrics.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/task/server.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/task/tracing_utils.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/task/validators.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/task/vendors.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v1/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/abstractions.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/config.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/db_config.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/decorators.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/examples/basic_usage.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/hooks.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/llm_call_record_helpers.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/lm_call_record_abstractions.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/migration_helper.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/replica_sync.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/session_tracer.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/storage/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/storage/base.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/storage/config.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/storage/exceptions.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/storage/factory.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/storage/types.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/storage/utils.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/turso/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/turso/daemon.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/turso/manager.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/turso/models.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/tracing_v3/utils.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/abstractions.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/base_client.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/client_manager.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/config.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/context.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/decorators.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/events/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/events/manage.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/events/scope.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/events/store.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/immediate_client.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/local.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/log_client_base.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/retry_queue.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/trackers.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/upload.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing/utils.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/abstractions.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/base_client.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/client_manager.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/config.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/context.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/decorators.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/events/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/events/manage.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/events/scope.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/events/store.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/immediate_client.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/local.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/log_client_base.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/retry_queue.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/trackers.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/upload.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/v0/tracing_v1/utils.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/zyk/__init__.py +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai.egg-info/dependency_links.txt +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai.egg-info/entry_points.txt +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai.egg-info/requires.txt +0 -0
- {synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai.egg-info/top_level.txt +0 -0
|
@@ -62,7 +62,7 @@ DEMO_TEMPLATES: tuple[DemoTemplate, ...] = (
|
|
|
62
62
|
make_executable=True,
|
|
63
63
|
),
|
|
64
64
|
CopySpec(
|
|
65
|
-
"
|
|
65
|
+
"synth_ai/demos/demo_task_apps/math/config.toml",
|
|
66
66
|
"configs/rl_from_base_qwen17.toml",
|
|
67
67
|
),
|
|
68
68
|
),
|
|
@@ -78,7 +78,7 @@ DEMO_TEMPLATES: tuple[DemoTemplate, ...] = (
|
|
|
78
78
|
"# Optional: set to 'prod' to use production names",
|
|
79
79
|
"ENVIRONMENT=",
|
|
80
80
|
),
|
|
81
|
-
config_source="
|
|
81
|
+
config_source="synth_ai/demos/demo_task_apps/math/config.toml",
|
|
82
82
|
requires_modal=True,
|
|
83
83
|
post_copy=lambda root: _postprocess_math_modal(root),
|
|
84
84
|
),
|
|
@@ -88,19 +88,19 @@ DEMO_TEMPLATES: tuple[DemoTemplate, ...] = (
|
|
|
88
88
|
description="Lightweight wrapper around synth_ai.task.apps.grpo_crafter for local experimentation.",
|
|
89
89
|
copy_specs=(
|
|
90
90
|
CopySpec(
|
|
91
|
-
"
|
|
91
|
+
"synth_ai/demos/demo_task_apps/crafter/grpo_crafter_task_app.py",
|
|
92
92
|
"task_app.py",
|
|
93
93
|
),
|
|
94
94
|
CopySpec(
|
|
95
|
-
"
|
|
95
|
+
"synth_ai/demos/demo_task_apps/crafter/README.md",
|
|
96
96
|
"README.md",
|
|
97
97
|
),
|
|
98
98
|
CopySpec(
|
|
99
|
-
"
|
|
99
|
+
"synth_ai/demos/demo_task_apps/crafter/configs/rl_from_base_qwen4b.toml",
|
|
100
100
|
"configs/rl_from_base_qwen4b.toml",
|
|
101
101
|
),
|
|
102
102
|
CopySpec(
|
|
103
|
-
"
|
|
103
|
+
"synth_ai/demos/demo_task_apps/crafter/configs/crafter_fft_4b.toml",
|
|
104
104
|
"configs/crafter_fft_4b.toml",
|
|
105
105
|
),
|
|
106
106
|
),
|
|
@@ -112,7 +112,7 @@ DEMO_TEMPLATES: tuple[DemoTemplate, ...] = (
|
|
|
112
112
|
"# Optional: URL for existing Crafter task app",
|
|
113
113
|
"TASK_APP_BASE_URL=",
|
|
114
114
|
),
|
|
115
|
-
config_source="
|
|
115
|
+
config_source="synth_ai/demos/demo_task_apps/crafter/configs/rl_from_base_qwen4b.toml",
|
|
116
116
|
config_destination="demo_config.toml",
|
|
117
117
|
requires_modal=False,
|
|
118
118
|
post_copy=lambda root: _postprocess_crafter_local(root),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Crafter demo task app
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# FFT job config for Qwen/Qwen3-4B on Crafter SFT dataset
|
|
2
|
+
|
|
3
|
+
[algorithm]
|
|
4
|
+
type = "offline"
|
|
5
|
+
method = "supervised_finetune"
|
|
6
|
+
variety = "fft"
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
[job]
|
|
10
|
+
model = "Qwen/Qwen3-4B"
|
|
11
|
+
# Limit training to the first 100 conversations (export a 100-row JSONL and point to it here)
|
|
12
|
+
# data = "../ft_data/qwen3_32b_ach_ge3_raw_filtered.head100.jsonl"
|
|
13
|
+
|
|
14
|
+
[compute]
|
|
15
|
+
# Adjust as needed for your quota
|
|
16
|
+
gpu_type = "H100"
|
|
17
|
+
gpu_count = 1
|
|
18
|
+
nodes = 1
|
|
19
|
+
|
|
20
|
+
[data]
|
|
21
|
+
# Optional topology metadata (left empty for now)
|
|
22
|
+
topology = {}
|
|
23
|
+
|
|
24
|
+
# Optional local validation dataset path (JSONL). If set, the client will upload
|
|
25
|
+
# this file and wire up validation so the frontend can display val.loss.
|
|
26
|
+
validation_path = "../ft_data/qwen3_32b_ach_ge3_raw_filtered.tokens_1000000_seed_123.val_2000.jsonl"
|
|
27
|
+
|
|
28
|
+
[training]
|
|
29
|
+
mode = "sft_offline"
|
|
30
|
+
use_qlora = false
|
|
31
|
+
|
|
32
|
+
# Validation settings to emit val.loss on the frontend
|
|
33
|
+
[training.validation]
|
|
34
|
+
enabled = true
|
|
35
|
+
evaluation_strategy = "steps"
|
|
36
|
+
eval_steps = 20
|
|
37
|
+
save_best_model_at_end = true
|
|
38
|
+
metric_for_best_model = "val.loss"
|
|
39
|
+
greater_is_better = false
|
|
40
|
+
|
|
41
|
+
[hyperparameters]
|
|
42
|
+
# Minimal safe defaults; backend can override
|
|
43
|
+
n_epochs = 1
|
|
44
|
+
batch_size = 1
|
|
45
|
+
gradient_accumulation_steps = 64
|
|
46
|
+
sequence_length = 4096
|
|
47
|
+
learning_rate = 5e-6
|
|
48
|
+
warmup_ratio = 0.03
|
|
49
|
+
train_kind = "fft"
|
|
50
|
+
|
|
51
|
+
# Optional parallelism block example
|
|
52
|
+
#[hyperparameters.parallelism]
|
|
53
|
+
# tensor_parallel_size = 1
|
|
54
|
+
# pipeline_parallel_size = 1
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
# RL training starting from base Qwen/Qwen3-4B (TOML-only model selection)
|
|
2
|
+
|
|
3
|
+
[algorithm]
|
|
4
|
+
type = "online"
|
|
5
|
+
method = "policy_gradient"
|
|
6
|
+
variety = "gspo"
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
[services]
|
|
10
|
+
task_url = "https://synth-laboratories--grpo-crafter-task-app-final-warming--ceb5b2.modal.run"
|
|
11
|
+
|
|
12
|
+
[compute]
|
|
13
|
+
# Cluster shape for RL pipeline
|
|
14
|
+
gpu_type = "H100"
|
|
15
|
+
gpu_count = 8
|
|
16
|
+
|
|
17
|
+
[topology]
|
|
18
|
+
# Split GPUs across vLLM, training, and reference
|
|
19
|
+
# Must sum to compute.gpu_count
|
|
20
|
+
type = "single_node_split"
|
|
21
|
+
gpus_for_vllm = 4
|
|
22
|
+
gpus_for_training = 3
|
|
23
|
+
gpus_for_ref = 1
|
|
24
|
+
tensor_parallel = 4
|
|
25
|
+
|
|
26
|
+
[vllm]
|
|
27
|
+
# Serving tensor parallel size
|
|
28
|
+
tensor_parallel_size = 4
|
|
29
|
+
max_model_len = 8192
|
|
30
|
+
|
|
31
|
+
[reference]
|
|
32
|
+
# Required by trainer/runtime; ensures dedicated/scoped scoring server config exists
|
|
33
|
+
placement = "dedicated"
|
|
34
|
+
port = 8002
|
|
35
|
+
tp = 1
|
|
36
|
+
health_max_wait_s = 180
|
|
37
|
+
health_interval_ms = 300
|
|
38
|
+
|
|
39
|
+
[model]
|
|
40
|
+
# Base model start
|
|
41
|
+
base = "Qwen/Qwen3-4B"
|
|
42
|
+
label = "crafter-rl-from-base"
|
|
43
|
+
|
|
44
|
+
[rollout]
|
|
45
|
+
max_turns = 10
|
|
46
|
+
episodes_per_batch = 64
|
|
47
|
+
policy_name = "crafter"
|
|
48
|
+
|
|
49
|
+
[evaluation]
|
|
50
|
+
# Run baseline evaluation over the first 100 seeds every 20 training iterations
|
|
51
|
+
instances = 10
|
|
52
|
+
every_n_iters = 10
|
|
53
|
+
seeds = [
|
|
54
|
+
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
|
55
|
+
]
|
|
56
|
+
|
|
57
|
+
[training]
|
|
58
|
+
log_interval = 1
|
|
59
|
+
weight_sync_interval = 1
|
|
60
|
+
# Additional RL hyperparameters can go here
|
|
61
|
+
|
|
62
|
+
# Stepwise rewards (Crafter decision-level)
|
|
63
|
+
step_rewards_enabled = true
|
|
64
|
+
step_rewards_mode = "decision_stepwise" # "off" | "decision_stepwise" | "env_sparse"
|
|
65
|
+
step_rewards_beta = 0.0
|
|
66
|
+
step_rewards_indicator_lambda = 1.0
|
|
67
|
+
# Optional selector for decision scalar: "unique" | "absolute" (default unique)
|
|
68
|
+
event_rewards_kind = "unique"
|
|
69
|
+
|
|
70
|
+
[training.weight_sync]
|
|
71
|
+
enable = true
|
|
72
|
+
targets = ["policy"]
|
|
73
|
+
weight_sync_interval = 1
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
|
|
2
|
+
"""Compatibility wrapper for the GRPO Crafter task app.
|
|
3
|
+
|
|
4
|
+
This module now delegates to the shared TaskAppConfig defined in
|
|
5
|
+
`synth_ai.task.apps.grpo_crafter`. It is kept for legacy usage (running the
|
|
6
|
+
file directly or targeting `fastapi_app` from external tooling). Prefer using
|
|
7
|
+
`uvx synth-ai serve grpo-crafter` for local development and testing.
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
from __future__ import annotations
|
|
11
|
+
|
|
12
|
+
import argparse
|
|
13
|
+
from pathlib import Path
|
|
14
|
+
|
|
15
|
+
from fastapi.exceptions import RequestValidationError
|
|
16
|
+
from fastapi.responses import JSONResponse
|
|
17
|
+
from starlette.requests import Request
|
|
18
|
+
|
|
19
|
+
from synth_ai.task.apps import ModalDeploymentConfig, registry
|
|
20
|
+
from synth_ai.task.apps.grpo_crafter import build_config
|
|
21
|
+
from synth_ai.task.auth import is_api_key_header_authorized, normalize_environment_api_key
|
|
22
|
+
from synth_ai.task.server import TaskAppConfig, create_task_app, run_task_app
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
APP_ID = "grpo-crafter"
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
_BASE_CONFIG = build_config()
|
|
29
|
+
TASK_APP_CONFIG = TaskAppConfig(
|
|
30
|
+
app_id="grpo-crafter",
|
|
31
|
+
name=_BASE_CONFIG.name,
|
|
32
|
+
description=_BASE_CONFIG.description,
|
|
33
|
+
base_task_info=_BASE_CONFIG.base_task_info,
|
|
34
|
+
describe_taskset=_BASE_CONFIG.describe_taskset,
|
|
35
|
+
provide_task_instances=_BASE_CONFIG.provide_task_instances,
|
|
36
|
+
rollout=_BASE_CONFIG.rollout,
|
|
37
|
+
dataset_registry=_BASE_CONFIG.dataset_registry,
|
|
38
|
+
rubrics=_BASE_CONFIG.rubrics,
|
|
39
|
+
proxy=_BASE_CONFIG.proxy,
|
|
40
|
+
routers=_BASE_CONFIG.routers,
|
|
41
|
+
middleware=_BASE_CONFIG.middleware,
|
|
42
|
+
app_state=_BASE_CONFIG.app_state,
|
|
43
|
+
require_api_key=_BASE_CONFIG.require_api_key,
|
|
44
|
+
expose_debug_env=_BASE_CONFIG.expose_debug_env,
|
|
45
|
+
cors_origins=_BASE_CONFIG.cors_origins,
|
|
46
|
+
startup_hooks=_BASE_CONFIG.startup_hooks,
|
|
47
|
+
shutdown_hooks=_BASE_CONFIG.shutdown_hooks,
|
|
48
|
+
)
|
|
49
|
+
|
|
50
|
+
try:
|
|
51
|
+
_REGISTERED_ENTRY = registry.get(APP_ID)
|
|
52
|
+
except Exception: # pragma: no cover - registry unavailable in some contexts
|
|
53
|
+
MODAL_DEPLOYMENT: ModalDeploymentConfig | None = None
|
|
54
|
+
ENV_FILES: tuple[str, ...] = ()
|
|
55
|
+
else:
|
|
56
|
+
MODAL_DEPLOYMENT = _REGISTERED_ENTRY.modal
|
|
57
|
+
ENV_FILES = tuple(_REGISTERED_ENTRY.env_files)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
def build_task_app_config() -> TaskAppConfig:
|
|
61
|
+
"""Return a fresh TaskAppConfig for this wrapper."""
|
|
62
|
+
|
|
63
|
+
return TASK_APP_CONFIG.clone()
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
def fastapi_app():
|
|
67
|
+
"""Return the FastAPI application for Modal or other ASGI hosts."""
|
|
68
|
+
|
|
69
|
+
app = create_task_app(build_task_app_config())
|
|
70
|
+
|
|
71
|
+
# Replace default health endpoints so we can permit soft auth failures and log 422s.
|
|
72
|
+
filtered_routes = []
|
|
73
|
+
for route in app.router.routes:
|
|
74
|
+
path = getattr(route, "path", None)
|
|
75
|
+
methods = getattr(route, "methods", set()) or set()
|
|
76
|
+
if path in {"/health", "/health/rollout"} and "GET" in methods:
|
|
77
|
+
continue
|
|
78
|
+
filtered_routes.append(route)
|
|
79
|
+
app.router.routes = filtered_routes
|
|
80
|
+
|
|
81
|
+
def _log_env_key_prefix(source: str, env_key: str | None) -> str | None:
|
|
82
|
+
if not env_key:
|
|
83
|
+
return None
|
|
84
|
+
prefix = env_key[: max(1, len(env_key) // 2)]
|
|
85
|
+
print(f"[{source}] expected ENVIRONMENT_API_KEY prefix: {prefix}")
|
|
86
|
+
return prefix
|
|
87
|
+
|
|
88
|
+
@app.get("/health")
|
|
89
|
+
async def health(request: Request):
|
|
90
|
+
env_key = normalize_environment_api_key()
|
|
91
|
+
if not env_key:
|
|
92
|
+
return JSONResponse(
|
|
93
|
+
status_code=503,
|
|
94
|
+
content={"status": "unhealthy", "detail": "Missing ENVIRONMENT_API_KEY"},
|
|
95
|
+
)
|
|
96
|
+
if not is_api_key_header_authorized(request):
|
|
97
|
+
prefix = _log_env_key_prefix("health", env_key)
|
|
98
|
+
content = {"status": "healthy", "authorized": False}
|
|
99
|
+
if prefix:
|
|
100
|
+
content["expected_api_key_prefix"] = prefix
|
|
101
|
+
return JSONResponse(status_code=200, content=content)
|
|
102
|
+
return {"status": "healthy", "authorized": True}
|
|
103
|
+
|
|
104
|
+
@app.get("/health/rollout")
|
|
105
|
+
async def health_rollout(request: Request):
|
|
106
|
+
env_key = normalize_environment_api_key()
|
|
107
|
+
if not env_key:
|
|
108
|
+
return JSONResponse(
|
|
109
|
+
status_code=503,
|
|
110
|
+
content={"status": "unhealthy", "detail": "Missing ENVIRONMENT_API_KEY"},
|
|
111
|
+
)
|
|
112
|
+
if not is_api_key_header_authorized(request):
|
|
113
|
+
prefix = _log_env_key_prefix("health/rollout", env_key)
|
|
114
|
+
content = {"status": "healthy", "authorized": False}
|
|
115
|
+
if prefix:
|
|
116
|
+
content["expected_api_key_prefix"] = prefix
|
|
117
|
+
return JSONResponse(status_code=200, content=content)
|
|
118
|
+
return {"ok": True, "authorized": True}
|
|
119
|
+
|
|
120
|
+
@app.exception_handler(RequestValidationError)
|
|
121
|
+
async def _on_validation_error(request: Request, exc: RequestValidationError):
|
|
122
|
+
try:
|
|
123
|
+
hdr = request.headers
|
|
124
|
+
snapshot = {
|
|
125
|
+
"path": str(getattr(request, "url").path),
|
|
126
|
+
"have_x_api_key": bool(hdr.get("x-api-key")),
|
|
127
|
+
"have_x_api_keys": bool(hdr.get("x-api-keys")),
|
|
128
|
+
"have_authorization": bool(hdr.get("authorization")),
|
|
129
|
+
"errors": exc.errors()[:5],
|
|
130
|
+
}
|
|
131
|
+
print("[422] validation", snapshot, flush=True)
|
|
132
|
+
except Exception:
|
|
133
|
+
pass
|
|
134
|
+
return JSONResponse(
|
|
135
|
+
status_code=422,
|
|
136
|
+
content={"status": "invalid", "detail": exc.errors()[:5]},
|
|
137
|
+
)
|
|
138
|
+
|
|
139
|
+
return app
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
if __name__ == "__main__":
|
|
143
|
+
parser = argparse.ArgumentParser(description="Run the Crafter task app locally")
|
|
144
|
+
parser.add_argument("--host", default="0.0.0.0")
|
|
145
|
+
parser.add_argument("--port", type=int, default=8001)
|
|
146
|
+
parser.add_argument("--reload", action="store_true", help="Enable uvicorn autoreload")
|
|
147
|
+
parser.add_argument(
|
|
148
|
+
"--env-file",
|
|
149
|
+
action="append",
|
|
150
|
+
default=[],
|
|
151
|
+
help="Additional .env files to load before startup",
|
|
152
|
+
)
|
|
153
|
+
args = parser.parse_args()
|
|
154
|
+
|
|
155
|
+
default_env = Path(__file__).resolve().parents[4] / "backend" / ".env.dev"
|
|
156
|
+
env_files = [str(default_env)] if default_env.exists() else []
|
|
157
|
+
env_files.extend(args.env_file or [])
|
|
158
|
+
|
|
159
|
+
run_task_app(
|
|
160
|
+
build_task_app_config,
|
|
161
|
+
host=args.host,
|
|
162
|
+
port=args.port,
|
|
163
|
+
reload=args.reload,
|
|
164
|
+
env_files=env_files,
|
|
165
|
+
)
|
|
@@ -44,6 +44,10 @@ synth_ai/demos/core/__init__.py
|
|
|
44
44
|
synth_ai/demos/core/cli.py
|
|
45
45
|
synth_ai/demos/demo_task_apps/__init__.py
|
|
46
46
|
synth_ai/demos/demo_task_apps/core.py
|
|
47
|
+
synth_ai/demos/demo_task_apps/crafter/__init__.py
|
|
48
|
+
synth_ai/demos/demo_task_apps/crafter/grpo_crafter_task_app.py
|
|
49
|
+
synth_ai/demos/demo_task_apps/crafter/configs/crafter_fft_4b.toml
|
|
50
|
+
synth_ai/demos/demo_task_apps/crafter/configs/rl_from_base_qwen4b.toml
|
|
47
51
|
synth_ai/demos/demo_task_apps/math/__init__.py
|
|
48
52
|
synth_ai/demos/demo_task_apps/math/_common.py
|
|
49
53
|
synth_ai/demos/demo_task_apps/math/app.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/demos/demo_task_apps/math/deploy_modal.py
RENAMED
|
File without changes
|
{synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/demos/demo_task_apps/math/deploy_task_app.sh
RENAMED
|
File without changes
|
{synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/demos/demo_task_apps/math/modal_task_app.py
RENAMED
|
File without changes
|
{synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/demos/demo_task_apps/math/task_app_entry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/artifacts/__init__.py
RENAMED
|
File without changes
|
{synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/artifacts/base.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/db/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/resources/sqlite.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/rewards/__init__.py
RENAMED
|
File without changes
|
{synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/rewards/core.py
RENAMED
|
File without changes
|
{synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/shared_engine.py
RENAMED
|
File without changes
|
{synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/environment/tools/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/bandit/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/bandit/environment.py
RENAMED
|
File without changes
|
{synth_ai-0.2.9.dev1 → synth_ai-0.2.9.dev3}/synth_ai/environments/examples/bandit/taskset.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|