LICENSE
README.md
pyproject.toml
cida_inference/__init__.py
cida_inference/backbone.py
cida_inference/callbacks.py
cida_inference/latent_agent.py
cida_inference/latent_memory.py
cida_inference/latent_reasoner.py
cida_inference/loader.py
cida_inference/parser_utils.py
cida_inference/swarm.py
cida_latent_plugin/__init__.py
cida_latent_plugin/agent.py
cida_latent_plugin/config.py
cida_latent_plugin/consensus.py
cida_latent_plugin/core.py
cida_latent_plugin/deliberation.py
cida_latent_plugin/diagnostics.py
cida_latent_plugin/hf.py
cida_latent_plugin/liquid_dynamics.py
cida_latent_plugin/losses.py
cida_latent_plugin/translator.py
cida_latent_plugin/ttt.py
cida_latent_plugin/vision_backbone.py
cida_plugin/__init__.py
cida_plugin/agent.py
cida_plugin/config.py
cida_plugin/consensus.py
cida_plugin/core.py
cida_plugin/deliberation.py
cida_plugin/diagnostics.py
cida_plugin/hf.py
cida_plugin/liquid_dynamics.py
cida_plugin/losses.py
cida_plugin/orchestrator.py
cida_plugin/projector.py
cida_plugin/translator.py
cida_plugin/ttt.py
cida_plugin/vision_backbone.py
cida_plugin.egg-info/PKG-INFO
cida_plugin.egg-info/SOURCES.txt
cida_plugin.egg-info/dependency_links.txt
cida_plugin.egg-info/requires.txt
cida_plugin.egg-info/top_level.txt
cida_plugin/inference/__init__.py
cida_plugin/inference/backbone.py
cida_plugin/inference/callbacks.py
cida_plugin/inference/latent_agent.py
cida_plugin/inference/latent_engineering.py
cida_plugin/inference/latent_memory.py
cida_plugin/inference/latent_reasoner.py
cida_plugin/inference/loader.py
cida_plugin/inference/parser_utils.py
cida_plugin/inference/swarm.py
tests/test_cida_inference.py
tests/test_hf_wrapper.py
tests/test_liquid_ode.py
tests/test_parser_utils.py
tests/test_plugin.py
tests/test_role_priors.py
tests/test_ttt.py