The Genkit plugin. Registers no models or embedders — it exists primarily to surface the integration in genkit({ plugins: [...] }) and to capture shared defaults for the worker / client helpers.
genkit({ plugins: [...] })
const ai = genkit({ plugins: [temporal({ taskQueue: 'my-queue' })] }); Copy
const ai = genkit({ plugins: [temporal({ taskQueue: 'my-queue' })] });
The Genkit plugin. Registers no models or embedders — it exists primarily to surface the integration in
genkit({ plugins: [...] })and to capture shared defaults for the worker / client helpers.