UNPKG

@autobe/agent

Version:

AI backend server code generator

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