initial scaffold

This commit is contained in:
Your Name
2025-07-16 17:57:52 +00:00
commit 771048d9f8
55 changed files with 14559 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
// Flows will be imported for their side effects in this file.
+7
View File
@@ -0,0 +1,7 @@
import {genkit} from 'genkit';
import {googleAI} from '@genkit-ai/googleai';
export const ai = genkit({
plugins: [googleAI()],
model: 'googleai/gemini-2.0-flash',
});