db5adc9324
Removed ort/ndarray/image (ONNX Runtime inference) and sqlx (Postgres audit write). inference::detect() and the Postgres half of reporter::report() are now stubs with a comment for what real code goes there. Redis Streams XREADGROUP loop and the Redis pub/sub alert stay real. Verified with a clean cargo check --all-targets (0 warnings).
7 lines
199 B
Bash
7 lines
199 B
Bash
CONTINUUM_REDIS_URL=redis://localhost:6379
|
|
CONTINUUM_FRAME_STREAM=stream:camera_frames
|
|
CONTINUUM_CONSUMER_GROUP=ai-worker
|
|
CONTINUUM_CONSUMER_NAME=ai-worker-1
|
|
|
|
RUST_LOG=info,continuum_ai_worker=debug
|