LICENSE
README.md
pyproject.toml
spice/__init__.py
spice/adapters/__init__.py
spice/adapters/file_observation.py
spice/adapters/webhook.py
spice/core/__init__.py
spice/core/runtime.py
spice/core/state_store.py
spice/decision/__init__.py
spice/decision/core.py
spice/decision/explain.py
spice/decision/guidance.py
spice/decision/profile_config.py
spice/decision/profiles/README.md
spice/decision/profiles/__init__.py
spice/decision/profiles/default.decision.md
spice/decision/profiles/default_support.json
spice/domain/__init__.py
spice/domain/base.py
spice/domain/software.py
spice/domain_starter/__init__.py
spice/domain_starter/domain_pack.py
spice/domain_starter/reducers.py
spice/domain_starter/vocabulary.py
spice/domain_starter/adapters/__init__.py
spice/domain_starter/adapters/example_adapter.py
spice/entry/__init__.py
spice/entry/__main__.py
spice/entry/assist.py
spice/entry/cli.py
spice/entry/init_domain.py
spice/entry/quickstart.py
spice/entry/scaffold.py
spice/entry/spec.py
spice/entry/assets/__init__.py
spice/entry/assets/quickstart.domain_spec.json
spice/evaluation/__init__.py
spice/evaluation/io.py
spice/evaluation/runner.py
spice/evaluation/types.py
spice/executors/__init__.py
spice/executors/base.py
spice/executors/cli.py
spice/executors/mock.py
spice/executors/sdep.py
spice/executors/sdep_mapping.py
spice/llm/__init__.py
spice/llm/decision.py
spice/llm/perception.py
spice/llm/reflection.py
spice/llm/simulation.py
spice/llm/adapters/__init__.py
spice/llm/adapters/decision.py
spice/llm/adapters/perception.py
spice/llm/adapters/reflection.py
spice/llm/adapters/simulation.py
spice/llm/core/__init__.py
spice/llm/core/client.py
spice/llm/core/provider.py
spice/llm/core/registry.py
spice/llm/core/router.py
spice/llm/core/task_hooks.py
spice/llm/core/types.py
spice/llm/providers/__init__.py
spice/llm/providers/deterministic.py
spice/llm/providers/openrouter.py
spice/llm/providers/subprocess.py
spice/llm/services/__init__.py
spice/llm/services/assist_draft.py
spice/llm/services/domain_advisory.py
spice/llm/services/model_override.py
spice/llm/util/__init__.py
spice/llm/util/json_extract.py
spice/memory/__init__.py
spice/memory/base.py
spice/memory/context.py
spice/memory/deterministic.py
spice/memory/episode.py
spice/memory/episode_writer.py
spice/memory/file_provider.py
spice/protocols/__init__.py
spice/protocols/base.py
spice/protocols/decision.py
spice/protocols/execution.py
spice/protocols/observation.py
spice/protocols/outcome.py
spice/protocols/reflection.py
spice/protocols/sdep.py
spice/protocols/world_delta.py
spice/protocols/world_state.py
spice/replay/__init__.py
spice/replay/io.py
spice/replay/runner.py
spice/replay/types.py
spice/shadow/__init__.py
spice/shadow/runner.py
spice/shadow/types.py
spice_runtime.egg-info/PKG-INFO
spice_runtime.egg-info/SOURCES.txt
spice_runtime.egg-info/dependency_links.txt
spice_runtime.egg-info/entry_points.txt
spice_runtime.egg-info/top_level.txt
tests/test_cli_executor.py
tests/test_decision_guidance.py
tests/test_domain_llm_advisory.py
tests/test_entry_init_domain.py
tests/test_entry_init_domain_assist.py
tests/test_entry_quickstart.py
tests/test_entry_spec_scaffold.py
tests/test_episode_memory.py
tests/test_episode_runtime_writeback.py
tests/test_json_extract.py
tests/test_llm_adapter_fallback.py
tests/test_llm_client_param_precedence.py
tests/test_llm_core_provider.py
tests/test_llm_decision_adapter_compat.py
tests/test_llm_simulation_adapter_contract.py
tests/test_policy_evaluation.py
tests/test_replay.py
tests/test_sdep_executor.py
tests/test_sdep_protocol.py
tests/test_sdep_wrapper_template.py
tests/test_shadow.py