Skip to main content

vision_agent

AI Agent VisionAgent - A specialized agent for image analysis and understanding. This agent provides vision capabilities for analyzing, describing, and extracting information from images using AI vision models. Follows the Agent() class patterns with:
  • Lazy loading for heavy dependencies (litellm, rich)
  • Precedence Ladder for configuration resolution
  • Both sync and async methods

Import

from praisonaiagents.agent import vision_agent

Classes