This commit is contained in:
Shawn Morreau
2025-11-18 11:26:41 -05:00
parent 50c0095e87
commit e218afc35c
2 changed files with 18 additions and 3 deletions
+5
View File
@@ -29,6 +29,11 @@ export async function run(
agent.inputKeys.map((inputKey) => [inputKey, process.env[inputKey.toUpperCase()]])
),
};
// agent: "cursor",
// ...flatMorph(agents, (_, agent) => [
// agent.inputKey,
// process.env[agent.inputKey.toUpperCase()],
// ]),
const result = await main(inputs);