vision-agent 1.1.5__py3-none-any.whl → 1.1.7__py3-none-any.whl
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.
- vision_agent/utils/tools.py +1 -1
- {vision_agent-1.1.5.dist-info → vision_agent-1.1.7.dist-info}/METADATA +35 -41
- {vision_agent-1.1.5.dist-info → vision_agent-1.1.7.dist-info}/RECORD +6 -6
- {vision_agent-1.1.5.dist-info → vision_agent-1.1.7.dist-info}/WHEEL +1 -1
- {vision_agent-1.1.5.dist-info → vision_agent-1.1.7.dist-info/licenses}/LICENSE +0 -0
vision_agent/utils/tools.py
CHANGED
@@ -28,7 +28,7 @@ def get_vision_agent_api_key() -> str:
|
|
28
28
|
return vision_agent_api_key
|
29
29
|
else:
|
30
30
|
raise ValueError(
|
31
|
-
"VISION_AGENT_API_KEY not found in environment variables, required for tool usage. You can get a free key from https://va.landing.ai/
|
31
|
+
"VISION_AGENT_API_KEY not found in environment variables, required for tool usage. You can get a free key from https://va.landing.ai/settings/api-key"
|
32
32
|
)
|
33
33
|
|
34
34
|
|
@@ -1,46 +1,40 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: vision-agent
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.7
|
4
4
|
Summary: Toolset for Vision Agent
|
5
|
-
Author: Landing AI
|
6
|
-
Author-email: dev@landing.ai
|
7
|
-
Requires-Python: >=3.9,<4.0
|
8
|
-
Classifier: Programming Language :: Python :: 3
|
9
|
-
Classifier: Programming Language :: Python :: 3.9
|
10
|
-
Classifier: Programming Language :: Python :: 3.10
|
11
|
-
Classifier: Programming Language :: Python :: 3.11
|
12
|
-
Classifier: Programming Language :: Python :: 3.12
|
13
|
-
Classifier: Programming Language :: Python :: 3.13
|
14
|
-
Requires-Dist: anthropic (>=0.31.0,<0.32.0)
|
15
|
-
Requires-Dist: av (>=11.0.0,<12.0.0)
|
16
|
-
Requires-Dist: dotenv (>=0.9.9,<0.10.0)
|
17
|
-
Requires-Dist: flake8 (>=7.0.0,<8.0.0)
|
18
|
-
Requires-Dist: ipykernel (>=6.29.4,<7.0.0)
|
19
|
-
Requires-Dist: libcst (>=1.5.0,<2.0.0)
|
20
|
-
Requires-Dist: matplotlib (>=3.9.2,<4.0.0)
|
21
|
-
Requires-Dist: nbclient (>=0.10.0,<0.11.0)
|
22
|
-
Requires-Dist: nbformat (>=5.10.4,<6.0.0)
|
23
|
-
Requires-Dist: numpy (>=1.21.0,<2.0.0)
|
24
|
-
Requires-Dist: openai (==1.*)
|
25
|
-
Requires-Dist: opencv-python (==4.*)
|
26
|
-
Requires-Dist: opentelemetry-api (>=1.29.0,<2.0.0)
|
27
|
-
Requires-Dist: pandas (==2.*)
|
28
|
-
Requires-Dist: pillow (==10.*)
|
29
|
-
Requires-Dist: pillow-heif (>=0.16.0,<0.17.0)
|
30
|
-
Requires-Dist: pydantic (>=2.0.0,<3.0.0)
|
31
|
-
Requires-Dist: pymupdf (>=1.23.0,<2.0.0)
|
32
|
-
Requires-Dist: pytube (==15.0.0)
|
33
|
-
Requires-Dist: requests (==2.*)
|
34
|
-
Requires-Dist: rich (>=13.7.1,<14.0.0)
|
35
|
-
Requires-Dist: scikit-learn (>=1.5.2,<2.0.0)
|
36
|
-
Requires-Dist: scipy (==1.13.*)
|
37
|
-
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
|
38
|
-
Requires-Dist: tenacity (>=8.3.0,<9.0.0)
|
39
|
-
Requires-Dist: tqdm (>=4.64.0,<5.0.0)
|
40
|
-
Requires-Dist: typing_extensions (==4.*)
|
41
5
|
Project-URL: Homepage, https://landing.ai
|
42
|
-
Project-URL: documentation, https://github.com/landing-ai/vision-agent
|
43
6
|
Project-URL: repository, https://github.com/landing-ai/vision-agent
|
7
|
+
Project-URL: documentation, https://github.com/landing-ai/vision-agent
|
8
|
+
Author-email: Landing AI <dev@landing.ai>
|
9
|
+
License-File: LICENSE
|
10
|
+
Requires-Python: <4.0,>=3.9
|
11
|
+
Requires-Dist: anthropic<0.32,>=0.31.0
|
12
|
+
Requires-Dist: av<12,>=11.0.0
|
13
|
+
Requires-Dist: dotenv<0.10,>=0.9.9
|
14
|
+
Requires-Dist: flake8<8,>=7.0.0
|
15
|
+
Requires-Dist: ipykernel<7,>=6.29.4
|
16
|
+
Requires-Dist: libcst<2,>=1.5.0
|
17
|
+
Requires-Dist: matplotlib<4,>=3.9.2
|
18
|
+
Requires-Dist: nbclient<0.11,>=0.10.0
|
19
|
+
Requires-Dist: nbformat<6,>=5.10.4
|
20
|
+
Requires-Dist: numpy<2.0.0,>=1.21.0
|
21
|
+
Requires-Dist: openai==1.*
|
22
|
+
Requires-Dist: opencv-python==4.*
|
23
|
+
Requires-Dist: opentelemetry-api<2,>=1.29.0
|
24
|
+
Requires-Dist: pandas==2.*
|
25
|
+
Requires-Dist: pillow-heif<0.17,>=0.16.0
|
26
|
+
Requires-Dist: pillow==10.*
|
27
|
+
Requires-Dist: pydantic<3,>=2.0.0
|
28
|
+
Requires-Dist: pymupdf<2,>=1.23.0
|
29
|
+
Requires-Dist: pytube==15.0.0
|
30
|
+
Requires-Dist: requests==2.*
|
31
|
+
Requires-Dist: rich<14,>=13.7.1
|
32
|
+
Requires-Dist: scikit-learn<2,>=1.5.2
|
33
|
+
Requires-Dist: scipy==1.13.*
|
34
|
+
Requires-Dist: tabulate<0.10,>=0.9.0
|
35
|
+
Requires-Dist: tenacity<9,>=8.3.0
|
36
|
+
Requires-Dist: tqdm<5.0.0,>=4.64.0
|
37
|
+
Requires-Dist: typing-extensions==4.*
|
44
38
|
Description-Content-Type: text/markdown
|
45
39
|
|
46
40
|
<div align="center">
|
@@ -76,7 +70,7 @@ Prefer full control? Install the library and run VisionAgent locally. Just want
|
|
76
70
|
## Steps to Set Up the Library
|
77
71
|
|
78
72
|
### Get Your VisionAgent API Key
|
79
|
-
The most important step is to [signup](https://va.landing.ai/agent) and obtain your [API key](https://va.landing.ai/
|
73
|
+
The most important step is to [signup](https://va.landing.ai/agent) and obtain your [API key](https://va.landing.ai/settings/api-key).
|
80
74
|
|
81
75
|
### Other Prerequisites
|
82
76
|
- Python version 3.9 or higher
|
@@ -107,6 +101,7 @@ Anthropic and Gemini each have their own rate limits and paid tiers. Refer to th
|
|
107
101
|
|
108
102
|
|
109
103
|
## Installation
|
104
|
+
|
110
105
|
```bash
|
111
106
|
pip install vision-agent
|
112
107
|
```
|
@@ -269,4 +264,3 @@ with this code:
|
|
269
264
|
- [VisionAgent Library Docs](https://landing-ai.github.io/vision-agent/): Learn how to use this library.
|
270
265
|
- [VisionAgent Web App Docs](https://support.landing.ai/docs/agentic-ai): Learn how to use the web-based version of VisionAgent.
|
271
266
|
- [Video Tutorials](https://www.youtube.com/playlist?list=PLrKGAzovU85fvo22OnVtPl90mxBygIf79): Watch the latest video tutorials to see how VisionAgent is used in a variety of use cases.
|
272
|
-
|
@@ -1,6 +1,6 @@
|
|
1
|
+
vision_agent/__init__.py,sha256=EAb4-f9iyuEYkBrX4ag1syM8Syx8118_t0R6_C34M9w,57
|
1
2
|
vision_agent/.sim_tools/df.csv,sha256=jCyBDlLxI9_yAxzLZcoN2BPpveF1yh29AlfdSAGTZ4A,40842
|
2
3
|
vision_agent/.sim_tools/embs.npy,sha256=QN8Ojc0Mv4_OS6WA4elvBhXTDHcpx2g1pLxsGqk4IQU,245888
|
3
|
-
vision_agent/__init__.py,sha256=EAb4-f9iyuEYkBrX4ag1syM8Syx8118_t0R6_C34M9w,57
|
4
4
|
vision_agent/agent/README.md,sha256=3XSPG_VO7-6y6P8COvcgSSonWj5uvfgvfmOkBpfKK8Q,5527
|
5
5
|
vision_agent/agent/__init__.py,sha256=_-nGLHhRTLViXxBSb9D4OwLTqk9HXKPEkTBkvK8c7OU,206
|
6
6
|
vision_agent/agent/agent.py,sha256=o1Zuhl6h2R7uVwvUur0Aj38kak8U08plfeFWPst_ErM,1576
|
@@ -36,11 +36,11 @@ vision_agent/utils/agent.py,sha256=2ifTP5QElItnr4YHOJR6L5P1PUzV0GhChTTqVxuVyQg,1
|
|
36
36
|
vision_agent/utils/exceptions.py,sha256=zis8smCbdEylBVZBTVfEUfAh7Rb7cWV3MSPambu6FsQ,1837
|
37
37
|
vision_agent/utils/execute.py,sha256=QAql6KC2uEhX1o_44mMA77lCmMUs0itaaGMFSfJBki8,21520
|
38
38
|
vision_agent/utils/image_utils.py,sha256=bJM2mEvB6E__M9pxi74yQYzAiZ7mu3KE2ptyVrp5vzQ,12533
|
39
|
-
vision_agent/utils/tools.py,sha256=
|
39
|
+
vision_agent/utils/tools.py,sha256=Days0dETPRQLSDamMKPnXFsc5g5IKX9QJcPPNmSHNdM,8111
|
40
40
|
vision_agent/utils/tools_doc.py,sha256=yFue6KSXoa_Z1ngCdBEc4SdPZOWF1rVLeaHu02I8Wis,2523
|
41
41
|
vision_agent/utils/video.py,sha256=rjsQ1sKKisaQ6AVjJz0zd_G4g-ovRweS_rs4JEhenoI,5340
|
42
42
|
vision_agent/utils/video_tracking.py,sha256=DZLFpNCuzuPJQzbQoVNcp-m4dKxgiKdCNM5QTh_zURE,12245
|
43
|
-
vision_agent-1.1.
|
44
|
-
vision_agent-1.1.
|
45
|
-
vision_agent-1.1.
|
46
|
-
vision_agent-1.1.
|
43
|
+
vision_agent-1.1.7.dist-info/METADATA,sha256=vDncVy4FczlJzizC0R64y3wHDMVqJXs5YKjK0U5NIHQ,12530
|
44
|
+
vision_agent-1.1.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
45
|
+
vision_agent-1.1.7.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
46
|
+
vision_agent-1.1.7.dist-info/RECORD,,
|
File without changes
|