LICENSE
MANIFEST.in
README.md
dev-requirements.txt
pyproject.toml
requirements.txt
setup.py
benchmarks/__init__.py
benchmarks/arg_parser.py
benchmarks/benchmark_result.py
benchmarks/benchmark_result_list.py
benchmarks/benchmark_run.py
benchmarks/benchmark_run_summary.py
benchmarks/benchmark_runner.py
benchmarks/context_benchmark.py
benchmarks/edit_rubric_benchmark.py
benchmarks/exercism_practice.py
benchmarks/plot_generator.py
benchmarks/run_sample.py
benchmarks/swe_bench_runner.py
benchmarks/exercise_runners/__init__.py
benchmarks/exercise_runners/abstract_exercise_runner.py
benchmarks/exercise_runners/clojure_exercise_runner.py
benchmarks/exercise_runners/exercise_runner_factory.py
benchmarks/exercise_runners/javascript_exercise_runner.py
benchmarks/exercise_runners/python_exercise_runner.py
benchmarks/resources/templates/benchmark.jinja
benchmarks/resources/templates/benchmark_list.jinja
benchmarks/resources/templates/css/benchmark.css
benchmarks/resources/templates/css/benchmark_list.css
mentat/VERSION
mentat/__init__.py
mentat/__main__.py
mentat/agent_handler.py
mentat/app_conf.py
mentat/auto_completer.py
mentat/broadcast.py
mentat/code_context.py
mentat/code_edit_feedback.py
mentat/code_feature.py
mentat/code_file_manager.py
mentat/config.py
mentat/conversation.py
mentat/cost_tracker.py
mentat/ctags.py
mentat/daemon.py
mentat/diff_context.py
mentat/edit_history.py
mentat/embeddings.py
mentat/errors.py
mentat/git_handler.py
mentat/include_files.py
mentat/interval.py
mentat/llm_api_handler.py
mentat/logging_config.py
mentat/sentry.py
mentat/session.py
mentat/session_context.py
mentat/session_input.py
mentat/session_stream.py
mentat/splash_messages.py
mentat/transcripts.py
mentat/utils.py
mentat/version.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/command/__init__.py
mentat/command/command.py
mentat/command/commands/__init__.py
mentat/command/commands/agent.py
mentat/command/commands/amend.py
mentat/command/commands/clear.py
mentat/command/commands/commit.py
mentat/command/commands/config.py
mentat/command/commands/exclude.py
mentat/command/commands/help.py
mentat/command/commands/include.py
mentat/command/commands/load.py
mentat/command/commands/redo.py
mentat/command/commands/run.py
mentat/command/commands/sample.py
mentat/command/commands/save.py
mentat/command/commands/screenshot.py
mentat/command/commands/search.py
mentat/command/commands/talk.py
mentat/command/commands/undo.py
mentat/command/commands/undoall.py
mentat/command/commands/viewer.py
mentat/feature_filters/__init__.py
mentat/feature_filters/default_filter.py
mentat/feature_filters/embedding_similarity_filter.py
mentat/feature_filters/feature_filter.py
mentat/feature_filters/llm_feature_filter.py
mentat/feature_filters/truncate_filter.py
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/git_parser.py
mentat/parsers/json_parser.py
mentat/parsers/parser.py
mentat/parsers/parser_map.py
mentat/parsers/replacement_parser.py
mentat/parsers/streaming_printer.py
mentat/parsers/unified_diff_parser.py
mentat/prompts/__init__.py
mentat/prompts/prompts.py
mentat/python_client/__init__.py
mentat/python_client/client.py
mentat/resources/conf/conf.ini
mentat/resources/prompts/agent_command_selection_prompt.txt
mentat/resources/prompts/agent_file_selection_prompt.txt
mentat/resources/prompts/block_parser_prompt.txt
mentat/resources/prompts/feature_selection_prompt.txt
mentat/resources/prompts/json_parser_prompt.txt
mentat/resources/prompts/replacement_parser_prompt.txt
mentat/resources/prompts/revisor_prompt.txt
mentat/resources/prompts/unified_diff_parser_prompt.txt
mentat/resources/templates/conversation_viewer.jinja
mentat/resources/templates/transcript.jinja
mentat/resources/templates/css/conversation_viewer.css
mentat/resources/templates/css/transcript.css
mentat/resources/templates/js/conversation_viewer.js
mentat/resources/templates/js/transcript.js
mentat/resources/textual/terminal_app.tcss
mentat/revisor/__init__.py
mentat/revisor/revisor.py
mentat/sampler/__init__.py
mentat/sampler/sample.py
mentat/sampler/sampler.py
mentat/sampler/utils.py
mentat/server/__init__.py
mentat/server/mentat_server.py
mentat/terminal/__init__.py
mentat/terminal/client.py
mentat/terminal/history_suggester.py
mentat/terminal/patched_autocomplete.py
mentat/terminal/terminal_app.py
mentat/terminal/themes.py
mentat/vision/__init__.py
mentat/vision/vision_manager.py