/** * @copyright NHCarrigan * @license Naomi's Public License * @author Naomi Carrigan */ // eslint-disable-next-line @typescript-eslint/naming-convention -- SDK default export uses PascalCase. import Anthropic from "@anthropic-ai/sdk"; export const anthropic = new Anthropic({ apiKey: process.env.ANTHROPIC_KEY ?? "", });