UNPKG

@artinet/create-quick-agent

Version:
14 lines 297 B
export function demoAgent({ task, history }: { task: any; history: any; }): AsyncGenerator<{ state: string; message: { role: string; parts: { type: string; text: any; }[]; }; }, void, unknown>; //# sourceMappingURL=agent.d.ts.map