LICENSE
README.md
pyproject.toml
src/snail/__init__.py
src/snail/cli.py
src/snail/lint.py
src/snail/manifest.py
src/snail/node.py
src/snail/program.py
src/snail/wrappers.py
src/snail/providers/__init__.py
src/snail/providers/anthropic.py
src/snail/providers/base.py
src/snail/providers/errors.py
src/snail/providers/ollama.py
src/snail/providers/openai_compat.py
src/snail/providers/stub.py
src/snail/render/__init__.py
src/snail/render/layout.py
src/snail/render/style.py
src/snail/render/svg.py
src/snail/render/theme_dark.py
src/snail/training/__init__.py
src/snail/training/freezer.py
src/snail/training/golden.py
src/snail/training/parser.py
src/snail/training/recipe.py
src/snail/training/trainer.py
src/snail/types/__init__.py
src/snail/types/ood.py
src/snail/types/result.py
src/snail_dsl.egg-info/PKG-INFO
src/snail_dsl.egg-info/SOURCES.txt
src/snail_dsl.egg-info/dependency_links.txt
src/snail_dsl.egg-info/entry_points.txt
src/snail_dsl.egg-info/requires.txt
src/snail_dsl.egg-info/top_level.txt
tests/test_cli.py
tests/test_integration.py
tests/test_lint.py
tests/test_node.py
tests/test_program.py
tests/test_providers_anthropic.py
tests/test_providers_base.py
tests/test_providers_hosted_node.py
tests/test_providers_ollama.py
tests/test_providers_openai.py
tests/test_providers_stub.py
tests/test_render_layout.py
tests/test_render_svg.py
tests/test_training_freezer.py
tests/test_training_golden.py
tests/test_training_recipe.py
tests/test_training_trainer.py
tests/test_wrappers.py