LICENSE
README.md
pyproject.toml
scripts/__init__.py
scripts/eval_only.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/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/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_webui/__init__.py
skillopt_webui/__main__.py
skillopt_webui/app.py
tests/test_json_utils.py
tests/test_scoring.py
tests/test_types.py