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.

BaseAutoGenerator

Defined in the auto module.
AI Agents Framework Base class for auto-generators with shared functionality. Provides:
  • LiteLLM-based structured output (replaces instructor for less dependencies)
  • Environment variable handling for model/API configuration
  • Config list management

Constructor

config_list
Optional
No description available.

Methods

get_available_tools()

Return list of available tools for agent assignment.

analyze_complexity()

Analyze task complexity based on keywords.

Source

View on GitHub

praisonai/auto.py at line 445