Installation
Basic Usage
Batch Scanning
Scan multiple prompts efficiently:Async Context Manager
Integration with FastAPI
Integration with aiohttp
Streaming Support
Performance Tuning
Error Handling
Comparison: Sync vs Async
| Feature | Sync (Raxe) | Async (AsyncRaxe) |
|---|---|---|
| Single scan | raxe.scan() | await raxe.scan() |
| Batch | Loop | scan_batch() |
| Concurrency | Thread pool | Native async |
| Use case | Simple apps | High-throughput APIs |
