lumivor 0.1.7__tar.gz → 0.1.8__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. {lumivor-0.1.7 → lumivor-0.1.8}/PKG-INFO +5 -5
  2. {lumivor-0.1.7 → lumivor-0.1.8}/README.md +4 -4
  3. {lumivor-0.1.7 → lumivor-0.1.8}/pyproject.toml +1 -1
  4. {lumivor-0.1.7 → lumivor-0.1.8}/.env.example +0 -0
  5. {lumivor-0.1.7 → lumivor-0.1.8}/.gitattributes +0 -0
  6. {lumivor-0.1.7 → lumivor-0.1.8}/.github/workflows/publish.yml +0 -0
  7. {lumivor-0.1.7 → lumivor-0.1.8}/.gitignore +0 -0
  8. {lumivor-0.1.7 → lumivor-0.1.8}/.python-version +0 -0
  9. {lumivor-0.1.7 → lumivor-0.1.8}/.vscode/launch.json +0 -0
  10. {lumivor-0.1.7 → lumivor-0.1.8}/LICENSE +0 -0
  11. {lumivor-0.1.7 → lumivor-0.1.8}/conftest.py +0 -0
  12. {lumivor-0.1.7 → lumivor-0.1.8}/examples/amazon_search.py +0 -0
  13. {lumivor-0.1.7 → lumivor-0.1.8}/examples/captcha.py +0 -0
  14. {lumivor-0.1.7 → lumivor-0.1.8}/examples/check_appointment.py +0 -0
  15. {lumivor-0.1.7 → lumivor-0.1.8}/examples/clipboard.py +0 -0
  16. {lumivor-0.1.7 → lumivor-0.1.8}/examples/custom_output.py +0 -0
  17. {lumivor-0.1.7 → lumivor-0.1.8}/examples/custom_system_prompt.py +0 -0
  18. {lumivor-0.1.7 → lumivor-0.1.8}/examples/file_upload.py +0 -0
  19. {lumivor-0.1.7 → lumivor-0.1.8}/examples/find_and_apply_to_jobs.py +0 -0
  20. {lumivor-0.1.7 → lumivor-0.1.8}/examples/gemini.py +0 -0
  21. {lumivor-0.1.7 → lumivor-0.1.8}/examples/multi-tab_handling.py +0 -0
  22. {lumivor-0.1.7 → lumivor-0.1.8}/examples/multiple_agents_same_browser.py +0 -0
  23. {lumivor-0.1.7 → lumivor-0.1.8}/examples/notification.py +0 -0
  24. {lumivor-0.1.7 → lumivor-0.1.8}/examples/parallel_agents.py +0 -0
  25. {lumivor-0.1.7 → lumivor-0.1.8}/examples/post-twitter.py +0 -0
  26. {lumivor-0.1.7 → lumivor-0.1.8}/examples/qwen.py +0 -0
  27. {lumivor-0.1.7 → lumivor-0.1.8}/examples/real_browser.py +0 -0
  28. {lumivor-0.1.7 → lumivor-0.1.8}/examples/result_processing.py +0 -0
  29. {lumivor-0.1.7 → lumivor-0.1.8}/examples/save_to_file_hugging_face.py +0 -0
  30. {lumivor-0.1.7 → lumivor-0.1.8}/examples/save_trace.py +0 -0
  31. {lumivor-0.1.7 → lumivor-0.1.8}/examples/scrolling_page.py +0 -0
  32. {lumivor-0.1.7 → lumivor-0.1.8}/examples/test_cv.txt +0 -0
  33. {lumivor-0.1.7 → lumivor-0.1.8}/examples/try.py +0 -0
  34. {lumivor-0.1.7 → lumivor-0.1.8}/examples/validate_output.py +0 -0
  35. {lumivor-0.1.7 → lumivor-0.1.8}/examples/web_voyager_agent.py +0 -0
  36. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/README.md +0 -0
  37. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/__init__.py +0 -0
  38. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/agent/message_manager/service.py +0 -0
  39. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/agent/message_manager/tests.py +0 -0
  40. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/agent/message_manager/views.py +0 -0
  41. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/agent/prompts.py +0 -0
  42. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/agent/service.py +0 -0
  43. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/agent/tests.py +0 -0
  44. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/agent/views.py +0 -0
  45. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/browser/browser.py +0 -0
  46. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/browser/context.py +0 -0
  47. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/browser/tests/screenshot_test.py +0 -0
  48. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/browser/tests/test_clicks.py +0 -0
  49. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/browser/views.py +0 -0
  50. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/controller/registry/service.py +0 -0
  51. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/controller/registry/views.py +0 -0
  52. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/controller/service.py +0 -0
  53. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/controller/views.py +0 -0
  54. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/dom/__init__.py +0 -0
  55. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/dom/buildDomTree.js +0 -0
  56. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/dom/history_tree_processor/service.py +0 -0
  57. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/dom/history_tree_processor/view.py +0 -0
  58. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/dom/service.py +0 -0
  59. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/dom/tests/extraction_test.py +0 -0
  60. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/dom/tests/process_dom_test.py +0 -0
  61. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/dom/views.py +0 -0
  62. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/logging_config.py +0 -0
  63. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/telemetry/service.py +0 -0
  64. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/telemetry/views.py +0 -0
  65. {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/utils.py +0 -0
  66. {lumivor-0.1.7 → lumivor-0.1.8}/pytest.ini +0 -0
  67. {lumivor-0.1.7 → lumivor-0.1.8}/static/lumivor.png +0 -0
  68. {lumivor-0.1.7 → lumivor-0.1.8}/tests/mind2web_data/processed.json +0 -0
  69. {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_agent_actions.py +0 -0
  70. {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_attach_chrome.py +0 -0
  71. {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_core_functionality.py +0 -0
  72. {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_dropdown.py +0 -0
  73. {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_full_screen.py +0 -0
  74. {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_mind2web.py +0 -0
  75. {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_qwen.py +0 -0
  76. {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_self_registered_actions.py +0 -0
  77. {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_stress.py +0 -0
  78. {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_vision.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lumivor
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: Seamlessly Integrating AI with the Web
5
5
  License-File: LICENSE
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -32,14 +32,14 @@ Description-Content-Type: text/markdown
32
32
 
33
33
  <br/>
34
34
 
35
- [![Documentation](https://img.shields.io/badge/Documentation-📕-blue)](https://Lumivor-Labs.github.io)
35
+ [![Documentation](https://img.shields.io/badge/Documentation-📕-blue)](https://lumivor-labs.com)
36
36
  [![Twitter Follow](https://img.shields.io/twitter/follow/lumivor_labs?style=social)](https://x.com/lumivor_labs)
37
37
 
38
38
  Seamlessly Integrating AI with the Web
39
39
 
40
40
  We enable AI systems to interact with websites by pinpointing and isolating essential interactive elements for smooth navigation.
41
41
 
42
- To learn more about the library, check out the [documentation 📕](https://Lumivor-Labs.github.io).
42
+ To learn more about the library, check out the [documentation 📕](https://lumivor-labs.com).
43
43
 
44
44
  # Quick start
45
45
 
@@ -79,7 +79,7 @@ And don't forget to add your API keys to your `.env` file.
79
79
  OPENAI_API_KEY=
80
80
  ```
81
81
 
82
- For other settings, models, and more, check out the [documentation 📕](https://Lumivor-Labs.github.io).
82
+ For other settings, models, and more, check out the [documentation 📕](https://lumivor-labs.com).
83
83
 
84
84
  ## Examples
85
85
 
@@ -91,7 +91,7 @@ Contributions are welcome! Feel free to open issues for bugs or feature requests
91
91
 
92
92
  ## Local Setup
93
93
 
94
- To learn more about the library, check out the [local setup 📕](https://Lumivor-Labs.github.io/development/local-setup).
94
+ To learn more about the library, check out the [local setup 📕](https://lumivor-labs.com/development/local-setup).
95
95
 
96
96
  ---
97
97
 
@@ -2,14 +2,14 @@
2
2
 
3
3
  <br/>
4
4
 
5
- [![Documentation](https://img.shields.io/badge/Documentation-📕-blue)](https://Lumivor-Labs.github.io)
5
+ [![Documentation](https://img.shields.io/badge/Documentation-📕-blue)](https://lumivor-labs.com)
6
6
  [![Twitter Follow](https://img.shields.io/twitter/follow/lumivor_labs?style=social)](https://x.com/lumivor_labs)
7
7
 
8
8
  Seamlessly Integrating AI with the Web
9
9
 
10
10
  We enable AI systems to interact with websites by pinpointing and isolating essential interactive elements for smooth navigation.
11
11
 
12
- To learn more about the library, check out the [documentation 📕](https://Lumivor-Labs.github.io).
12
+ To learn more about the library, check out the [documentation 📕](https://lumivor-labs.com).
13
13
 
14
14
  # Quick start
15
15
 
@@ -49,7 +49,7 @@ And don't forget to add your API keys to your `.env` file.
49
49
  OPENAI_API_KEY=
50
50
  ```
51
51
 
52
- For other settings, models, and more, check out the [documentation 📕](https://Lumivor-Labs.github.io).
52
+ For other settings, models, and more, check out the [documentation 📕](https://lumivor-labs.com).
53
53
 
54
54
  ## Examples
55
55
 
@@ -61,7 +61,7 @@ Contributions are welcome! Feel free to open issues for bugs or feature requests
61
61
 
62
62
  ## Local Setup
63
63
 
64
- To learn more about the library, check out the [local setup 📕](https://Lumivor-Labs.github.io/development/local-setup).
64
+ To learn more about the library, check out the [local setup 📕](https://lumivor-labs.com/development/local-setup).
65
65
 
66
66
  ---
67
67
 
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "lumivor"
3
3
  description = "Seamlessly Integrating AI with the Web"
4
- version = "0.1.7"
4
+ version = "0.1.8"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
7
7
  classifiers = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes