begin jules support, derive inputs

This commit is contained in:
David Blass
2025-11-14 14:27:00 -05:00
parent d4a4dd59bb
commit 6f2ccedbf8
4 changed files with 201 additions and 4 deletions
+2
View File
@@ -1,9 +1,11 @@
import { claude } from "./claude.ts";
import { codex } from "./codex.ts";
import { jules } from "./jules.ts";
export const agents = {
claude,
codex,
jules,
} as const;
export type AgentInputKey = (typeof agents)[keyof typeof agents]["inputKey"];