LICENSE
README.md
pyproject.toml
src/__init__.py
src/agent_runner.py
src/custom_agent.py
src/main.py
src/org_agent.py
src/themes.py
src/ui.py
src/agent/__init__.py
src/agent/browser_agent.py
src/agent/browser_agent_output.py
src/agent/browser_massage_manager.py
src/agent/browser_system_prompts.py
src/browser/__init__.py
src/browser/custom_browser.py
src/browser/custom_context.py
src/browser_use_webui_multimodel.egg-info/PKG-INFO
src/browser_use_webui_multimodel.egg-info/SOURCES.txt
src/browser_use_webui_multimodel.egg-info/dependency_links.txt
src/browser_use_webui_multimodel.egg-info/requires.txt
src/browser_use_webui_multimodel.egg-info/top_level.txt
src/components/agent_settings.py
src/components/browser_settings.py
src/components/header.py
src/components/llm_configuration.py
src/components/recordings.py
src/components/task_settings.py
src/controller/__init__.py
src/controller/custom_controller.py
src/utils/__init__.py
src/utils/utils.py
tests/test_browser_use.py
tests/test_llm_api.py
tests/test_playwright.py