chore: include pre-built dist for github install
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import type { AgentPromptMetadata } from "./types";
|
||||
type RegisteredAgentSummary = {
|
||||
name: string;
|
||||
description: string;
|
||||
};
|
||||
export declare function parseRegisteredAgentSummaries(input: unknown): RegisteredAgentSummary[];
|
||||
export declare function buildCustomAgentMetadata(agentName: string, description: string): AgentPromptMetadata;
|
||||
export {};
|
||||
Reference in New Issue
Block a user