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.
- {lumivor-0.1.7 → lumivor-0.1.8}/PKG-INFO +5 -5
- {lumivor-0.1.7 → lumivor-0.1.8}/README.md +4 -4
- {lumivor-0.1.7 → lumivor-0.1.8}/pyproject.toml +1 -1
- {lumivor-0.1.7 → lumivor-0.1.8}/.env.example +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/.gitattributes +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/.github/workflows/publish.yml +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/.gitignore +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/.python-version +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/.vscode/launch.json +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/LICENSE +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/conftest.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/amazon_search.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/captcha.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/check_appointment.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/clipboard.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/custom_output.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/custom_system_prompt.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/file_upload.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/find_and_apply_to_jobs.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/gemini.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/multi-tab_handling.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/multiple_agents_same_browser.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/notification.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/parallel_agents.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/post-twitter.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/qwen.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/real_browser.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/result_processing.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/save_to_file_hugging_face.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/save_trace.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/scrolling_page.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/test_cv.txt +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/try.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/validate_output.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/examples/web_voyager_agent.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/README.md +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/__init__.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/agent/message_manager/service.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/agent/message_manager/tests.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/agent/message_manager/views.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/agent/prompts.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/agent/service.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/agent/tests.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/agent/views.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/browser/browser.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/browser/context.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/browser/tests/screenshot_test.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/browser/tests/test_clicks.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/browser/views.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/controller/registry/service.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/controller/registry/views.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/controller/service.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/controller/views.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/dom/__init__.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/dom/buildDomTree.js +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/dom/history_tree_processor/service.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/dom/history_tree_processor/view.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/dom/service.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/dom/tests/extraction_test.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/dom/tests/process_dom_test.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/dom/views.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/logging_config.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/telemetry/service.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/telemetry/views.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/lumivor/utils.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/pytest.ini +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/static/lumivor.png +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/tests/mind2web_data/processed.json +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_agent_actions.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_attach_chrome.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_core_functionality.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_dropdown.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_full_screen.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_mind2web.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_qwen.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_self_registered_actions.py +0 -0
- {lumivor-0.1.7 → lumivor-0.1.8}/tests/test_stress.py +0 -0
- {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.
|
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://
|
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://
|
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://
|
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://
|
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://
|
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://
|
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://
|
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://
|
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
|
|
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
|
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
|
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
|