README.md
pyproject.toml
src/morphism/__init__.py
src/morphism/config.py
src/morphism/exceptions.py
src/morphism/ai/__init__.py
src/morphism/ai/synthesizer.py
src/morphism/cli/__init__.py
src/morphism/cli/shell.py
src/morphism/cli/tui.py
src/morphism/core/__init__.py
src/morphism/core/cache.py
src/morphism/core/inference.py
src/morphism/core/native_node.py
src/morphism/core/node.py
src/morphism/core/pipeline.py
src/morphism/core/schemas.py
src/morphism/math/__init__.py
src/morphism/math/z3_verifier.py
src/morphism/utils/__init__.py
src/morphism/utils/logger.py
src/morphism_engine.egg-info/PKG-INFO
src/morphism_engine.egg-info/SOURCES.txt
src/morphism_engine.egg-info/dependency_links.txt
src/morphism_engine.egg-info/entry_points.txt
src/morphism_engine.egg-info/requires.txt
src/morphism_engine.egg-info/top_level.txt
tests/test_phase1.py
tests/test_phase11_tui.py
tests/test_phase2.py
tests/test_phase3_4.py
tests/test_phase5_local.py
tests/test_phase6_shell.py
tests/test_phase8_native.py
tests/test_phase9_10.py