SOURCE_KINDS
const SOURCE_KINDS: readonly ["scheduled-sync", "on-demand-fetch", "on-demand-query"];Execution contract — which entrypoint the harness invokes.
scheduled-sync is the batch contract this SDK is built around: a sync(ctx)
that returns documents to store. The on-demand kinds describe adapters that
answer a single question live rather than filling a library.