CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/terra4mice/__init__.py
src/terra4mice/__main__.py
src/terra4mice/analyzers.py
src/terra4mice/backends.py
src/terra4mice/ci.py
src/terra4mice/cli.py
src/terra4mice/context_io.py
src/terra4mice/contexts.py
src/terra4mice/inference.py
src/terra4mice/models.py
src/terra4mice/planner.py
src/terra4mice/py.typed
src/terra4mice/spec_parser.py
src/terra4mice/state_manager.py
src/terra4mice.egg-info/PKG-INFO
src/terra4mice.egg-info/SOURCES.txt
src/terra4mice.egg-info/dependency_links.txt
src/terra4mice.egg-info/entry_points.txt
src/terra4mice.egg-info/requires.txt
src/terra4mice.egg-info/top_level.txt
src/terra4mice/apply/__init__.py
src/terra4mice/apply/agents.py
src/terra4mice/apply/market_client.py
src/terra4mice/apply/modes.py
src/terra4mice/apply/runner.py
src/terra4mice/apply/verify.py
tests/test_agents.py
tests/test_analyzers.py
tests/test_apply.py
tests/test_backends.py
tests/test_ci.py
tests/test_cli_contexts.py
tests/test_context_io.py
tests/test_contexts.py
tests/test_e2e.py
tests/test_symbols.py