LICENSE
README.md
pyproject.toml
moralstack/__init__.py
moralstack.egg-info/PKG-INFO
moralstack.egg-info/SOURCES.txt
moralstack.egg-info/dependency_links.txt
moralstack.egg-info/entry_points.txt
moralstack.egg-info/requires.txt
moralstack.egg-info/top_level.txt
moralstack/cli/__init__.py
moralstack/cli/loader.py
moralstack/cli/mocks.py
moralstack/cli/models.py
moralstack/cli/report.py
moralstack/cli/run.py
moralstack/cli/shell.py
moralstack/cli/validate_overlay.py
moralstack/cli/visualizer.py
moralstack/constitution/__init__.py
moralstack/constitution/helpers.py
moralstack/constitution/loader.py
moralstack/constitution/openai_config.py
moralstack/constitution/prompt_formatter.py
moralstack/constitution/retriever.py
moralstack/constitution/schema.py
moralstack/constitution/store.py
moralstack/constitution/data/core.yaml
moralstack/constitution/data/overlays/children.yaml
moralstack/constitution/data/overlays/coding.yaml
moralstack/constitution/data/overlays/creative.yaml
moralstack/constitution/data/overlays/customer_service.yaml
moralstack/constitution/data/overlays/cybersecurity.yaml
moralstack/constitution/data/overlays/education.yaml
moralstack/constitution/data/overlays/emergency.yaml
moralstack/constitution/data/overlays/enterprise.yaml
moralstack/constitution/data/overlays/financial.yaml
moralstack/constitution/data/overlays/gaming.yaml
moralstack/constitution/data/overlays/healthcare.yaml
moralstack/constitution/data/overlays/journalism.yaml
moralstack/constitution/data/overlays/legal.yaml
moralstack/constitution/data/overlays/medical.yaml
moralstack/constitution/data/overlays/mental_health.yaml
moralstack/constitution/data/overlays/political.yaml
moralstack/constitution/data/overlays/relationships.yaml
moralstack/constitution/data/overlays/research.yaml
moralstack/constitution/data/overlays/science.yaml
moralstack/core/schema.py
moralstack/core/types.py
moralstack/models/base.py
moralstack/models/decision_explanation.py
moralstack/models/delib_context.py
moralstack/models/policy.py
moralstack/models/reason_codes.py
moralstack/models/risk/__init__.py
moralstack/models/risk/action.py
moralstack/models/risk/calibration.py
moralstack/models/risk/categories.py
moralstack/models/risk/config_loader.py
moralstack/models/risk/estimator.py
moralstack/models/risk/parse_result.py
moralstack/models/risk/prompts.py
moralstack/models/risk/schema.py
moralstack/models/risk/utils.py
moralstack/observability/__init__.py
moralstack/observability/config.py
moralstack/observability/context.py
moralstack/observability/events.py
moralstack/observability/read_store.py
moralstack/observability/router.py
moralstack/observability/service.py
moralstack/observability/write_queue.py
moralstack/observability/sinks/__init__.py
moralstack/observability/sinks/base.py
moralstack/observability/sinks/jsonl_sink.py
moralstack/observability/sinks/sqlite_sink.py
moralstack/orchestration/__init__.py
moralstack/orchestration/_policy_helpers.py
moralstack/orchestration/config_loader.py
moralstack/orchestration/controller.py
moralstack/orchestration/convergence.py
moralstack/orchestration/convergence_evaluator.py
moralstack/orchestration/conversation_state.py
moralstack/orchestration/decision_logger.py
moralstack/orchestration/decision_service.py
moralstack/orchestration/default_event_emitter.py
moralstack/orchestration/deliberation_override.py
moralstack/orchestration/deliberation_runner.py
moralstack/orchestration/diagnostics.py
moralstack/orchestration/domain_exclusion.py
moralstack/orchestration/event_emitter.py
moralstack/orchestration/guidance_builder.py
moralstack/orchestration/language_resolver.py
moralstack/orchestration/null_event_emitter.py
moralstack/orchestration/orchestration_event_taxonomy.py
moralstack/orchestration/overlay_policy.py
moralstack/orchestration/path_router.py
moralstack/orchestration/path_router_explanation.py
moralstack/orchestration/persistence_helpers.py
moralstack/orchestration/refusal_handler.py
moralstack/orchestration/response_assembler.py
moralstack/orchestration/safe_complete_gating.py
moralstack/orchestration/safe_refusal_generator.py
moralstack/orchestration/speculative_overlap.py
moralstack/orchestration/trace.py
moralstack/orchestration/trace_lifecycle.py
moralstack/orchestration/types.py
moralstack/persistence/__init__.py
moralstack/persistence/config.py
moralstack/persistence/context.py
moralstack/persistence/db.py
moralstack/persistence/default.py
moralstack/persistence/null.py
moralstack/persistence/port.py
moralstack/persistence/sink.py
moralstack/persistence/write_queue.py
moralstack/pipeline/__init__.py
moralstack/pipeline/context_builder.py
moralstack/pipeline/deliberation_stack.py
moralstack/prompts/__init__.py
moralstack/prompts/_common.py
moralstack/prompts/critic_prompt.py
moralstack/prompts/hindsight_prompt.py
moralstack/prompts/perspectives_prompt.py
moralstack/prompts/retry.py
moralstack/prompts/simulator_prompt.py
moralstack/reports/__init__.py
moralstack/reports/benchmark_report_loader.py
moralstack/reports/markdown_export.py
moralstack/reports/model.py
moralstack/reports/orchestrator_observability.py
moralstack/reports/policy_gating_observability.py
moralstack/reports/renderer_markdown.py
moralstack/reports/runtime_decisions.py
moralstack/runtime/__init__.py
moralstack/runtime/decision_correctness.py
moralstack/runtime/decision_policy.py
moralstack/runtime/orchestrator.py
moralstack/runtime/decision/__init__.py
moralstack/runtime/decision/safe_complete_policy.py
moralstack/runtime/modules/__init__.py
moralstack/runtime/modules/critic_config_loader.py
moralstack/runtime/modules/critic_module.py
moralstack/runtime/modules/hindsight_config_loader.py
moralstack/runtime/modules/hindsight_module.py
moralstack/runtime/modules/perspective_config_loader.py
moralstack/runtime/modules/perspective_module.py
moralstack/runtime/modules/simulator_config_loader.py
moralstack/runtime/modules/simulator_module.py
moralstack/runtime/trace/__init__.py
moralstack/runtime/trace/decision_trace.py
moralstack/runtime/trace/trace_stages.py
moralstack/sdk/__init__.py
moralstack/sdk/bootstrap.py
moralstack/sdk/config.py
moralstack/sdk/errors.py
moralstack/sdk/response.py
moralstack/sdk/session.py
moralstack/sdk/wrapper.py
moralstack/ui/__init__.py
moralstack/ui/app.py
moralstack/utils/cache.py
moralstack/utils/clean_start.py
moralstack/utils/cost_tracker.py
moralstack/utils/env_helpers.py
moralstack/utils/env_loader.py
moralstack/utils/json_utils.py
moralstack/utils/llm_parse_contract.py
moralstack/utils/openai_params.py
moralstack/utils/output_protection.py
moralstack/utils/provider_errors.py
moralstack/utils/structured_output.py
tests/test_axis_mapping.py
tests/test_calibration_guard.py
tests/test_constitution_loader.py
tests/test_constitution_retrieval.py
tests/test_constitution_validation.py
tests/test_controller_speculative_lazy.py
tests/test_convergence.py
tests/test_conversation_readiness.py
tests/test_critic_config_loader.py
tests/test_critic_prompt.py
tests/test_cycle1_early_convergence.py
tests/test_decide_action.py
tests/test_decision_correctness.py
tests/test_decision_explanation.py
tests/test_decision_policy.py
tests/test_decision_trace.py
tests/test_domain_prefilter_cache.py
tests/test_env_loader.py
tests/test_guidance_builder.py
tests/test_has_ambiguity_or_dual_use.py
tests/test_hindsight_config_loader.py
tests/test_json_utils.py
tests/test_llm_parse_contract.py
tests/test_mstack_cli.py
tests/test_observability_envelope.py
tests/test_observability_jsonl_sink.py
tests/test_observability_read_store.py
tests/test_observability_router.py
tests/test_observability_service.py
tests/test_observability_sqlite_sink.py
tests/test_openai_params.py
tests/test_orchestrator.py
tests/test_orchestrator_config_loader.py
tests/test_orchestrator_observability.py
tests/test_overlay_sensitivity.py
tests/test_parallel_scheduler.py
tests/test_persistence_config.py
tests/test_persistence_llm_calls.py
tests/test_persistence_uow.py
tests/test_perspective_config_loader.py
tests/test_perspective_module.py
tests/test_perspective_standalone.py
tests/test_prompt_audit_fixes.py
tests/test_prompt_formatter.py
tests/test_prompts_common.py
tests/test_reports.py
tests/test_request_analysis_reuse.py
tests/test_response_assembler.py
tests/test_risk.py
tests/test_risk_config_loader.py
tests/test_risk_estimator.py
tests/test_risk_parsing.py
tests/test_runtime_observability.py
tests/test_runtime_pooling.py
tests/test_safe_complete_gating.py
tests/test_safe_complete_policy.py
tests/test_safe_refusal_generator.py
tests/test_sdk_bootstrap.py
tests/test_sdk_config.py
tests/test_sdk_errors.py
tests/test_sdk_integration.py
tests/test_sdk_response.py
tests/test_sdk_session.py
tests/test_sdk_stream.py
tests/test_sdk_wrapper.py
tests/test_simulator_config_loader.py
tests/test_simulator_gate.py
tests/test_speculative_overlap.py
tests/test_structured_output.py
tests/test_trace_parsers.py
tests/test_ui_journey_order.py
tests/test_validate_overlay.py