LICENSE
README.md
pyproject.toml
conjure/__init__.py
conjure/cli.py
conjure/../specs/stdlib/base64_decode.yaml
conjure/../specs/stdlib/base64_encode.yaml
conjure/../specs/stdlib/binary_search.yaml
conjure/../specs/stdlib/camel_to_snake.yaml
conjure/../specs/stdlib/chunk.yaml
conjure/../specs/stdlib/csv_parse.yaml
conjure/../specs/stdlib/deduplicate.yaml
conjure/../specs/stdlib/deep_get.yaml
conjure/../specs/stdlib/fibonacci.yaml
conjure/../specs/stdlib/flatten.yaml
conjure/../specs/stdlib/flatten_dict.yaml
conjure/../specs/stdlib/frequency_count.yaml
conjure/../specs/stdlib/gcd.yaml
conjure/../specs/stdlib/group_by.yaml
conjure/../specs/stdlib/hex_decode.yaml
conjure/../specs/stdlib/hex_encode.yaml
conjure/../specs/stdlib/is_palindrome.yaml
conjure/../specs/stdlib/json_parse.yaml
conjure/../specs/stdlib/levenshtein.yaml
conjure/../specs/stdlib/matrix_multiply.yaml
conjure/../specs/stdlib/reverse_words.yaml
conjure/../specs/stdlib/rot13.yaml
conjure/../specs/stdlib/run_length_encode.yaml
conjure/../specs/stdlib/sha256.yaml
conjure/../specs/stdlib/slugify.yaml
conjure/../specs/stdlib/snake_to_camel.yaml
conjure/../specs/stdlib/statistics.yaml
conjure/../specs/stdlib/truncate.yaml
conjure/../specs/stdlib/url_parse.yaml
conjure/../specs/stdlib/word_count.yaml
conjure/core/__init__.py
conjure/core/code_cache.py
conjure/core/prompt_builder.py
conjure/core/runtime.py
conjure/core/spec_parser.py
conjure/eval/__init__.py
conjure/eval/attack_surface_metrics.py
conjure/eval/dep_analyzer.py
conjure/eval/eval_runner.py
conjure/llm/__init__.py
conjure/llm/engine.py
conjure/translate/__init__.py
conjure/translate/spec_generator.py
conjure/verify/__init__.py
conjure/verify/ast_checker.py
conjure/verify/example_tester.py
conjure/verify/property_tester.py
conjure/verify/sandbox.py
conjure_llm.egg-info/PKG-INFO
conjure_llm.egg-info/SOURCES.txt
conjure_llm.egg-info/dependency_links.txt
conjure_llm.egg-info/entry_points.txt
conjure_llm.egg-info/requires.txt
conjure_llm.egg-info/top_level.txt
tests/test_ast_checker.py
tests/test_code_cache.py
tests/test_e2e.py
tests/test_example_tester.py
tests/test_spec_parser.py