LICENSE
README.md
pyproject.toml
spice/__init__.py
spice/language.py
spice-hermes-bridge/spice_hermes_bridge/__init__.py
spice-hermes-bridge/spice_hermes_bridge/cli.py
spice-hermes-bridge/spice_hermes_bridge/adapters/__init__.py
spice-hermes-bridge/spice_hermes_bridge/adapters/github_pr.py
spice-hermes-bridge/spice_hermes_bridge/adapters/whatsapp.py
spice-hermes-bridge/spice_hermes_bridge/extraction/__init__.py
spice-hermes-bridge/spice_hermes_bridge/extraction/commitments.py
spice-hermes-bridge/spice_hermes_bridge/extraction/llm.py
spice-hermes-bridge/spice_hermes_bridge/extraction/proposals.py
spice-hermes-bridge/spice_hermes_bridge/hermes/__init__.py
spice-hermes-bridge/spice_hermes_bridge/integrations/__init__.py
spice-hermes-bridge/spice_hermes_bridge/integrations/hermes_executor.py
spice-hermes-bridge/spice_hermes_bridge/integrations/hermes_relay.py
spice-hermes-bridge/spice_hermes_bridge/integrations/hermes_sdep_agent.py
spice-hermes-bridge/spice_hermes_bridge/integrations/hermes_sdep_native.py
spice-hermes-bridge/spice_hermes_bridge/integrations/spice_demo.py
spice-hermes-bridge/spice_hermes_bridge/integrations/whatsapp_reply.py
spice-hermes-bridge/spice_hermes_bridge/integrations/whatsapp_server.py
spice-hermes-bridge/spice_hermes_bridge/observations/__init__.py
spice-hermes-bridge/spice_hermes_bridge/observations/builder.py
spice-hermes-bridge/spice_hermes_bridge/observations/schema.py
spice-hermes-bridge/spice_hermes_bridge/spice/__init__.py
spice-hermes-bridge/spice_hermes_bridge/storage/__init__.py
spice-hermes-bridge/spice_hermes_bridge/storage/delivery.py
spice-hermes-bridge/spice_hermes_bridge/storage/pending.py
spice-hermes-bridge/tests/test_github_pr_ingress.py
spice-hermes-bridge/tests/test_hermes_relay.py
spice-hermes-bridge/tests/test_hermes_sdep_agent.py
spice-hermes-bridge/tests/test_hermes_sdep_native.py
spice-hermes-bridge/tests/test_observation_schema.py
spice-hermes-bridge/tests/test_spice_demo_integration.py
spice-hermes-bridge/tests/test_whatsapp_ingress.py
spice-hermes-bridge/tests/test_whatsapp_server.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/compare.py
spice/decision/compare_payload.py
spice/decision/compare_rich.py
spice/decision/core.py
spice/decision/explain.py
spice/decision/guidance.py
spice/decision/profile_config.py
spice/decision/general/__init__.py
spice/decision/general/approval.py
spice/decision/general/candidates.py
spice/decision/general/observations.py
spice/decision/general/permissions.py
spice/decision/general/policy.py
spice/decision/general/reducer.py
spice/decision/general/state.py
spice/decision/general/trace.py
spice/decision/general/types.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/context_pack.py
spice/executors/mock.py
spice/executors/sdep.py
spice/executors/sdep_mapping.py
spice/executors/skill_resolver.py
spice/executors/skills.py
spice/llm/__init__.py
spice/llm/candidate_expander.py
spice/llm/decision.py
spice/llm/decision_proposal.py
spice/llm/perception.py
spice/llm/proposal_normalizer.py
spice/llm/read_only_intent_boundary.py
spice/llm/reflection.py
spice/llm/simulation.py
spice/llm/simulation_runner.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/runtime.py
spice/llm/core/task_hooks.py
spice/llm/core/types.py
spice/llm/providers/__init__.py
spice/llm/providers/anthropic.py
spice/llm/providers/chat_completions.py
spice/llm/providers/deepseek.py
spice/llm/providers/deterministic.py
spice/llm/providers/mimo.py
spice/llm/providers/openai.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/perception/__init__.py
spice/perception/delegated.py
spice/perception/evidence_context.py
spice/perception/provider.py
spice/perception/url.py
spice/perception/workspace.py
spice/perception/workspace_cache.py
spice/perception/workspace_inspector.py
spice/perception/workspace_loop.py
spice/perception/workspace_perception_depth.py
spice/perception/providers/__init__.py
spice/perception/providers/open_chronicle.py
spice/perception/providers/poll.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/runtime/__init__.py
spice/runtime/active_decision_frame.py
spice/runtime/approval_flow.py
spice/runtime/candidate_capabilities.py
spice/runtime/candidate_evidence_gate.py
spice/runtime/claude_code_executor.py
spice/runtime/claude_code_provider.py
spice/runtime/codex_executor.py
spice/runtime/codex_provider.py
spice/runtime/command_router.py
spice/runtime/composer_context.py
spice/runtime/composer_parser.py
spice/runtime/composer_prompt.py
spice/runtime/composer_result.py
spice/runtime/composer_streaming.py
spice/runtime/composer_workspace_validator.py
spice/runtime/context_debug.py
spice/runtime/continuation_resolver.py
spice/runtime/conversation.py
spice/runtime/decision_brief.py
spice/runtime/delegated_perception.py
spice/runtime/delegated_request.py
spice/runtime/delegated_result.py
spice/runtime/doctor.py
spice/runtime/dry_run_executor.py
spice/runtime/escalation_policy.py
spice/runtime/evidence_context.py
spice/runtime/evidence_gate.py
spice/runtime/evidence_qualification.py
spice/runtime/evidence_requirement.py
spice/runtime/execution_affordance.py
spice/runtime/execution_conversation.py
spice/runtime/execution_permission.py
spice/runtime/execution_response_composer.py
spice/runtime/executor_capabilities.py
spice/runtime/executor_discovery.py
spice/runtime/executor_runtime.py
spice/runtime/executor_status.py
spice/runtime/follow_up.py
spice/runtime/full_loop_preview.py
spice/runtime/hermes_executor.py
spice/runtime/hermes_provider.py
spice/runtime/intent_perception_planner.py
spice/runtime/interactive_shell.py
spice/runtime/memory_writeback.py
spice/runtime/openclaw_executor.py
spice/runtime/openclaw_provider.py
spice/runtime/perceive.py
spice/runtime/pre_run_evidence_gate.py
spice/runtime/providers.py
spice/runtime/refine.py
spice/runtime/resource_extractor.py
spice/runtime/response_composer.py
spice/runtime/response_depth.py
spice/runtime/route_merge_policy.py
spice/runtime/run_once.py
spice/runtime/runtime_guardrails.py
spice/runtime/sdep_echo_executor.py
spice/runtime/sdep_subprocess_executor.py
spice/runtime/semantic_router.py
spice/runtime/session.py
spice/runtime/session_summary.py
spice/runtime/setup_wizard.py
spice/runtime/simulation_targets.py
spice/runtime/skill_resolution.py
spice/runtime/store.py
spice/runtime/streaming.py
spice/runtime/url_perception.py
spice/runtime/workspace.py
spice/runtime/workspace_perception.py
spice/runtime/workspace_scope.py
spice/runtime/tui/__init__.py
spice/runtime/tui/shell.py
spice/runtime/tui/theme.py
spice/runtime/tui/surfaces/approval.py
spice/runtime/tui/surfaces/banner.py
spice/runtime/tui/surfaces/decisioncard.py
spice/runtime/tui/surfaces/doctor.py
spice/runtime/tui/surfaces/execution.py
spice/runtime/tui/surfaces/perception.py
spice/runtime/tui/surfaces/progress.py
spice/runtime/tui/surfaces/session.py
spice/runtime/tui/surfaces/state.py
spice/runtime/tui/surfaces/stream.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/requires.txt
spice_runtime.egg-info/top_level.txt