LICENSE
README.md
plugin-setup.md
pyproject.toml
python_ai_locator/AiLocator.py
python_ai_locator/PlaywrightAiLocator.py
python_ai_locator/RobotAiLocator.py
python_ai_locator/SeleniumAiLocator.py
python_ai_locator/__init__.py
python_ai_locator/cli.py
python_ai_locator.egg-info/PKG-INFO
python_ai_locator.egg-info/SOURCES.txt
python_ai_locator.egg-info/dependency_links.txt
python_ai_locator.egg-info/entry_points.txt
python_ai_locator.egg-info/requires.txt
python_ai_locator.egg-info/top_level.txt
python_ai_locator/libs/__init__.py
python_ai_locator/libs/ai.py
python_ai_locator/libs/cache.py
python_ai_locator/libs/custom_logger.py
python_ai_locator/libs/import_llm.py
python_ai_locator/libs/xpath.py
python_ai_locator/llm/bedrock.py
python_ai_locator/llm/gemini.py
python_ai_locator/llm/groq.py
python_ai_locator/llm/huggingface.py
python_ai_locator/llm/tools.py
python_ai_locator/templates/.env_bedrock_template
python_ai_locator/templates/.env_blank_template
python_ai_locator/templates/.env_gemini_template
python_ai_locator/templates/.env_groq_template
python_ai_locator/templates/.env_hf_template
python_ai_locator/templates/.supported_llms
python_ai_locator/templates/test_generic_ai_locator_template.py
python_ai_locator/templates/test_playwright_ai_locator_template.py
python_ai_locator/templates/test_robot_ai_locator_template.robot
python_ai_locator/templates/test_selenium_ai_locator_template.py