chore: include pre-built dist for github install
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import type { AgentConfig } from "@opencode-ai/sdk";
|
||||
import type { AgentPromptMetadata } from "./types";
|
||||
export declare const SISYPHUS_PROMPT_METADATA: AgentPromptMetadata;
|
||||
import type { AvailableAgent, AvailableSkill, AvailableCategory } from "./dynamic-agent-prompt-builder";
|
||||
export declare function createSisyphusAgent(model: string, availableAgents?: AvailableAgent[], availableToolNames?: string[], availableSkills?: AvailableSkill[], availableCategories?: AvailableCategory[], useTaskSystem?: boolean): AgentConfig;
|
||||
export declare namespace createSisyphusAgent {
|
||||
var mode: "all";
|
||||
}
|
||||
Reference in New Issue
Block a user