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
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
