UNPKG

@autobe/agent

Version:

AI backend server code generator

7 lines (5 loc) 173 B
import { IMicroAgenticaHistoryJson } from "@agentica/core"; export interface IAutoBeOrchestrateHistory { histories: IMicroAgenticaHistoryJson[]; userMessage: string; }