.gitignore
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/pages.yml
.github/workflows/release.yml
src/decepticons/__init__.py
src/decepticons/_triton_scan.py
src/decepticons/adapters.py
src/decepticons/artifacts.py
src/decepticons/artifacts_audits.py
src/decepticons/bidirectional_context.py
src/decepticons/bridge_export.py
src/decepticons/bridge_features.py
src/decepticons/causal_bank.py
src/decepticons/causal_predictive.py
src/decepticons/cli.py
src/decepticons/codecs.py
src/decepticons/config.py
src/decepticons/control.py
src/decepticons/controllers.py
src/decepticons/datasets.py
src/decepticons/delay.py
src/decepticons/eval.py
src/decepticons/exact_context.py
src/decepticons/experts.py
src/decepticons/factories.py
src/decepticons/gating.py
src/decepticons/hierarchical.py
src/decepticons/hierarchical_views.py
src/decepticons/latents.py
src/decepticons/learned_segmentation.py
src/decepticons/linear_memory.py
src/decepticons/linear_views.py
src/decepticons/loader.py
src/decepticons/memory_cache.py
src/decepticons/memory_protocol.py
src/decepticons/metrics.py
src/decepticons/mixed_memory.py
src/decepticons/model.py
src/decepticons/modulation.py
src/decepticons/ngram_memory.py
src/decepticons/noncausal_reconstructive.py
src/decepticons/online_memory.py
src/decepticons/oracle_analysis.py
src/decepticons/oscillatory_memory.py
src/decepticons/patch_latent_blocks.py
src/decepticons/patching.py
src/decepticons/predictive_surprise.py
src/decepticons/presets.py
src/decepticons/probability_diagnostics.py
src/decepticons/readout.py
src/decepticons/readouts.py
src/decepticons/reservoir.py
src/decepticons/routing.py
src/decepticons/runtime.py
src/decepticons/sampled_readout.py
src/decepticons/segmenters.py
src/decepticons/span_selection.py
src/decepticons/statistical_backoff.py
src/decepticons/substrates.py
src/decepticons/teacher_export.py
src/decepticons/train_eval.py
src/decepticons/train_modes.py
src/decepticons/views.py
src/decepticons.egg-info/PKG-INFO
src/decepticons.egg-info/SOURCES.txt
src/decepticons.egg-info/dependency_links.txt
src/decepticons.egg-info/entry_points.txt
src/decepticons.egg-info/requires.txt
src/decepticons.egg-info/top_level.txt
src/decepticons/models/__init__.py
src/decepticons/models/causal_bank_mlx.py
src/decepticons/models/causal_bank_torch.py
src/decepticons/models/common.py
src/decepticons/models/diagnostics.py
src/decepticons/models/hash_memory.py
src/decepticons/models/readouts_mlx.py
src/decepticons/models/readouts_torch.py
src/decepticons/models/substrate_transforms.py
src/decepticons/tokenizer/__init__.py
src/decepticons/tokenizer/build_vocab.py
src/decepticons/tokenizer/difficulty.py
tests/test_adaptive_substrate_plumbing.py
tests/test_agreement_export_example.py
tests/test_artifacts.py
tests/test_artifacts_audits.py
tests/test_bidirectional_analysis_example.py
tests/test_bidirectional_context.py
tests/test_boundary_surfaces.py
tests/test_bridge_export.py
tests/test_bridge_export_isolation.py
tests/test_bridge_features.py
tests/test_bridge_proxy_example.py
tests/test_cache_repair_example.py
tests/test_causal_adapter.py
tests/test_causal_descendant_refactors.py
tests/test_causality.py
tests/test_codecs.py
tests/test_coder.py
tests/test_control.py
tests/test_delay.py
tests/test_dependency_firewall.py
tests/test_diagnostics.py
tests/test_diagnostics_examples.py
tests/test_diagnostics_tools.py
tests/test_eval.py
tests/test_exact_context.py
tests/test_example_projects.py
tests/test_experts.py
tests/test_factories.py
tests/test_feature_export_example.py
tests/test_field_reconstruction_example.py
tests/test_frontier_boundaries.py
tests/test_gating.py
tests/test_hierarchical.py
tests/test_hierarchical_predictive_example.py
tests/test_hierarchical_views.py
tests/test_kernel_project_split.py
tests/test_learned_segmentation.py
tests/test_linear_memory.py
tests/test_memory_cache.py
tests/test_metrics.py
tests/test_mixed_memory.py
tests/test_modulation.py
tests/test_ngram_memory.py
tests/test_noncausal_adapter.py
tests/test_noncausal_bridge_boundaries.py
tests/test_oracle_adapter.py
tests/test_oscillatory_memory.py
tests/test_packed_memory_controller_example.py
tests/test_patch_latent_blocks.py
tests/test_patch_latent_example.py
tests/test_patch_readout.py
tests/test_payload_choice_example.py
tests/test_predictive_surprise.py
tests/test_presets.py
tests/test_primitives.py
tests/test_probability_diagnostics.py
tests/test_program_controller_example.py
tests/test_replay_fields_example.py
tests/test_reservoir.py
tests/test_routing.py
tests/test_runtime_artifact_accounting.py
tests/test_runtime_knobs.py
tests/test_sampled_readout.py
tests/test_span_selection.py
tests/test_statistical_backoff.py
tests/test_statistical_memory_example.py
tests/test_support_export_example.py
tests/test_teacher_export_adapter.py
tests/test_teacher_export_example.py
tests/test_train_eval.py
tests/test_train_modes.py
tests/test_workstream_integration.py