LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
requirements-test.txt
requirements.txt
CodeMutator.egg-info/PKG-INFO
CodeMutator.egg-info/SOURCES.txt
CodeMutator.egg-info/dependency_links.txt
CodeMutator.egg-info/entry_points.txt
CodeMutator.egg-info/requires.txt
CodeMutator.egg-info/top_level.txt
docs/OUTPUT_PYDANTIC_GUIDE.md
docs/PROJECT_SETUP.md
examples/README.md
examples/basic_usage.py
examples/batch_tools_example.py
examples/decorator_demo.py
examples/delegate_task_example.py
examples/disable_system_prompt_example.py
examples/disable_tool_role_example.py
examples/disabled_tools_example.py
examples/example_usage.py
examples/full_examples.py
examples/output_pydantic_example.py
examples/simple_tools_example.py
examples/simplified_planning_demo.py
examples/smart_agent_demo.py
examples/timeout_configuration_example.py
mutator/__init__.py
mutator/__version__.py
mutator/agent.py
mutator/cli.py
mutator/context/__init__.py
mutator/context/code_analyzer.py
mutator/context/git_integration.py
mutator/context/indexer.py
mutator/context/manager.py
mutator/context/search.py
mutator/context/suppress_warnings.py
mutator/context/vector_store.py
mutator/core/__init__.py
mutator/core/config.py
mutator/core/history.py
mutator/core/path_utils.py
mutator/core/types.py
mutator/execution/executor.py
mutator/execution/planner.py
mutator/llm/__init__.py
mutator/llm/client.py
mutator/tools/__init__.py
mutator/tools/base.py
mutator/tools/batch_tools.py
mutator/tools/builtin.py
mutator/tools/decorator.py
mutator/tools/manager.py
mutator/tools/mcp_server.py
mutator/tools/registry.py
mutator/tools/schema_generator.py
mutator/tools/categories/__init__.py
mutator/tools/categories/ai_tools.py
mutator/tools/categories/development_tools.py
mutator/tools/categories/file_tools.py
mutator/tools/categories/indentation_fixer.py
mutator/tools/categories/search_tools.py
mutator/tools/categories/system_tools.py
mutator/tools/categories/task_tools.py
mutator/tools/categories/web_tools.py
tests/test_tool_descriptions.py