vision-agent 0.2.38__py3-none-any.whl → 0.2.39__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.38.dist-info → vision_agent-0.2.39.dist-info}/METADATA +2 -2
- {vision_agent-0.2.38.dist-info → vision_agent-0.2.39.dist-info}/RECORD +4 -4
- {vision_agent-0.2.38.dist-info → vision_agent-0.2.39.dist-info}/LICENSE +0 -0
- {vision_agent-0.2.38.dist-info → vision_agent-0.2.39.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.39
|
4
4
|
Summary: Toolset for Vision Agent
|
5
5
|
Author: Landing AI
|
6
6
|
Author-email: dev@landing.ai
|
@@ -160,6 +160,7 @@ You can also add custom tools to the agent:
|
|
160
160
|
|
161
161
|
```python
|
162
162
|
import vision_agent as va
|
163
|
+
import numpy as np
|
163
164
|
|
164
165
|
@va.tools.register_tool(imports=["import numpy as np"])
|
165
166
|
def custom_tool(image_path: str) -> str:
|
@@ -176,7 +177,6 @@ def custom_tool(image_path: str) -> str:
|
|
176
177
|
>>> custom_tool("image.jpg")
|
177
178
|
"""
|
178
179
|
|
179
|
-
import numpy as np
|
180
180
|
return np.zeros((10, 10))
|
181
181
|
```
|
182
182
|
|
@@ -30,7 +30,7 @@ vision_agent/utils/image_utils.py,sha256=_cdiS5YrLzqkq_ZgFUO897m5M4_SCIThwUy4lOk
|
|
30
30
|
vision_agent/utils/sim.py,sha256=oUZ-6eu8Io-UNt9GXJ0XRKtP-Wc0sPWVzYGVpB2yDFk,3001
|
31
31
|
vision_agent/utils/type_defs.py,sha256=BlI8ywWHAplC7kYWLvt4AOdnKpEW3qWEFm-GEOSkrFQ,1792
|
32
32
|
vision_agent/utils/video.py,sha256=xTElFSFp1Jw4ulOMnk81Vxsh-9dTxcWUO6P9fzEi3AM,7653
|
33
|
-
vision_agent-0.2.
|
34
|
-
vision_agent-0.2.
|
35
|
-
vision_agent-0.2.
|
36
|
-
vision_agent-0.2.
|
33
|
+
vision_agent-0.2.39.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
34
|
+
vision_agent-0.2.39.dist-info/METADATA,sha256=hgiRU-muujo5x9faImu6Mnd0Lzl97OIzyY6BLHoVAHc,6826
|
35
|
+
vision_agent-0.2.39.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
36
|
+
vision_agent-0.2.39.dist-info/RECORD,,
|
File without changes
|
File without changes
|