LICENSE
MANIFEST.in
README.md
dev-requirements.txt
pyproject.toml
requirements.txt
setup.py
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/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/streaming_printer.py
mentat/transcripts.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/command/__init__.py
mentat/command/command.py
mentat/command/commands/__init__.py
mentat/command/commands/agent.py
mentat/command/commands/clear.py
mentat/command/commands/commit.py
mentat/command/commands/config.py
mentat/command/commands/context.py
mentat/command/commands/exclude.py
mentat/command/commands/help.py
mentat/command/commands/include.py
mentat/command/commands/redo.py
mentat/command/commands/run.py
mentat/command/commands/sample.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/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/unified_diff_parser_prompt.txt
mentat/resources/templates/benchmark.jinja
mentat/resources/templates/conversation_viewer.jinja
mentat/resources/templates/transcript.jinja
mentat/resources/templates/css/benchmark.css
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/sampler/__init__.py
mentat/sampler/sample.py
mentat/sampler/sampler.py
mentat/sampler/utils.py
mentat/terminal/__init__.py
mentat/terminal/client.py
mentat/terminal/loading.py
mentat/terminal/output.py
mentat/terminal/prompt_completer.py
mentat/terminal/prompt_session.py
mentat/terminal/themes.py
mentat/vision/__init__.py
mentat/vision/vision_manager.py
tests/__init__.py
tests/benchmark_test.py
tests/broadcast_test.py
tests/code_context_test.py
tests/code_feature_test.py
tests/code_file_manager_test.py
tests/commands_test.py
tests/config_test.py
tests/conftest.py
tests/conversation_test.py
tests/diff_context_test.py
tests/embeddings_test.py
tests/git_handler_test.py
tests/include_files_test.py
tests/license_check.py
tests/llm_api_handler_test.py
tests/measure_api_speed.py
tests/record_benchmark.py
tests/sampler_test.py
tests/session_input_test.py
tests/system_test.py
tests/test_loading_handler.py
tests/ui_test.py
tests/utils_test.py
tests/vision_test.py