Lazy Imports CLI
Commands for verifying and testing lazy import behavior in PraisonAI Agents.Commands
Check Lazy Imports
Verify that heavy dependencies are not loaded at import time:Measure Import Time
Measure the import time of praisonaiagents:Full Performance Benchmark
Run a complete performance benchmark including lazy import checks:Performance Targets
| Metric | Target | Hard Fail |
|---|---|---|
| Import Time | less than 200ms | greater than 300ms |
| Memory Usage | less than 30MB | greater than 45MB |
| Lazy Imports | All lazy | Any eager |

