LICENSE
README.md
README_PYPI.md
pyproject.toml
dual_loop/__init__.py
dual_loop/__main__.py
dual_loop/allostasis.py
dual_loop/cli.py
dual_loop/cognitive_judge.py
dual_loop/controller.py
dual_loop/curiosity_daemon.py
dual_loop/decoder.py
dual_loop/directional_reservoir.py
dual_loop/evidential.py
dual_loop/functorial_engine.py
dual_loop/halting.py
dual_loop/homeostasis.py
dual_loop/matrix_helper.py
dual_loop/mdl_selector.py
dual_loop/memory.py
dual_loop/multimodal_transport.py
dual_loop/nullspace_engine.py
dual_loop/open_concept.py
dual_loop/plasticity.py
dual_loop/self_awareness.py
dual_loop/topological_cwm.py
dual_loop/verification.py
dual_loop/adapters/__init__.py
dual_loop/adapters/latent_adapter.py
dual_loop/adapters/qwen_adapter.py
dual_loop/benchmarks/__init__.py
dual_loop/benchmarks/benchmark_bidirectional_multimodal.py
dual_loop/benchmarks/benchmark_cross_modal.py
dual_loop/benchmarks/benchmark_glm4_v24.py
dual_loop/benchmarks/benchmark_qwen_reasoning.py
dual_loop/benchmarks/comprehensive_suite.py
dual_loop/benchmarks/epistemic_plasticity_benchmark.py
dual_loop/benchmarks/graph_reasoning.py
dual_loop/benchmarks/halting_audit.py
dual_loop/benchmarks/initiative_benchmark.py
dual_loop/benchmarks/large_scale_usecase_benchmark.py
dual_loop/benchmarks/plot_cross_modal_benchmark.py
dual_loop/benchmarks/run_20_benchmarks_three_regimes.py
dual_loop/checkpoints/checkpoint_trained_dualloop.pt
dual_loop/runtime/__init__.py
dual_loop/runtime/detector.py
dual_loop/runtime/hf_publisher.py
dual_loop/validation/__init__.py
dual_loop/validation/benchmark_validator.py
dual_loop_controller.egg-info/PKG-INFO
dual_loop_controller.egg-info/SOURCES.txt
dual_loop_controller.egg-info/dependency_links.txt
dual_loop_controller.egg-info/entry_points.txt
dual_loop_controller.egg-info/requires.txt
dual_loop_controller.egg-info/top_level.txt
tests/test_adapter_integration.py
tests/test_allostatic_modulation.py
tests/test_benchmark_validator.py
tests/test_bottleneck_adapter.py
tests/test_brain_sandbox.py
tests/test_cognitive_judge.py
tests/test_curiosity_daemon.py
tests/test_directional_reservoir.py
tests/test_dual_loop.py
tests/test_episodic_self_correction.py
tests/test_functorial_mdl.py
tests/test_homeostasis.py
tests/test_hypothesis_verification.py
tests/test_matrix_helper.py
tests/test_metacognitive_loop.py
tests/test_multimodal_bidirectional.py
tests/test_nullspace_engine.py
tests/test_plasticity_and_evidential.py
tests/test_qwen_adapter.py
tests/test_runtime_and_publisher.py
tests/test_security_and_runtime.py
tests/test_self_awareness.py
tests/test_smart_brain_architecture.py
tests/test_surprise_and_ddm.py