feat: repackage genkit under `genkit` pa...
and in the code you'll be importing everything from
genkit package (instead of @genkit-ai/ai|flow|core).The plugins are going to remain in separate packages which will still need to be installed separately.
to install the CLI:
or
First step in that direction: https://github.com/firebase/genkit/pull/934
and later we'll be adding
this will be a "shortcut" (or a replacement?) for
genkit init.Feedback welcome!
import { gemini15Flash, googleAI } from '@genkit-ai/googleai';
configureGenkit({ plugins: [googleAI()] });
awai...