vision-agent 0.2.124__py3-none-any.whl → 0.2.125__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- vision_agent/tools/tools.py +2 -2
- {vision_agent-0.2.124.dist-info → vision_agent-0.2.125.dist-info}/METADATA +1 -1
- {vision_agent-0.2.124.dist-info → vision_agent-0.2.125.dist-info}/RECORD +5 -5
- {vision_agent-0.2.124.dist-info → vision_agent-0.2.125.dist-info}/LICENSE +0 -0
- {vision_agent-0.2.124.dist-info → vision_agent-0.2.125.dist-info}/WHEEL +0 -0
vision_agent/tools/tools.py
CHANGED
@@ -1820,7 +1820,6 @@ def overlay_counting_results(
|
|
1820
1820
|
|
1821
1821
|
FUNCTION_TOOLS = [
|
1822
1822
|
owl_v2,
|
1823
|
-
extract_frames,
|
1824
1823
|
ocr,
|
1825
1824
|
clip,
|
1826
1825
|
vit_image_classification,
|
@@ -1841,6 +1840,7 @@ FUNCTION_TOOLS = [
|
|
1841
1840
|
]
|
1842
1841
|
|
1843
1842
|
UTIL_TOOLS = [
|
1843
|
+
extract_frames,
|
1844
1844
|
save_json,
|
1845
1845
|
load_image,
|
1846
1846
|
save_image,
|
@@ -1856,7 +1856,7 @@ TOOLS = FUNCTION_TOOLS + UTIL_TOOLS
|
|
1856
1856
|
TOOLS_DF = get_tools_df(TOOLS) # type: ignore
|
1857
1857
|
TOOL_DESCRIPTIONS = get_tool_descriptions(TOOLS) # type: ignore
|
1858
1858
|
TOOL_DOCSTRING = get_tool_documentation(TOOLS) # type: ignore
|
1859
|
-
TOOLS_INFO = get_tools_info(
|
1859
|
+
TOOLS_INFO = get_tools_info(FUNCTION_TOOLS) # type: ignore
|
1860
1860
|
UTILITIES_DOCSTRING = get_tool_documentation(
|
1861
1861
|
[
|
1862
1862
|
save_json,
|
@@ -18,7 +18,7 @@ vision_agent/tools/__init__.py,sha256=T8Hi5aHf4J2QJDoPRvu5fxbiqMpAY-1Gi2EFIhJbf3
|
|
18
18
|
vision_agent/tools/meta_tools.py,sha256=KeGiw2OtY8ARpGbtWjoNAoO1dwevt7LbCupaJX61MkE,18929
|
19
19
|
vision_agent/tools/prompts.py,sha256=V1z4YJLXZuUl_iZ5rY0M5hHc_2tmMEUKr0WocXKGt4E,1430
|
20
20
|
vision_agent/tools/tool_utils.py,sha256=62NVlojPMf9MuJ-3yJEcrB3mzmOxN2HrNQzzjVa-FZg,7527
|
21
|
-
vision_agent/tools/tools.py,sha256=
|
21
|
+
vision_agent/tools/tools.py,sha256=gbCbRVgI0dTgfJbmihEkRK35swwIpsEatQD0V_Hc5Es,65554
|
22
22
|
vision_agent/tools/tools_types.py,sha256=rLpCUODPY0yI65SLOTJOxfHFfqWM3WjOq-AYX25Chjk,2356
|
23
23
|
vision_agent/utils/__init__.py,sha256=pWk0ktvR4aUEhuEIzSLM9kSgW4WDVqptdvOTeGLkJ6M,230
|
24
24
|
vision_agent/utils/exceptions.py,sha256=booSPSuoULF7OXRr_YbC4dtKt6gM_HyiFQHBuaW86C4,2052
|
@@ -27,7 +27,7 @@ vision_agent/utils/image_utils.py,sha256=lhdvRWMbQmMMLTmJGI1dFjzNeQSLfPYJEsAkq5Y
|
|
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.125.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
31
|
+
vision_agent-0.2.125.dist-info/METADATA,sha256=-wh87iJr7DtdiGZkAMiimJWFjRrRGp88qDIURiGAjM8,12255
|
32
|
+
vision_agent-0.2.125.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
33
|
+
vision_agent-0.2.125.dist-info/RECORD,,
|
File without changes
|
File without changes
|