CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
uv.lock
assets/README.md
assets/system1-logo.jpg
benchmarks/README.md
benchmarks/__init__.py
benchmarks/run_triple_crown_benchmark.py
benchmarks/quality/README.md
benchmarks/quality/confidence_cases.json
benchmarks/quality/contrast_cases.json
benchmarks/quality/contrast_round.md
benchmarks/quality/evaluate_confidence.py
benchmarks/quality/evaluate_contrasts.py
benchmarks/quality/evaluate_quality_round.py
benchmarks/quality/evaluate_release.py
benchmarks/quality/evaluate_teaching.py
benchmarks/quality/evaluate_workloads.py
benchmarks/quality/evaluate_zero_shot.py
benchmarks/quality/observe_workloads.py
benchmarks/quality/prepare_workloads.py
benchmarks/quality/run_quality_benchmarks.py
benchmarks/quality/verify_banking_source.py
benchmarks/quality/datasets/intent_routing.json
benchmarks/quality/datasets/security_triage.json
benchmarks/quality/datasets/threat_scoring.json
benchmarks/quality/quality_round/README.md
benchmarks/quality/quality_round/cases.json
benchmarks/quality/quality_round/model_routing_candidate.json
benchmarks/quality/quality_round/protocol.json
benchmarks/quality/quality_round/results.json
benchmarks/quality/results/confidence_round.json
benchmarks/quality/results/contrast_round.json
benchmarks/quality/results/jev_live_cutover.json
benchmarks/quality/results/jev_observations.json
benchmarks/quality/results/jev_typed_contract.json
benchmarks/quality/results/launch_review.json
benchmarks/quality/results/model_routing_1_0_1.json
benchmarks/quality/results/release_1_0_1.json
benchmarks/quality/results/stable_release.json
benchmarks/quality/results/teaching_review.json
benchmarks/quality/workloads/CLINC_LICENSE.md
benchmarks/quality/workloads/README.md
benchmarks/quality/workloads/protocol.json
benchmarks/quality/workloads/results.json
benchmarks/quality/workloads/records/assistant_commands-gemini.json
benchmarks/quality/workloads/records/assistant_commands-jev.json
benchmarks/quality/workloads/records/banking_support-jev.json
benchmarks/quality/workloads/records/sms_triage-jev.json
benchmarks/quality/zero_shot/README.md
benchmarks/quality/zero_shot/baseline.json
benchmarks/quality/zero_shot/cases.json
benchmarks/quality/zero_shot/results.json
benchmarks/results/triple_crown_scorecard.json
deploy/README.md
deploy/kubernetes/deployment.yaml
deploy/kubernetes/service.yaml
deploy/kubernetes/sidecar-example.yaml
docs/README.md
docs/SPEEDRUN_SHOWDOWN_WORLD_RECORDS.md
docs/deployment.md
docs/examples-review.md
docs/integrations.md
docs/launch-review.md
docs/stable-release-checklist.md
docs/typesafe.md
docs/architecture/technical_specification.md
docs/guides/first_skill.md
docs/guides/policy_guard.md
docs/guides/training_experts.md
docs/observability/README.md
docs/observability/grafana-dashboard.json
docs/paper/conformal_gating.md
docs/paper/system1_technical_brief.md
docs/paper/system1_whitepaper.md
docs/releases/1.0.1.md
docs/releases/1.0.2.md
docs/releases/1.0.3.md
docs/releases/1.0.md
examples/README.md
examples/_teaching_demo.py
examples/agent_guard.py
examples/auto_cutover_showcase.py
examples/autonomous_agent_firewall_showcase.py
examples/banking_support.py
examples/core_standalone_evaluator.py
examples/deep_jev_benchmark.py
examples/enterprise_stress_showcase.py
examples/four_levers_benchmark.py
examples/jev_comparison_demos.py
examples/killer_use_cases_live_test.py
examples/model_routing.py
examples/observe_routing.py
examples/paperclips_typesafe_dropin.py
examples/support_triage.py
examples/teach_skill.py
examples/train_expert.py
examples/typesafe_sdk_dropin_showcase.py
examples/gaming/PAPERCLIPS_TEACHING.md
examples/gaming/__init__.py
examples/gaming/paperclips_speedrun.py
examples/gaming/pokemon_all_games_benchmark.py
examples/gaming/pokemon_battle_system1.py
examples/gaming/pokemon_full_campaign_speedrun.py
examples/gaming/pokemon_gameboy_gui.py
examples/gaming/pokemon_kaizo_speedrun.py
examples/gaming/pokemon_showdown_system1.py
examples/gaming/teach_paperclips_wire.py
examples/teaching/BANKING77.md
examples/teaching/BANKING77_LICENSE.md
examples/teaching/README.md
examples/teaching/agent_guard.json
examples/teaching/banking_support.json
examples/teaching/first_skill.json
examples/teaching/model_routing.json
examples/teaching/paperclips_wire.json
examples/teaching/support_triage.json
examples/teaching/results/agent_guard.json
examples/teaching/results/model_routing.json
examples/teaching/results/observed_routing.json
examples/teaching/results/paperclips_live_session.json
examples/teaching/results/paperclips_wire.json
examples/teaching/results/support_triage.json
scripts/check_documentation.py
scripts/generate_audit_bundle.py
scripts/run_paperclips_speedrun.py
scripts/run_pokemon_kaizo.py
scripts/run_pokemon_showdown.py
src/reflex/__init__.py
src/reflex/cache.py
src/reflex/calibration.py
src/reflex/cli.py
src/reflex/compiler.py
src/reflex/embeddings.py
src/reflex/engine.py
src/reflex/grpc_server.py
src/reflex/guard.py
src/reflex/ledger.py
src/reflex/model.py
src/reflex/neural.py
src/reflex/receipt.py
src/reflex/schema.py
src/reflex/telemetry.py
src/reflex/compat/__init__.py
src/reflex/compat/typesafe.py
src/reflex/core/__init__.py
src/reflex/core/embeddings.py
src/reflex/core/model.py
src/reflex/core/neural.py
src/reflex/core/schema.py
src/reflex/core/telemetry.py
src/reflex/integrations/__init__.py
src/reflex/integrations/fastapi.py
src/reflex/integrations/langchain.py
src/reflex/integrations/mcp.py
src/reflex/integrations/observability.py
src/reflex/integrations/otel.py
src/reflex/proto/__init__.py
src/reflex/proto/system1.proto
src/reflex/proto/system1_pb2.py
src/reflex/proto/system1_pb2_grpc.py
src/system1/__init__.py
src/system1/cache.py
src/system1/calibration.py
src/system1/cli.py
src/system1/compiler.py
src/system1/embeddings.py
src/system1/engine.py
src/system1/grpc_server.py
src/system1/guard.py
src/system1/ledger.py
src/system1/model.py
src/system1/neural.py
src/system1/receipt.py
src/system1/schema.py
src/system1/telemetry.py
src/system1.egg-info/PKG-INFO
src/system1.egg-info/SOURCES.txt
src/system1.egg-info/dependency_links.txt
src/system1.egg-info/entry_points.txt
src/system1.egg-info/requires.txt
src/system1.egg-info/top_level.txt
src/system1/compat/__init__.py
src/system1/compat/typesafe.py
src/system1/core/__init__.py
src/system1/core/embeddings.py
src/system1/core/model.py
src/system1/core/neural.py
src/system1/core/schema.py
src/system1/core/telemetry.py
src/system1/integrations/__init__.py
src/system1/integrations/fastapi.py
src/system1/integrations/langchain.py
src/system1/integrations/mcp.py
src/system1/integrations/observability.py
src/system1/integrations/otel.py
src/system1/proto/__init__.py
src/system1/proto/system1.proto
src/system1/proto/system1_pb2.py
src/system1/proto/system1_pb2_grpc.py
tests/conftest.py
tests/test_adversarial_crypto_compat_cli.py
tests/test_adversarial_gate_a.py
tests/test_adversarial_gate_b.py
tests/test_adversarial_gate_c.py
tests/test_adversarial_gate_d.py
tests/test_adversarial_gate_e.py
tests/test_adversarial_gate_f.py
tests/test_adversarial_invariants_6_to_10.py
tests/test_adversarial_invariants_challenger_1.py
tests/test_adversarial_m1_parity.py
tests/test_adversarial_tier5_engine.py
tests/test_attestation_invariants.py
tests/test_audit_architectural_upgrades.py
tests/test_authorization_invariants.py
tests/test_auto_cutover.py
tests/test_auto_cutover_showcase.py
tests/test_autonomous_agent_firewall_showcase.py
tests/test_cache_invariants.py
tests/test_calibration.py
tests/test_cli.py
tests/test_cli_compile.py
tests/test_compiler.py
tests/test_conformal.py
tests/test_conformal_invariants.py
tests/test_core_isolation.py
tests/test_cutover_invariants.py
tests/test_engine.py
tests/test_four_levers.py
tests/test_gateway_boundaries.py
tests/test_grpc_external_generated_client.py
tests/test_grpc_polyglot.py
tests/test_grpc_server.py
tests/test_guard.py
tests/test_hybrid_embeddings.py
tests/test_integrations.py
tests/test_langchain_dispatch.py
tests/test_model.py
tests/test_neural_projector.py
tests/test_observability.py
tests/test_observation_contract.py
tests/test_paperclips_speedrun.py
tests/test_paperclips_teaching.py
tests/test_pokemon_battle_system1.py
tests/test_pokemon_benchmark.py
tests/test_pokemon_full_campaign_speedrun.py
tests/test_pokemon_kaizo_speedrun.py
tests/test_pokemon_showdown_system1.py
tests/test_previous_contracts_adapted.py
tests/test_primary_examples.py
tests/test_receipt.py
tests/test_release_examples.py
tests/test_round2_gates_a_b.py
tests/test_round2_gates_c_d.py
tests/test_round2_gates_e_f.py
tests/test_round4_variants.py
tests/test_schema.py
tests/test_security_boundaries.py
tests/test_stable_lifecycle.py
tests/test_system1_exports.py
tests/test_teaching.py
tests/test_train_expert.py
tests/test_triple_crown_benchmark.py
tests/test_typesafe_compat.py
tests/test_whitening_and_exemplars.py
tests/test_workload_evidence.py
tests/test_zero_shot_games.py
tests/e2e/__init__.py
tests/e2e/conftest.py
tests/e2e/test_tier1_cli.py
tests/e2e/test_tier1_conformal.py
tests/e2e/test_tier1_dual_imports.py
tests/e2e/test_tier1_latency.py
tests/e2e/test_tier1_ledger.py
tests/e2e/test_tier1_receipts.py
tests/e2e/test_tier1_zero_network.py
tests/e2e/test_tier2_boundaries.py
tests/e2e/test_tier3_combinations.py
tests/e2e/test_tier4_real_world.py
tests/review_acceptance/__init__.py
tests/review_acceptance/test_postfix_boundaries.py
tests/review_acceptance/test_previous_contracts_adapted.py
tests/review_acceptance/test_round4_variants.py