UNPKG

@travisennis/acai-brainstorm

Version:

A set of brainstorming agents and tools to use with AI.SDK.

7 lines (6 loc) 205 B
import { type LanguageModel } from "ai"; import { type TreeNode } from "./utils.ts"; export declare const scamper: ({ model, idea, }: { model: LanguageModel; idea: string; }) => Promise<TreeNode>;