LICENSE
README.md
pyproject.toml
scripts/__init__.py
scripts/eval_only.py
scripts/materialize_searchqa.py
scripts/train.py
skillopt/__init__.py
skillopt/config.py
skillopt/types.py
skillopt.egg-info/PKG-INFO
skillopt.egg-info/SOURCES.txt
skillopt.egg-info/dependency_links.txt
skillopt.egg-info/entry_points.txt
skillopt.egg-info/requires.txt
skillopt.egg-info/top_level.txt
skillopt/datasets/__init__.py
skillopt/datasets/base.py
skillopt/engine/__init__.py
skillopt/engine/trainer.py
skillopt/envs/__init__.py
skillopt/envs/base.py
skillopt/envs/_template/env_template.py
skillopt/envs/_template/loader_template.py
skillopt/envs/alfworld/__init__.py
skillopt/envs/alfworld/adapter.py
skillopt/envs/alfworld/dataloader.py
skillopt/envs/alfworld/reflect.py
skillopt/envs/alfworld/rollout.py
skillopt/envs/alfworld/vendor/__init__.py
skillopt/envs/alfworld/vendor/alfworld_envs.py
skillopt/envs/alfworld/vendor/alfworld_projection.py
skillopt/envs/alfworld/vendor/alfworld_prompts.py
skillopt/envs/alfworld/vendor/env_base.py
skillopt/envs/alfworld/vendor/env_manager.py
skillopt/envs/alfworld/vendor/memory.py
skillopt/envs/docvqa/__init__.py
skillopt/envs/docvqa/adapter.py
skillopt/envs/docvqa/dataloader.py
skillopt/envs/docvqa/evaluator.py
skillopt/envs/docvqa/rollout.py
skillopt/envs/livemathematicianbench/__init__.py
skillopt/envs/livemathematicianbench/adapter.py
skillopt/envs/livemathematicianbench/dataloader.py
skillopt/envs/livemathematicianbench/evaluator.py
skillopt/envs/livemathematicianbench/reflect.py
skillopt/envs/livemathematicianbench/rollout.py
skillopt/envs/officeqa/__init__.py
skillopt/envs/officeqa/adapter.py
skillopt/envs/officeqa/dataloader.py
skillopt/envs/officeqa/evaluator.py
skillopt/envs/officeqa/rollout.py
skillopt/envs/officeqa/tool_runtime.py
skillopt/envs/searchqa/__init__.py
skillopt/envs/searchqa/adapter.py
skillopt/envs/searchqa/dataloader.py
skillopt/envs/searchqa/evaluator.py
skillopt/envs/searchqa/reflect.py
skillopt/envs/searchqa/rollout.py
skillopt/envs/spreadsheetbench/__init__.py
skillopt/envs/spreadsheetbench/adapter.py
skillopt/envs/spreadsheetbench/codegen_agent.py
skillopt/envs/spreadsheetbench/dataloader.py
skillopt/envs/spreadsheetbench/evaluator.py
skillopt/envs/spreadsheetbench/executor.py
skillopt/envs/spreadsheetbench/react_agent.py
skillopt/envs/spreadsheetbench/reflect.py
skillopt/envs/spreadsheetbench/rollout.py
skillopt/evaluation/__init__.py
skillopt/evaluation/gate.py
skillopt/gradient/__init__.py
skillopt/gradient/aggregate.py
skillopt/gradient/reflect.py
skillopt/model/__init__.py
skillopt/model/azure_openai.py
skillopt/model/backend_config.py
skillopt/model/claude_backend.py
skillopt/model/codex_backend.py
skillopt/model/codex_harness.py
skillopt/model/common.py
skillopt/model/minimax_backend.py
skillopt/model/qwen_backend.py
skillopt/model/router.py
skillopt/optimizer/__init__.py
skillopt/optimizer/appendix.py
skillopt/optimizer/clip.py
skillopt/optimizer/lr_autonomous.py
skillopt/optimizer/meta_skill.py
skillopt/optimizer/rewrite.py
skillopt/optimizer/scheduler.py
skillopt/optimizer/select.py
skillopt/optimizer/skill.py
skillopt/optimizer/skill_aware.py
skillopt/optimizer/slow_update.py
skillopt/optimizer/update_modes.py
skillopt/prompts/__init__.py
skillopt/scheduler/__init__.py
skillopt/utils/__init__.py
skillopt/utils/json_utils.py
skillopt/utils/scoring.py
skillopt_sleep/__init__.py
skillopt_sleep/__main__.py
skillopt_sleep/backend.py
skillopt_sleep/budget.py
skillopt_sleep/config.py
skillopt_sleep/consolidate.py
skillopt_sleep/cycle.py
skillopt_sleep/dream.py
skillopt_sleep/gate.py
skillopt_sleep/harvest.py
skillopt_sleep/harvest_codex.py
skillopt_sleep/harvest_sources.py
skillopt_sleep/judges.py
skillopt_sleep/llm_miner.py
skillopt_sleep/memory.py
skillopt_sleep/mine.py
skillopt_sleep/replay.py
skillopt_sleep/rollout.py
skillopt_sleep/scheduler.py
skillopt_sleep/slow_update.py
skillopt_sleep/staging.py
skillopt_sleep/state.py
skillopt_sleep/tasks_file.py
skillopt_sleep/types.py
skillopt_sleep/experiments/__init__.py
skillopt_sleep/experiments/gbrain_bench.py
skillopt_sleep/experiments/personas.py
skillopt_sleep/experiments/report.py
skillopt_sleep/experiments/run_experiment.py
skillopt_sleep/experiments/run_gbrain.py
skillopt_sleep/experiments/run_transfer.py
skillopt_sleep/experiments/sweep.py
skillopt_webui/__init__.py
skillopt_webui/__main__.py
skillopt_webui/app.py
tests/test_alfworld_paths.py
tests/test_devin_plugin.py
tests/test_json_utils.py
tests/test_materialize_searchqa.py
tests/test_mcp_schema.py
tests/test_plugin_sync.py
tests/test_qwen_backend.py
tests/test_scoring.py
tests/test_searchqa_rollout_failfast.py
tests/test_skill_aware_reflection.py
tests/test_sleep_engine.py
tests/test_types.py
tests/test_webui_env_preflight.py