LICENSE
README.md
pyproject.toml
isre/__init__.py
isre/cli.py
isre/config.py
isre/types.py
isre/api/__init__.py
isre/api/server.py
isre/compression/__init__.py
isre/compression/base.py
isre/compression/multimodal.py
isre/compression/speech.py
isre/compression/text.py
isre/graph/__init__.py
isre/graph/builder.py
isre/knowledge/__init__.py
isre/knowledge/domain.py
isre/knowledge/engine.py
isre/knowledge/gaps.py
isre/knowledge/physics.py
isre/knowledge/backends/__init__.py
isre/knowledge/backends/base.py
isre/knowledge/backends/json_backend.py
isre/knowledge/backends/sqlite_backend.py
isre/models/__init__.py
isre/models/intent.py
isre/models/primitives.py
isre/models/reasoning.py
isre/pipeline/__init__.py
isre/pipeline/orchestrator.py
isre/reasoning/__init__.py
isre/reasoning/dynamics.py
isre/reasoning/generator.py
isre/reasoning/selection.py
isre/reconstruction/__init__.py
isre/reconstruction/action.py
isre/reconstruction/base.py
isre/reconstruction/code.py
isre/reconstruction/language.py
isre/reconstruction/markdown.py
isre/reconstruction/translator.py
isre/utils/__init__.py
isre/utils/architectural_validator.py
isre/utils/logging.py
isre/utils/resources.py
isre_engine.egg-info/PKG-INFO
isre_engine.egg-info/SOURCES.txt
isre_engine.egg-info/dependency_links.txt
isre_engine.egg-info/entry_points.txt
isre_engine.egg-info/requires.txt
isre_engine.egg-info/top_level.txt
tests/test_adversarial.py
tests/test_architecture.py
tests/test_compression.py
tests/test_extensibility.py
tests/test_final_coverage.py
tests/test_graph.py
tests/test_graph_integrity.py
tests/test_integration_scenarios.py
tests/test_knowledge.py
tests/test_knowledge_robustness.py
tests/test_knowledge_timing_updates.py
tests/test_meta.py
tests/test_modalities.py
tests/test_models.py
tests/test_performance.py
tests/test_performance_scaling.py
tests/test_pipeline.py
tests/test_reasoning.py
tests/test_reconstruction.py
tests/test_robustness.py
tests/test_scalability.py