vision-agent 1.1.5__py3-none-any.whl → 1.1.6__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.6.dist-info}/METADATA +2 -2
- {vision_agent-1.1.5.dist-info → vision_agent-1.1.6.dist-info}/RECORD +5 -5
- {vision_agent-1.1.5.dist-info → vision_agent-1.1.6.dist-info}/LICENSE +0 -0
- {vision_agent-1.1.5.dist-info → vision_agent-1.1.6.dist-info}/WHEEL +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,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: vision-agent
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.6
|
4
4
|
Summary: Toolset for Vision Agent
|
5
5
|
Author: Landing AI
|
6
6
|
Author-email: dev@landing.ai
|
@@ -76,7 +76,7 @@ Prefer full control? Install the library and run VisionAgent locally. Just want
|
|
76
76
|
## Steps to Set Up the Library
|
77
77
|
|
78
78
|
### 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/
|
79
|
+
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
80
|
|
81
81
|
### Other Prerequisites
|
82
82
|
- Python version 3.9 or higher
|
@@ -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.6.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
44
|
+
vision_agent-1.1.6.dist-info/METADATA,sha256=kZEaYNW_50_35AG3yIHaaYw4dWhmWUAzGqqDNdildMc,12955
|
45
|
+
vision_agent-1.1.6.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
46
|
+
vision_agent-1.1.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|