Lite Package CLI
Commands for using the lightweight praisonaiagents.lite package from the command line.Commands
Show Package Info
Display information about the lite package:Show Example Code
Display example usage code:Run Lite Agent
Run a lite agent with a prompt:| Option | Description | Default |
|---|---|---|
--model | Model name to use | gpt-4o-mini |
--provider | LLM provider (openai, anthropic) | openai |
Environment Variables
Required environment variables based on provider:Examples
Quick Chat
Using Different Models
Check Availability
Comparison with Full CLI
| Feature | praisonai | praisonai lite |
|---|---|---|
| Multi-provider | Yes (via litellm) | Manual only |
| Memory usage | ~93MB | ~5MB |
| Startup time | ~800ms | ~18ms |
| Dependencies | Many | Minimal |

