vision-agent 0.2.115__py3-none-any.whl → 0.2.117__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {vision_agent-0.2.115.dist-info → vision_agent-0.2.117.dist-info}/METADATA +3 -3
- {vision_agent-0.2.115.dist-info → vision_agent-0.2.117.dist-info}/RECORD +4 -4
- {vision_agent-0.2.115.dist-info → vision_agent-0.2.117.dist-info}/LICENSE +0 -0
- {vision_agent-0.2.115.dist-info → vision_agent-0.2.117.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.117
|
4
4
|
Summary: Toolset for Vision Agent
|
5
5
|
Author: Landing AI
|
6
6
|
Author-email: dev@landing.ai
|
@@ -158,7 +158,7 @@ To better understand how the model came up with it's answer, you can run it in d
|
|
158
158
|
mode by passing in the verbose argument:
|
159
159
|
|
160
160
|
```python
|
161
|
-
>>> agent = VisionAgentCoder(
|
161
|
+
>>> agent = VisionAgentCoder(verbosity=2)
|
162
162
|
```
|
163
163
|
|
164
164
|
#### Detailed Usage
|
@@ -252,7 +252,7 @@ function. Make sure the documentation is in the same format above with descripti
|
|
252
252
|
`Parameters:`, `Returns:`, and `Example\n-------`. You can find an example use case
|
253
253
|
[here](examples/custom_tools/) as this is what the agent uses to pick and use the tool.
|
254
254
|
|
255
|
-
## Additional
|
255
|
+
## Additional Backends
|
256
256
|
### Ollama
|
257
257
|
We also provide a `VisionAgentCoder` that uses Ollama. To get started you must download
|
258
258
|
a few models:
|
@@ -27,7 +27,7 @@ vision_agent/utils/image_utils.py,sha256=c1LrmaHD331za8DbA1myJpgUmWoDzePaOK6-dsd
|
|
27
27
|
vision_agent/utils/sim.py,sha256=ebE9Cs00pVEDI1HMjAzUBk88tQQmc2U-yAzIDinnekU,5572
|
28
28
|
vision_agent/utils/type_defs.py,sha256=BE12s3JNQy36QvauXHjwyeffVh5enfcvd4vTzSwvEZI,1384
|
29
29
|
vision_agent/utils/video.py,sha256=rNmU9KEIkZB5-EztZNlUiKYN0mm_55A_2VGUM0QpqLA,8779
|
30
|
-
vision_agent-0.2.
|
31
|
-
vision_agent-0.2.
|
32
|
-
vision_agent-0.2.
|
33
|
-
vision_agent-0.2.
|
30
|
+
vision_agent-0.2.117.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
31
|
+
vision_agent-0.2.117.dist-info/METADATA,sha256=GxjyDhGf-9M3VAM5T2A1DHuR4A4KbceN4q-wGDw8Vhw,11997
|
32
|
+
vision_agent-0.2.117.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
33
|
+
vision_agent-0.2.117.dist-info/RECORD,,
|
File without changes
|
File without changes
|