begin gemini depencency download removal

This commit is contained in:
Shawn Morreau
2025-11-19 17:30:28 -05:00
parent fed62adb69
commit 579c79e38c
4 changed files with 153 additions and 8 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export async function run(
const inputs: Required<Inputs> = {
prompt,
agent: "claude",
agent: "gemini",
...flatMorph(agents, (_, agent) =>
agent.inputKeys.map((inputKey) => [inputKey, process.env[inputKey.toUpperCase()]])
),