cli
AI Agents Framework PraisonAI CLI Package This package provides the command-line interface for PraisonAI. Structure:- ../.main.py: Unified CLI entry point (Typer-first, legacy fallback)
- app.py: Typer app with all command registrations
- main.py: Legacy argparse PraisonAI class (used for prompts/YAML)
- commands/: Individual Typer command modules
- features/: Feature handlers for CLI flags and commands
Import
Functions
main()
CLI entry point function.

