LICENSE
MANIFEST.in
README.md
dev-requirements.txt
pyproject.toml
requirements.txt
setup.py
mentat/__init__.py
mentat/__main__.py
mentat/broadcast.py
mentat/code_context.py
mentat/code_edit_feedback.py
mentat/code_file.py
mentat/code_file_manager.py
mentat/code_map.py
mentat/commands.py
mentat/config_manager.py
mentat/conversation.py
mentat/diff_context.py
mentat/edit_history.py
mentat/embeddings.py
mentat/errors.py
mentat/git_handler.py
mentat/include_files.py
mentat/llm_api.py
mentat/logging_config.py
mentat/session.py
mentat/session_input.py
mentat/session_stream.py
mentat/streaming_printer.py
mentat/utils.py
mentat.egg-info/PKG-INFO
mentat.egg-info/SOURCES.txt
mentat.egg-info/dependency_links.txt
mentat.egg-info/entry_points.txt
mentat.egg-info/requires.txt
mentat.egg-info/top_level.txt
mentat/parsers/__init__.py
mentat/parsers/block_parser.py
mentat/parsers/change_display_helper.py
mentat/parsers/diff_utils.py
mentat/parsers/file_edit.py
mentat/parsers/parser.py
mentat/parsers/replacement_parser.py
mentat/parsers/split_diff_parser.py
mentat/parsers/unified_diff_parser.py
mentat/prompts/__init__.py
mentat/prompts/prompts.py
mentat/resources/conversation_viewer.html
mentat/resources/default_config.json
mentat/resources/prompts/block_parser_prompt.txt
mentat/resources/prompts/replacement_parser_prompt.txt
mentat/resources/prompts/split_diff_parser_prompt.txt
mentat/resources/prompts/unified_diff_parser_prompt.txt
mentat/terminal/__init__.py
mentat/terminal/client.py
mentat/terminal/output.py
mentat/terminal/prompt_completer.py
mentat/terminal/prompt_session.py
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/broadcast_test.py
tests/code_context_test.py
tests/code_file_manager_test.py
tests/commands_test.py
tests/config_test.py
tests/conftest.py
tests/diff_context_test.py
tests/embeddings_test.py
tests/git_handler_test.py
tests/license_check.py
tests/measure_api_speed.py
tests/record_benchmark.py
tests/system_test.py
tests/ui_test.py
tests/benchmarks/__init__.py
tests/benchmarks/context_benchmark.py
tests/benchmarks/exercism_practice.py
tests/benchmarks/utils.py
tests/benchmarks/exercise_runners/__init__.py
tests/benchmarks/exercise_runners/abstract_exercise_runner.py
tests/benchmarks/exercise_runners/clojure_exercise_runner.py
tests/benchmarks/exercise_runners/exercise_runner_factory.py
tests/benchmarks/exercise_runners/javascript_exercise_runner.py
tests/benchmarks/exercise_runners/python_exercise_runner.py