LICENSE
README.md
pyproject.toml
src/environment/core.py
src/environment/registry.py
src/environment/results.py
src/environment/shared_engine.py
src/environment/artifacts/__init__.py
src/environment/artifacts/base.py
src/environment/db/__init__.py
src/environment/db/sqlite.py
src/environment/resources/sqlite.py
src/environment/tools/__init__.py
src/environment/tools/base.py
src/examples/crafter_classic/engine.py
src/examples/crafter_classic/engine_deterministic_patch.py
src/examples/crafter_classic/environment.py
src/examples/crafter_classic/taskset.py
src/examples/crafter_classic/agent_demos/test_synth_react.py
src/examples/crafter_classic/engine_helpers/action_map.py
src/examples/crafter_classic/engine_helpers/serialization.py
src/examples/enron/engine.py
src/examples/enron/environment.py
src/examples/enron/taskset.py
src/examples/enron/agent_demos/test_synth_react.py
src/examples/enron/art_helpers/email_search_tools.py
src/examples/enron/art_helpers/local_email_db.py
src/examples/enron/art_helpers/types_enron.py
src/examples/enron/units/keyword_stats.py
src/examples/enron/units/test_email_index.py
src/examples/math/engine.py
src/examples/math/environment.py
src/examples/math/schema.py
src/examples/math/taskset.py
src/examples/math/tools.py
src/examples/math/agent_demos/plan_execute.py
src/examples/nmmo_classic/engine.py
src/examples/nmmo_classic/environment.py
src/examples/nmmo_classic/taskset.py
src/examples/nmmo_classic/agent_demos/test_synth_react.py
src/examples/nmmo_classic/units/test_sanity.py
src/examples/sokoban/engine.py
src/examples/sokoban/environment.py
src/examples/sokoban/taskset.py
src/examples/sokoban/agent_demos/test_dspy_react.py
src/examples/sokoban/agent_demos/test_synth_lats.py
src/examples/sokoban/agent_demos/test_synth_react.py
src/examples/sokoban/agent_demos/test_synth_react_service.py
src/examples/sokoban/engine_helpers/room_utils.py
src/examples/sokoban/units/astar_common.py
src/examples/sokoban/units/test_building_task_set.py
src/examples/sokoban/units/test_false_positive.py
src/examples/sokoban/units/test_simple_run_through_environment.py
src/examples/sokoban/units/test_sokoban_environment.py
src/examples/sokoban/units/test_tree.py
src/examples/swe_bench/engine.py
src/examples/swe_bench/environment.py
src/examples/swe_bench/taskset.py
src/examples/swe_bench/agent_demos/test_synth_react.py
src/examples/swe_bench/units/test_engine.py
src/reproducibility/core.py
src/reproducibility/helpers.py
src/reproducibility/tree.py
src/rewards/__init__.py
src/rewards/core.py
src/service/app.py
src/service/core_routes.py
src/service/registry.py
src/stateful/core.py
src/stateful/engine.py
src/stateful/state.py
src/synth_env.egg-info/PKG-INFO
src/synth_env.egg-info/SOURCES.txt
src/synth_env.egg-info/dependency_links.txt
src/synth_env.egg-info/requires.txt
src/synth_env.egg-info/top_level.txt
src/tasks/api.py
src/tasks/core.py
src/tasks/filters.py
src/tasks/utils.py
src/v0_observability/history.py
src/v0_observability/log.py