CITATION.cff
LICENSE
MANIFEST.in
package.md
pyproject.toml
src/ConsciousnessAI.egg-info/PKG-INFO
src/ConsciousnessAI.egg-info/SOURCES.txt
src/ConsciousnessAI.egg-info/dependency_links.txt
src/ConsciousnessAI.egg-info/entry_points.txt
src/ConsciousnessAI.egg-info/requires.txt
src/ConsciousnessAI.egg-info/top_level.txt
src/cia/__init__.py
src/cia/attention.py
src/cia/attention_schema.py
src/cia/chat_system.py
src/cia/cli.py
src/cia/cognitive_clock.py
src/cia/config.py
src/cia/consciousness_specialist.py
src/cia/event_bus.py
src/cia/global_workspace.py
src/cia/governance.py
src/cia/integration_metrics.py
src/cia/intervention.py
src/cia/memory.py
src/cia/perception.py
src/cia/persistent_identity.py
src/cia/predictive_world_model.py
src/cia/recurrent_binding.py
src/cia/report_verification.py
src/cia/reporting.py
src/cia/runtime.py
src/cia/schemas.py
src/cia/scorecard.py
src/cia/scorecard_v2.py
src/cia/self_model.py
src/cia/simulation.py
src/cia/storage.py
src/cia/welfare_monitor.py
src/cia/adapters/__init__.py
src/cia/adapters/base.py
src/cia/adapters/claude_adapter.py
src/cia/adapters/gemini_adapter.py
src/cia/adapters/huggingface_adapter.py
src/cia/adapters/llamacpp_adapter.py
src/cia/adapters/llm_adapter.py
src/cia/adapters/local_stub.py
src/cia/adapters/multimodal_adapter.py
src/cia/adapters/openai_adapter.py
src/cia/adapters/vllm_adapter.py
src/cia/environment/__init__.py
src/cia/environment/base_env.py
src/cia/environment/embodied_agent.py
src/cia/environment/text_world.py
src/cia/experiments/__init__.py
src/cia/experiments/base_experiment.py
src/cia/experiments/benchmark_suite.py
src/cia/experiments/blindsight_analogue.py
src/cia/experiments/metacognitive_calibration.py
src/cia/experiments/prediction_violation.py
src/cia/experiments/self_other_distinction.py
src/cia/experiments/split_workspace.py
src/cia/neuro/__init__.py
src/cia/neuro/bci_adapter.py
src/cia/neuro/bids_utils.py
src/cia/neuro/cognitive_state_decoder.py
src/cia/neuro/eeg_feature_extraction.py
src/cia/neuro/eeg_ingestion.py
src/cia/neuro/eeg_preprocessing.py
src/cia/neuro/neural_state_encoder.py
src/cia/neuro/neuro_reporting.py
src/cia/neuro/neuroadaptive_conditioning.py
src/cia/neuro/online_signal_stream.py
src/cia/neuro/safety.py
src/cia/neuro/schemas.py
src/cia/neuro/subject_profile.py
src/cia/plant_biohybrid/__init__.py
src/cia/plant_biohybrid/cli.py
src/cia/plant_biohybrid/plant_adapter.py
src/cia/plant_biohybrid/plant_conditioning.py
src/cia/plant_biohybrid/plant_feature_extraction.py
src/cia/plant_biohybrid/plant_preprocessing.py
src/cia/plant_biohybrid/plant_reporting.py
src/cia/plant_biohybrid/plant_safety.py
src/cia/plant_biohybrid/plant_signal_ingestion.py
src/cia/plant_biohybrid/plant_state_encoder.py
src/cia/plant_biohybrid/plant_utils.py
src/cia/plant_biohybrid/schemas.py
src/cia/subject_emulation/__init__.py
src/cia/subject_emulation/autobiographical_memory.py
src/cia/subject_emulation/behavioural_trace.py
src/cia/subject_emulation/cognitive_similarity_metrics.py
src/cia/subject_emulation/decision_pattern_model.py
src/cia/subject_emulation/emulation_report.py
src/cia/subject_emulation/preference_model.py
src/cia/subject_emulation/safety.py
src/cia/subject_emulation/schemas.py
src/cia/subject_emulation/style_adapter.py
src/cia/subject_emulation/subject_twin_runtime.py
tests/test_adapters.py
tests/test_attention_schema.py
tests/test_bci_adapter.py
tests/test_bids_utils.py
tests/test_cognitive_clock.py
tests/test_cognitive_similarity_metrics.py
tests/test_cognitive_state_decoder.py
tests/test_embodied_agent.py
tests/test_environment.py
tests/test_event_bus.py
tests/test_experiments.py
tests/test_global_workspace.py
tests/test_governance.py
tests/test_integration_metrics.py
tests/test_intervention.py
tests/test_intervention_v2.py
tests/test_llm_integration.py
tests/test_neural_state_encoder.py
tests/test_neuro_cli.py
tests/test_neuro_feature_extraction.py
tests/test_neuro_ingestion.py
tests/test_neuro_preprocessing.py
tests/test_neuro_reporting.py
tests/test_neuro_safety.py
tests/test_neuro_schemas.py
tests/test_neuroadaptive_conditioning.py
tests/test_persistent_identity.py
tests/test_predictive_world_model.py
tests/test_recurrent_binding.py
tests/test_report_verification.py
tests/test_reporting.py
tests/test_runtime.py
tests/test_schemas.py
tests/test_scorecard.py
tests/test_scorecard_v2.py
tests/test_self_model.py
tests/test_simulation.py
tests/test_storage.py
tests/test_subject_autobiographical_memory.py
tests/test_subject_behavioural_trace.py
tests/test_subject_cli.py
tests/test_subject_decision_pattern_model.py
tests/test_subject_emulation_report.py
tests/test_subject_emulation_safety.py
tests/test_subject_preference_model.py
tests/test_subject_profile.py
tests/test_subject_style_adapter.py
tests/test_subject_twin_runtime.py
tests/test_welfare_monitor.py