Streaming
@kortexya/reasoninglayer / Streaming
Streaming
Probabilistic streaming-sketch endpoints — three stateless,
tenant-free POST /api/v1/streaming/* routes:
frequency— Count-Min sketch frequency estimationheavyHitters— Misra-Gries frequent-item detectionmembership— Bloom filter membership testing
All computation is ephemeral to the call (the sketch is built from the request, queried, and discarded). No auth, no tenant context.