vision-agent 0.2.61__py3-none-any.whl → 0.2.62__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-0.2.61.dist-info → vision_agent-0.2.62.dist-info}/METADATA +1 -2
- {vision_agent-0.2.61.dist-info → vision_agent-0.2.62.dist-info}/RECORD +4 -4
- {vision_agent-0.2.61.dist-info → vision_agent-0.2.62.dist-info}/LICENSE +0 -0
- {vision_agent-0.2.61.dist-info → vision_agent-0.2.62.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: vision-agent
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.62
|
4
4
|
Summary: Toolset for Vision Agent
|
5
5
|
Author: Landing AI
|
6
6
|
Author-email: dev@landing.ai
|
@@ -242,7 +242,6 @@ You can then run Vision Agent using the Azure OpenAI models:
|
|
242
242
|
|
243
243
|
```python
|
244
244
|
import vision_agent as va
|
245
|
-
import vision_agent.tools as T
|
246
245
|
agent = va.agent.AzureVisionAgent()
|
247
246
|
```
|
248
247
|
|
@@ -17,7 +17,7 @@ vision_agent/utils/image_utils.py,sha256=_cdiS5YrLzqkq_ZgFUO897m5M4_SCIThwUy4lOk
|
|
17
17
|
vision_agent/utils/sim.py,sha256=ci6Eta73dDgLP1Ajtknbgmf1g8aAvBHqlVQvBuLMKXQ,4427
|
18
18
|
vision_agent/utils/type_defs.py,sha256=BlI8ywWHAplC7kYWLvt4AOdnKpEW3qWEFm-GEOSkrFQ,1792
|
19
19
|
vision_agent/utils/video.py,sha256=rNmU9KEIkZB5-EztZNlUiKYN0mm_55A_2VGUM0QpqLA,8779
|
20
|
-
vision_agent-0.2.
|
21
|
-
vision_agent-0.2.
|
22
|
-
vision_agent-0.2.
|
23
|
-
vision_agent-0.2.
|
20
|
+
vision_agent-0.2.62.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
21
|
+
vision_agent-0.2.62.dist-info/METADATA,sha256=aXFVNCplFPmaqvkkj-M9vZyfRyQygpexnBtJ9MCEAMY,8317
|
22
|
+
vision_agent-0.2.62.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
23
|
+
vision_agent-0.2.62.dist-info/RECORD,,
|
File without changes
|
File without changes
|