LICENSE
README.md
pyproject.toml
src/mutbot/__init__.py
src/mutbot/__main__.py
src/mutbot/menu.py
src/mutbot/session.py
src/mutbot.egg-info/PKG-INFO
src/mutbot.egg-info/SOURCES.txt
src/mutbot.egg-info/dependency_links.txt
src/mutbot.egg-info/entry_points.txt
src/mutbot.egg-info/requires.txt
src/mutbot.egg-info/top_level.txt
src/mutbot/builtins/__init__.py
src/mutbot/builtins/guide.py
src/mutbot/builtins/menus.py
src/mutbot/builtins/setup_provider.py
src/mutbot/cli/__init__.py
src/mutbot/cli/proxy_log.py
src/mutbot/copilot/__init__.py
src/mutbot/copilot/auth.py
src/mutbot/copilot/provider.py
src/mutbot/proxy/__init__.py
src/mutbot/proxy/logging.py
src/mutbot/proxy/routes.py
src/mutbot/proxy/translation.py
src/mutbot/runtime/__init__.py
src/mutbot/runtime/config.py
src/mutbot/runtime/menu_impl.py
src/mutbot/runtime/session_impl.py
src/mutbot/runtime/session_logging.py
src/mutbot/runtime/storage.py
src/mutbot/runtime/terminal.py
src/mutbot/runtime/workspace.py
src/mutbot/toolkits/__init__.py
src/mutbot/toolkits/session_toolkit.py
src/mutbot/web/__init__.py
src/mutbot/web/agent_bridge.py
src/mutbot/web/connection.py
src/mutbot/web/routes.py
src/mutbot/web/rpc.py
src/mutbot/web/serializers.py
src/mutbot/web/server.py
tests/test_config_system.py
tests/test_proxy_translation.py
tests/test_rpc.py
tests/test_rpc_handlers.py
tests/test_runtime_imports.py
tests/test_runtime_menu.py
tests/test_runtime_session.py
tests/test_runtime_terminal.py
tests/test_session_persistence.py
tests/test_setup_integration.py
tests/test_setup_provider.py
tests/test_workspace_selector.py