add koii task to repo types

This commit is contained in:
Laura Abro
2025-04-25 07:38:42 -03:00
parent 2a31027ad8
commit ad120e50ab
2 changed files with 10 additions and 1 deletions

View File

@ -1,7 +1,6 @@
import { getOrcaClient } from "@_koii/task-manager/extensions";
import { namespaceWrapper, TASK_ID } from "@_koii/namespace-wrapper";
import "dotenv/config";
import { getExistingIssues } from "../utils/existingIssues";
import { status, middleServerUrl } from "../utils/constant";
import dotenv from "dotenv";
import { checkAnthropicAPIKey, isValidAnthropicApiKey } from "../utils/anthropicCheck";