add koii task to repo types
This commit is contained in:
@ -1,4 +1,14 @@
|
|||||||
DOCS_SECTIONS = {
|
DOCS_SECTIONS = {
|
||||||
|
"koii_task": [
|
||||||
|
{
|
||||||
|
"name": "Task Lifecycle",
|
||||||
|
"description": "Explain how the task and audit stages work for this task\n\n",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Task Variables",
|
||||||
|
"description": "List all environment variables used in the task, as listed in config-task.yml\n\n",
|
||||||
|
},
|
||||||
|
],
|
||||||
"library": [
|
"library": [
|
||||||
{
|
{
|
||||||
"name": "API Reference",
|
"name": "API Reference",
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
import { getOrcaClient } from "@_koii/task-manager/extensions";
|
import { getOrcaClient } from "@_koii/task-manager/extensions";
|
||||||
import { namespaceWrapper, TASK_ID } from "@_koii/namespace-wrapper";
|
import { namespaceWrapper, TASK_ID } from "@_koii/namespace-wrapper";
|
||||||
import "dotenv/config";
|
import "dotenv/config";
|
||||||
import { getExistingIssues } from "../utils/existingIssues";
|
|
||||||
import { status, middleServerUrl } from "../utils/constant";
|
import { status, middleServerUrl } from "../utils/constant";
|
||||||
import dotenv from "dotenv";
|
import dotenv from "dotenv";
|
||||||
import { checkAnthropicAPIKey, isValidAnthropicApiKey } from "../utils/anthropicCheck";
|
import { checkAnthropicAPIKey, isValidAnthropicApiKey } from "../utils/anthropicCheck";
|
||||||
|
Reference in New Issue
Block a user