vision-agent 1.1.4__py3-none-any.whl → 1.1.6__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.
@@ -28,7 +28,7 @@ def get_vision_agent_api_key() -> str:
28
28
  return vision_agent_api_key
29
29
  else:
30
30
  raise ValueError(
31
- "VISION_AGENT_API_KEY not found in environment variables, required for tool usage. You can get a free key from https://va.landing.ai/account/api-key"
31
+ "VISION_AGENT_API_KEY not found in environment variables, required for tool usage. You can get a free key from https://va.landing.ai/settings/api-key"
32
32
  )
33
33
 
34
34
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: vision-agent
3
- Version: 1.1.4
3
+ Version: 1.1.6
4
4
  Summary: Toolset for Vision Agent
5
5
  Author: Landing AI
6
6
  Author-email: dev@landing.ai
@@ -48,7 +48,10 @@ Description-Content-Type: text/markdown
48
48
  <source media="(prefers-color-scheme: dark)" srcset="https://github.com/landing-ai/vision-agent/blob/main/assets/logo_light.svg?raw=true">
49
49
  <source media="(prefers-color-scheme: light)" srcset="https://github.com/landing-ai/vision-agent/blob/main/assets/logo_dark.svg?raw=true">
50
50
  <img alt="VisionAgent" height="200px" src="https://github.com/landing-ai/vision-agent/blob/main/assets/logo_light.svg?raw=true">
51
- </picture>
51
+ </picture>
52
+
53
+ _Prompt with an image/video → Get runnable vision code → Build Visual AI App in minutes_
54
+
52
55
 
53
56
  [![](https://dcbadge.vercel.app/api/server/wPdN8RCYew?compact=true&style=flat)](https://discord.gg/wPdN8RCYew)
54
57
  ![ci_status](https://github.com/landing-ai/vision-agent/actions/workflows/ci_cd.yml/badge.svg)
@@ -56,17 +59,24 @@ Description-Content-Type: text/markdown
56
59
  ![version](https://img.shields.io/pypi/pyversions/vision-agent)
57
60
  </div>
58
61
 
59
- ## VisionAgent
60
- VisionAgent is the Visual AI Pilot from LandingAI. Submit a prompt and image to VisionAgent, and the app selects the best models for your tasks. VisionAgent then generates code so that you can build vision-enabled apps in minutes.
61
-
62
- ## How to Use This VisionAgent Library
63
- - [Prompt VisionAgent](#quickstart-prompt-visionagent): Submit your prompt and VisionAgent generates code.
64
- - [Call specific tools](#use-specific-tools-from-visionagent): Incorporate specific tools from the library into your code.
62
+ <p align="center">
63
+ <a href="https://va.landing.ai/agent" target="_blank"><strong>Web App</strong></a> ·
64
+ <a href="https://discord.com/invite/RVcW3j9RgR" target="_blank"><strong>Discord</strong></a> ·
65
+ <a href="https://landing.ai/blog/visionagent-an-agentic-approach-for-complex-visual-reasoning" target="_blank"><strong>Architecture</strong></a> ·
66
+ <a href="https://support.landing.ai/docs/visionagent" target="_blank"><strong>Docs</strong></a> ·
67
+ <a href="https://www.youtube.com/playlist?list=PLrKGAzovU85fvo22OnVtPl90mxBygIf79" target="_blank"><strong>YouTube</strong></a>
68
+ </p>
69
+
70
+ <br />
71
+
72
+ **VisionAgent** is the Visual AI pilot from LandingAI. Give it a prompt and an image, and it automatically picks the right vision models and outputs ready‑to‑run code—letting you build vision‑enabled apps in minutes.
73
+
74
+ Prefer full control? Install the library and run VisionAgent locally. Just want to dive in quickly? Use the [VisionAgent web app](https://va.landing.ai/).
65
75
 
66
- If you are a seasoned developer who wants to build locally using this library and enjoys having more control then we recommend setting this up. Otherwise, you can use the [VisionAgent web app](https://va.landing.ai/).
76
+ ## Steps to Set Up the Library
67
77
 
68
- ## Get Your VisionAgent API Key
69
- The most important step is to [signup](https://va.landing.ai/agent) and obtain your [API key](https://va.landing.ai/account/api-key).
78
+ ### Get Your VisionAgent API Key
79
+ The most important step is to [signup](https://va.landing.ai/agent) and obtain your [API key](https://va.landing.ai/settings/api-key).
70
80
 
71
81
  ### Other Prerequisites
72
82
  - Python version 3.9 or higher
@@ -36,11 +36,11 @@ vision_agent/utils/agent.py,sha256=2ifTP5QElItnr4YHOJR6L5P1PUzV0GhChTTqVxuVyQg,1
36
36
  vision_agent/utils/exceptions.py,sha256=zis8smCbdEylBVZBTVfEUfAh7Rb7cWV3MSPambu6FsQ,1837
37
37
  vision_agent/utils/execute.py,sha256=QAql6KC2uEhX1o_44mMA77lCmMUs0itaaGMFSfJBki8,21520
38
38
  vision_agent/utils/image_utils.py,sha256=bJM2mEvB6E__M9pxi74yQYzAiZ7mu3KE2ptyVrp5vzQ,12533
39
- vision_agent/utils/tools.py,sha256=hUWoJuKkFWfKNK7RZo370V1dTF5IRGVo0OK4TT-b8YM,8110
39
+ vision_agent/utils/tools.py,sha256=Days0dETPRQLSDamMKPnXFsc5g5IKX9QJcPPNmSHNdM,8111
40
40
  vision_agent/utils/tools_doc.py,sha256=yFue6KSXoa_Z1ngCdBEc4SdPZOWF1rVLeaHu02I8Wis,2523
41
41
  vision_agent/utils/video.py,sha256=rjsQ1sKKisaQ6AVjJz0zd_G4g-ovRweS_rs4JEhenoI,5340
42
42
  vision_agent/utils/video_tracking.py,sha256=DZLFpNCuzuPJQzbQoVNcp-m4dKxgiKdCNM5QTh_zURE,12245
43
- vision_agent-1.1.4.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
44
- vision_agent-1.1.4.dist-info/METADATA,sha256=rlRqv1OMgJpAbAb1jx2cRyLirYcm1qSWvI85YMX7VnM,12573
45
- vision_agent-1.1.4.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
46
- vision_agent-1.1.4.dist-info/RECORD,,
43
+ vision_agent-1.1.6.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
44
+ vision_agent-1.1.6.dist-info/METADATA,sha256=kZEaYNW_50_35AG3yIHaaYw4dWhmWUAzGqqDNdildMc,12955
45
+ vision_agent-1.1.6.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
46
+ vision_agent-1.1.6.dist-info/RECORD,,