vision-agent 0.2.105__tar.gz → 0.2.107__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {vision_agent-0.2.105 → vision_agent-0.2.107}/PKG-INFO +3 -3
- {vision_agent-0.2.105 → vision_agent-0.2.107}/pyproject.toml +3 -3
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/tools/tools.py +3 -2
- {vision_agent-0.2.105 → vision_agent-0.2.107}/LICENSE +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/README.md +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/__init__.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/agent/__init__.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/agent/agent.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/agent/agent_utils.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/agent/vision_agent.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/agent/vision_agent_coder.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/agent/vision_agent_coder_prompts.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/agent/vision_agent_prompts.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/clients/__init__.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/clients/http.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/clients/landing_public_api.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/fonts/__init__.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/fonts/default_font_ch_en.ttf +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/lmm/__init__.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/lmm/lmm.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/lmm/types.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/tools/__init__.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/tools/meta_tools.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/tools/meta_tools_types.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/tools/prompts.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/tools/tool_utils.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/utils/__init__.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/utils/exceptions.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/utils/execute.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/utils/image_utils.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/utils/sim.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/utils/type_defs.py +0 -0
- {vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/utils/video.py +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.107
|
4
4
|
Summary: Toolset for Vision Agent
|
5
5
|
Author: Landing AI
|
6
6
|
Author-email: dev@landing.ai
|
@@ -10,8 +10,8 @@ Classifier: Programming Language :: Python :: 3.9
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.10
|
11
11
|
Classifier: Programming Language :: Python :: 3.11
|
12
12
|
Requires-Dist: anthropic (>=0.31.0,<0.32.0)
|
13
|
-
Requires-Dist: e2b (>=0.17.
|
14
|
-
Requires-Dist: e2b-code-interpreter (==0.0.
|
13
|
+
Requires-Dist: e2b (>=0.17.2a50,<0.18.0)
|
14
|
+
Requires-Dist: e2b-code-interpreter (==0.0.11a37)
|
15
15
|
Requires-Dist: ipykernel (>=6.29.4,<7.0.0)
|
16
16
|
Requires-Dist: langsmith (>=0.1.58,<0.2.0)
|
17
17
|
Requires-Dist: moviepy (>=1.0.0,<2.0.0)
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
4
4
|
|
5
5
|
[tool.poetry]
|
6
6
|
name = "vision-agent"
|
7
|
-
version = "0.2.
|
7
|
+
version = "0.2.107"
|
8
8
|
description = "Toolset for Vision Agent"
|
9
9
|
authors = ["Landing AI <dev@landing.ai>"]
|
10
10
|
readme = "README.md"
|
@@ -35,8 +35,8 @@ nbformat = "^5.10.4"
|
|
35
35
|
rich = "^13.7.1"
|
36
36
|
langsmith = "^0.1.58"
|
37
37
|
ipykernel = "^6.29.4"
|
38
|
-
e2b = "^0.17.
|
39
|
-
e2b-code-interpreter = "0.0.
|
38
|
+
e2b = "^0.17.2a50"
|
39
|
+
e2b-code-interpreter = "0.0.11a37"
|
40
40
|
tenacity = "^8.3.0"
|
41
41
|
pillow-heif = "^0.16.0"
|
42
42
|
pytube = "15.0.0"
|
@@ -607,12 +607,13 @@ def florencev2_image_caption(image: np.ndarray, detail_caption: bool = True) ->
|
|
607
607
|
return answer[task] # type: ignore
|
608
608
|
|
609
609
|
|
610
|
-
def florencev2_object_detection(image: np.ndarray
|
610
|
+
def florencev2_object_detection(prompt: str, image: np.ndarray) -> List[Dict[str, Any]]:
|
611
611
|
"""'florencev2_object_detection' is a tool that can detect objects given a text
|
612
612
|
prompt such as a phrase or class names separated by commas. It returns a list of
|
613
613
|
detected objects as labels and their location as bounding boxes with score of 1.0.
|
614
614
|
|
615
615
|
Parameters:
|
616
|
+
prompt (str): The prompt to ground to the image.
|
616
617
|
image (np.ndarray): The image to used to detect objects
|
617
618
|
|
618
619
|
Returns:
|
@@ -624,7 +625,7 @@ def florencev2_object_detection(image: np.ndarray, prompt: str) -> List[Dict[str
|
|
624
625
|
|
625
626
|
Example
|
626
627
|
-------
|
627
|
-
>>> florencev2_object_detection(
|
628
|
+
>>> florencev2_object_detection('person looking at a coyote', image)
|
628
629
|
[
|
629
630
|
{'score': 1.0, 'label': 'person', 'bbox': [0.1, 0.11, 0.35, 0.4]},
|
630
631
|
{'score': 1.0, 'label': 'coyote', 'bbox': [0.34, 0.21, 0.85, 0.5},
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{vision_agent-0.2.105 → vision_agent-0.2.107}/vision_agent/agent/vision_agent_coder_prompts.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|