LICENSE
README.md
pyproject.toml
dual_loop/__init__.py
dual_loop/controller.py
dual_loop/decoder.py
dual_loop/evidential.py
dual_loop/halting.py
dual_loop/matrix_helper.py
dual_loop/memory.py
dual_loop/open_concept.py
dual_loop/plasticity.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_qwen_reasoning.py
dual_loop/benchmarks/comprehensive_suite.py
dual_loop/benchmarks/graph_reasoning.py
dual_loop/benchmarks/halting_audit.py
dual_loop/benchmarks/initiative_benchmark.py
dual_loop/checkpoints/checkpoint_trained_dualloop.pt
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/requires.txt
dual_loop_controller.egg-info/top_level.txt
tests/test_adapter_integration.py
tests/test_dual_loop.py
tests/test_episodic_self_correction.py
tests/test_hypothesis_verification.py
tests/test_matrix_helper.py
tests/test_metacognitive_loop.py
tests/test_plasticity_and_evidential.py
tests/test_qwen_adapter.py
tests/test_security_and_runtime.py
tests/test_smart_brain_architecture.py
tests/test_surprise_and_ddm.py