LICENSE
README.md
pyproject.toml
setup.py
mentat/__init__.py
mentat/__main__.py
mentat/app.py
mentat/change_conflict_resolution.py
mentat/code_change.py
mentat/code_change_display.py
mentat/code_file_manager.py
mentat/config_manager.py
mentat/conversation.py
mentat/default_config.json
mentat/errors.py
mentat/git_handler.py
mentat/llm_api.py
mentat/logging_config.py
mentat/parsing.py
mentat/prompts.py
mentat/streaming_printer.py
mentat/user_input_manager.py
mentat_ai.egg-info/PKG-INFO
mentat_ai.egg-info/SOURCES.txt
mentat_ai.egg-info/dependency_links.txt
mentat_ai.egg-info/entry_points.txt
mentat_ai.egg-info/requires.txt
mentat_ai.egg-info/top_level.txt
testbed/__init__.py
testbed/multifile_calculator/__init__.py
testbed/multifile_calculator/calculator.py
testbed/multifile_calculator/operations.py
tests/__init__.py
tests/benchmark_test.py
tests/code_change_test.py
tests/code_file_manager_test.py
tests/config_test.py
tests/conftest.py
tests/git_handler_test.py
tests/license_check.py
tests/measure_api_speed.py
tests/model_error_test.py
tests/record_benchmark.py
tests/system_test.py
tests/ui_test.py