LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
auto_codex/__init__.py
auto_codex/core.py
auto_codex/extractors.py
auto_codex/health.py
auto_codex/models.py
auto_codex/parsers.py
auto_codex/py.typed
auto_codex/utils.py
auto_codex.egg-info/PKG-INFO
auto_codex.egg-info/SOURCES.txt
auto_codex.egg-info/dependency_links.txt
auto_codex.egg-info/entry_points.txt
auto_codex.egg-info/requires.txt
auto_codex.egg-info/top_level.txt
benchmarks/__init__.py
benchmarks/__main__.py
benchmarks/base_benchmark.py
benchmarks/leetcode_easy_benchmark.py
benchmarks/leetcode_medium_benchmark.py
benchmarks/leetcode_medium_solutions/add_two_numbers.py
benchmarks/leetcode_medium_solutions/container_with_most_water.py
benchmarks/leetcode_medium_solutions/group_anagrams.py
benchmarks/leetcode_medium_solutions/longest_substring_without_repeating.py
benchmarks/leetcode_medium_solutions/product_except_self.py
benchmarks/leetcode_medium_solutions/rotate_image.py
benchmarks/leetcode_medium_solutions/search_rotated_sorted_array.py
benchmarks/leetcode_medium_solutions/spiral_matrix.py
benchmarks/leetcode_medium_solutions/test_solutions.py
benchmarks/leetcode_medium_solutions/three_sum.py
benchmarks/leetcode_medium_solutions/validate_bst.py
benchmarks/leetcode_solutions/buy_sell_stock.py
benchmarks/leetcode_solutions/climbing_stairs.py
benchmarks/leetcode_solutions/max_subarray.py
benchmarks/leetcode_solutions/merge_sorted_lists.py
benchmarks/leetcode_solutions/palindrome_number.py
benchmarks/leetcode_solutions/plus_one.py
benchmarks/leetcode_solutions/remove_duplicates.py
benchmarks/leetcode_solutions/reverse_linked_list.py
benchmarks/leetcode_solutions/test_solutions.py
benchmarks/leetcode_solutions/two_sum.py
benchmarks/leetcode_solutions/valid_parentheses.py
tests/__init__.py
tests/context.py
tests/convert_tests.py
tests/functional_validation_tests.py
tests/test_core.py
tests/test_core_enhanced.py
tests/test_core_simple.py
tests/test_coverage_gaps.py
tests/test_echo_syntax.py
tests/test_edge_cases_advanced.py
tests/test_extractors_enhanced.py
tests/test_health_comprehensive.py
tests/test_models_enhanced.py
tests/test_ollama_integration.py
tests/test_ollama_integration_mock.py
tests/test_parsers.py
tests/test_parsers_enhanced.py
tests/test_provider_integration.py
tests/test_provider_support.py
tests/test_sandbox_disabled.py
tests/test_utils.py
tests/mock_project/app.py