Caller-owned observer, invoked synchronously by observing clients
from grid_cortex_client import RuntimeObserver
Caller-owned observer, invoked synchronously by observing clients.Methods should finish quickly, for example by queuing a snapshot for a
background writer. The SDK neither flushes nor closes the observer. An
observer shared across clients must support their calling threads/tasks.
Ordinary observer exceptions never replace inference results or exceptions.