MASSIVE IMPROVCE
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
import type { AgentName } from "../main.ts";
|
||||
import { claude } from "./claude.ts";
|
||||
import { codex } from "./codex.ts";
|
||||
import type { Agent } from "./shared.ts";
|
||||
|
||||
export const agents = {
|
||||
claude,
|
||||
codex,
|
||||
} as const satisfies Record<AgentName, Agent>;
|
||||
} as const;
|
||||
|
||||
export type AgentInputKey = (typeof agents)[keyof typeof agents]["inputKey"];
|
||||
|
||||
Reference in New Issue
Block a user