selenium-python-ai-agent 0.2.2__tar.gz → 0.2.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. {selenium_python_ai_agent-0.2.2/selenium_python_ai_agent.egg-info → selenium_python_ai_agent-0.2.3}/PKG-INFO +3 -3
  2. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/README.md +2 -2
  3. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/pyproject.toml +1 -1
  4. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/__init__.py +1 -1
  5. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/cli.py +1 -1
  6. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3/selenium_python_ai_agent.egg-info}/PKG-INFO +3 -3
  7. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/tests/test_path_handling.py +1 -1
  8. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/LICENSE +0 -0
  9. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/agents/__init__.py +0 -0
  10. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/agents/coder.py +0 -0
  11. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/agents/definitions.py +0 -0
  12. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/agents/healer.py +0 -0
  13. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/agents/planner.py +0 -0
  14. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/bdd/__init__.py +0 -0
  15. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/bdd/gherkin_advisor.py +0 -0
  16. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/bdd/templates.py +0 -0
  17. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/core/__init__.py +0 -0
  18. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/core/orchestrator.py +0 -0
  19. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/scanner/__init__.py +0 -0
  20. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/scanner/project_scanner.py +0 -0
  21. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/selenium/__init__.py +0 -0
  22. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/selenium/base_page.py +0 -0
  23. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/selenium/driver_factory.py +0 -0
  24. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/selenium/error_map.py +0 -0
  25. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/selenium/locator_advisor.py +0 -0
  26. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/selenium/locator_scanner.py +0 -0
  27. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/__init__.py +0 -0
  28. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/code_validator.py +0 -0
  29. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/config_manager.py +0 -0
  30. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/json_utils.py +0 -0
  31. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/llm.py +0 -0
  32. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/logger.py +0 -0
  33. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/paths.py +0 -0
  34. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/spec_writer.py +0 -0
  35. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_agent/utils/url_extractor.py +0 -0
  36. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_python_ai_agent.egg-info/SOURCES.txt +0 -0
  37. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_python_ai_agent.egg-info/dependency_links.txt +0 -0
  38. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_python_ai_agent.egg-info/entry_points.txt +0 -0
  39. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_python_ai_agent.egg-info/requires.txt +0 -0
  40. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/selenium_python_ai_agent.egg-info/top_level.txt +0 -0
  41. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/setup.cfg +0 -0
  42. {selenium_python_ai_agent-0.2.2 → selenium_python_ai_agent-0.2.3}/tests/test_agent_enhancements.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: selenium-python-ai-agent
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: AI-powered multi-agent framework to plan, generate and heal Selenium Python tests (pytest + pytest-bdd)
5
5
  Author: Ankit Tripathi
6
6
  License: MIT
@@ -35,7 +35,7 @@ Dynamic: license-file
35
35
 
36
36
  [![PyPI version](https://badge.fury.io/py/selenium-python-ai-agent.svg)](https://pypi.org/project/selenium-python-ai-agent/)
37
37
  [![Python](https://img.shields.io/badge/python-3.9+-blue.svg)](https://python.org)
38
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
38
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/LICENSE)
39
39
 
40
40
  ---
41
41
 
@@ -405,7 +405,7 @@ Subcommands: `selenium-agent config …`, `selenium-agent init-agents …`, `sel
405
405
 
406
406
  ## 🤝 Contributing
407
407
 
408
- PRs welcome! See [CONTRIBUTING.md](CONTRIBUTING.md)
408
+ PRs welcome! See [CONTRIBUTING.md](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/CONTRIBUTING.md)
409
409
 
410
410
  ---
411
411
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  [![PyPI version](https://badge.fury.io/py/selenium-python-ai-agent.svg)](https://pypi.org/project/selenium-python-ai-agent/)
7
7
  [![Python](https://img.shields.io/badge/python-3.9+-blue.svg)](https://python.org)
8
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
8
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/LICENSE)
9
9
 
10
10
  ---
11
11
 
@@ -375,7 +375,7 @@ Subcommands: `selenium-agent config …`, `selenium-agent init-agents …`, `sel
375
375
 
376
376
  ## 🤝 Contributing
377
377
 
378
- PRs welcome! See [CONTRIBUTING.md](CONTRIBUTING.md)
378
+ PRs welcome! See [CONTRIBUTING.md](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/CONTRIBUTING.md)
379
379
 
380
380
  ---
381
381
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "selenium-python-ai-agent"
7
- version = "0.2.2"
7
+ version = "0.2.3"
8
8
  description = "AI-powered multi-agent framework to plan, generate and heal Selenium Python tests (pytest + pytest-bdd)"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
@@ -15,6 +15,6 @@ Usage (CLI):
15
15
 
16
16
  from selenium_agent.core.orchestrator import Orchestrator as SeleniumAgent
17
17
 
18
- __version__ = "0.2.2"
18
+ __version__ = "0.2.3"
19
19
  __author__ = "Ankit Tripathi"
20
20
  __all__ = ["SeleniumAgent"]
@@ -201,7 +201,7 @@ Other examples:
201
201
  parser.add_argument("--test", default=None, metavar="TEST_NAME",
202
202
  help="Specific test function to run/heal. "
203
203
  "e.g. --test test_login_locked_out_user")
204
- parser.add_argument("--version", action="version", version="selenium-agent 0.2.2")
204
+ parser.add_argument("--version", action="version", version="selenium-agent 0.2.3")
205
205
 
206
206
  args = parser.parse_args()
207
207
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: selenium-python-ai-agent
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: AI-powered multi-agent framework to plan, generate and heal Selenium Python tests (pytest + pytest-bdd)
5
5
  Author: Ankit Tripathi
6
6
  License: MIT
@@ -35,7 +35,7 @@ Dynamic: license-file
35
35
 
36
36
  [![PyPI version](https://badge.fury.io/py/selenium-python-ai-agent.svg)](https://pypi.org/project/selenium-python-ai-agent/)
37
37
  [![Python](https://img.shields.io/badge/python-3.9+-blue.svg)](https://python.org)
38
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
38
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/LICENSE)
39
39
 
40
40
  ---
41
41
 
@@ -405,7 +405,7 @@ Subcommands: `selenium-agent config …`, `selenium-agent init-agents …`, `sel
405
405
 
406
406
  ## 🤝 Contributing
407
407
 
408
- PRs welcome! See [CONTRIBUTING.md](CONTRIBUTING.md)
408
+ PRs welcome! See [CONTRIBUTING.md](https://github.com/AnkitDeepBlue/selenium-python-ai-agent/blob/main/CONTRIBUTING.md)
409
409
 
410
410
  ---
411
411
 
@@ -25,7 +25,7 @@ def make_healer(output_dir: Path) -> HealerAgent:
25
25
 
26
26
 
27
27
  def test_package_import_exposes_public_api():
28
- assert selenium_agent.__version__ == "0.2.2"
28
+ assert selenium_agent.__version__ == "0.2.3"
29
29
  assert selenium_agent.SeleniumAgent.__name__ == "Orchestrator"
30
30
 
31
31