vision-agent 1.1.4__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.4.dist-info → vision_agent-1.1.6.dist-info}/METADATA +21 -11
- {vision_agent-1.1.4.dist-info → vision_agent-1.1.6.dist-info}/RECORD +5 -5
- {vision_agent-1.1.4.dist-info → vision_agent-1.1.6.dist-info}/LICENSE +0 -0
- {vision_agent-1.1.4.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
|
@@ -48,7 +48,10 @@ Description-Content-Type: text/markdown
|
|
48
48
|
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/landing-ai/vision-agent/blob/main/assets/logo_light.svg?raw=true">
|
49
49
|
<source media="(prefers-color-scheme: light)" srcset="https://github.com/landing-ai/vision-agent/blob/main/assets/logo_dark.svg?raw=true">
|
50
50
|
<img alt="VisionAgent" height="200px" src="https://github.com/landing-ai/vision-agent/blob/main/assets/logo_light.svg?raw=true">
|
51
|
-
</picture>
|
51
|
+
</picture>
|
52
|
+
|
53
|
+
_Prompt with an image/video → Get runnable vision code → Build Visual AI App in minutes_
|
54
|
+
|
52
55
|
|
53
56
|
[](https://discord.gg/wPdN8RCYew)
|
54
57
|

|
@@ -56,17 +59,24 @@ Description-Content-Type: text/markdown
|
|
56
59
|

|
57
60
|
</div>
|
58
61
|
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
62
|
+
<p align="center">
|
63
|
+
<a href="https://va.landing.ai/agent" target="_blank"><strong>Web App</strong></a> ·
|
64
|
+
<a href="https://discord.com/invite/RVcW3j9RgR" target="_blank"><strong>Discord</strong></a> ·
|
65
|
+
<a href="https://landing.ai/blog/visionagent-an-agentic-approach-for-complex-visual-reasoning" target="_blank"><strong>Architecture</strong></a> ·
|
66
|
+
<a href="https://support.landing.ai/docs/visionagent" target="_blank"><strong>Docs</strong></a> ·
|
67
|
+
<a href="https://www.youtube.com/playlist?list=PLrKGAzovU85fvo22OnVtPl90mxBygIf79" target="_blank"><strong>YouTube</strong></a>
|
68
|
+
</p>
|
69
|
+
|
70
|
+
<br />
|
71
|
+
|
72
|
+
**VisionAgent** is the Visual AI pilot from LandingAI. Give it a prompt and an image, and it automatically picks the right vision models and outputs ready‑to‑run code—letting you build vision‑enabled apps in minutes.
|
73
|
+
|
74
|
+
Prefer full control? Install the library and run VisionAgent locally. Just want to dive in quickly? Use the [VisionAgent web app](https://va.landing.ai/).
|
65
75
|
|
66
|
-
|
76
|
+
## Steps to Set Up the Library
|
67
77
|
|
68
|
-
|
69
|
-
The most important step is to [signup](https://va.landing.ai/agent) and obtain your [API key](https://va.landing.ai/
|
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/settings/api-key).
|
70
80
|
|
71
81
|
### Other Prerequisites
|
72
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
|