Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

image_agent

AI Agent ImageAgent - A specialized agent class for generating images using AI models. This class extends the base Agent class to provide specific functionality for image generation, including support for different image models, sizes, and quality settings.

Import

from praisonaiagents.agent import image_agent

Classes

ImageGenerationConfig

Configuration for image generation settings.

ImageAgent

A specialized agent for generating images using AI models.

Agents Concept

Single Agent Guide

Multi-Agent Guide

Agent Configuration

Auto Agents