Add full predictor and worker bridge implementation
- predictor.rs: Complete PythonPredictor with runtime detection,
async/sync support, generator handling, input preparation,
output processing, and schema generation
- worker_bridge.rs: Full PredictHandler with asyncio event loop,
per-slot cancellation tracking, log context management,
SIGUSR1 signal cancellation for sync, future.cancel() for async