This commit is contained in:
Shawn Morreau
2025-11-18 19:02:47 -05:00
parent fc1b035f5d
commit c72d44382f
3 changed files with 2 additions and 24 deletions
-5
View File
@@ -29,11 +29,6 @@ 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);