README.md
setup.py
browse_to_test/__init__.py
browse_to_test.egg-info/PKG-INFO
browse_to_test.egg-info/SOURCES.txt
browse_to_test.egg-info/dependency_links.txt
browse_to_test.egg-info/entry_points.txt
browse_to_test.egg-info/requires.txt
browse_to_test.egg-info/top_level.txt
browse_to_test/ai/__init__.py
browse_to_test/ai/base.py
browse_to_test/ai/factory.py
browse_to_test/ai/providers/__init__.py
browse_to_test/ai/providers/anthropic_provider.py
browse_to_test/ai/providers/openai_provider.py
browse_to_test/core/__init__.py
browse_to_test/core/action_analyzer.py
browse_to_test/core/config.py
browse_to_test/core/context_collector.py
browse_to_test/core/converter.py
browse_to_test/core/incremental_orchestrator.py
browse_to_test/core/input_parser.py
browse_to_test/core/language_templates.py
browse_to_test/core/orchestrator.py
browse_to_test/core/session.py
browse_to_test/core/shared_setup_manager.py
browse_to_test/language_utils/__init__.py
browse_to_test/language_utils/test_setup/__init__.py
browse_to_test/plugins/__init__.py
browse_to_test/plugins/base.py
browse_to_test/plugins/incremental_playwright_plugin.py
browse_to_test/plugins/incremental_selenium_plugin.py
browse_to_test/plugins/playwright_plugin.py
browse_to_test/plugins/registry.py
browse_to_test/plugins/selenium_plugin.py
tests/test_action_analyzer.py
tests/test_ai_providers.py
tests/test_config.py
tests/test_config_builder.py
tests/test_context_collector.py
tests/test_converter.py
tests/test_incremental_orchestrator.py
tests/test_incremental_session.py
tests/test_input_parser.py
tests/test_integration.py
tests/test_new_api.py
tests/test_orchestrator.py