vision-agent 1.0.9__py3-none-any.whl → 1.0.10__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-1.0.9.dist-info → vision_agent-1.0.10.dist-info}/METADATA +7 -5
- {vision_agent-1.0.9.dist-info → vision_agent-1.0.10.dist-info}/RECORD +4 -4
- {vision_agent-1.0.9.dist-info → vision_agent-1.0.10.dist-info}/LICENSE +0 -0
- {vision_agent-1.0.9.dist-info → vision_agent-1.0.10.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: vision-agent
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.10
|
4
4
|
Summary: Toolset for Vision Agent
|
5
5
|
Author: Landing AI
|
6
6
|
Author-email: dev@landing.ai
|
@@ -62,11 +62,13 @@ VisionAgent is the Visual AI Pilot from LandingAI. Submit a prompt and image to
|
|
62
62
|
- [Prompt VisionAgent](#quickstart-prompt-visionagent): Submit your prompt and VisionAgent generates code.
|
63
63
|
- [Call specific tools](#use-specific-tools-from-visionagent): Incorporate specific tools from the library into your code.
|
64
64
|
|
65
|
-
|
65
|
+
If you are a seasoned developer who wants to build locally using this library and enjoys having more control then we recommend setting this up. Otherwise, you can use the [VisionAgent web app](https://va.landing.ai/).
|
66
66
|
|
67
|
-
##
|
68
|
-
|
69
|
-
|
67
|
+
## Get Your VisionAgent API Key
|
68
|
+
The most important step is to [signup] (https://va.landing.ai/agent) and obtain your [API key](https://va.landing.ai/account/api-key).
|
69
|
+
|
70
|
+
### Other Prerequisites
|
71
|
+
- Python version > 3.9
|
70
72
|
- [Anthropic API key](#get-an-anthropic-api-key)
|
71
73
|
- [Gemini API key](#get-a-gemini-api-key)
|
72
74
|
|
@@ -40,7 +40,7 @@ vision_agent/utils/tools.py,sha256=XbH5wuD1nlaKe6zBeVPqUbQDsK6D-eCskKND3rRHOzo,8
|
|
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.0.
|
44
|
-
vision_agent-1.0.
|
45
|
-
vision_agent-1.0.
|
46
|
-
vision_agent-1.0.
|
43
|
+
vision_agent-1.0.10.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
44
|
+
vision_agent-1.0.10.dist-info/METADATA,sha256=HufhTdOWSq5_NnM3MvlCu0SzBHqTVuQG_gzptelTf_Y,12526
|
45
|
+
vision_agent-1.0.10.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
46
|
+
vision_agent-1.0.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|