UNPKG

@autobe/agent

Version:

AI backend server code generator

7 lines (6 loc) 287 B
import { AgenticaOperation, MicroAgenticaHistory } from "@agentica/core"; import { AutoBeHistory } from "@autobe/interface"; export declare function createAgenticaHistory(props: { operations: readonly AgenticaOperation[]; history: AutoBeHistory; }): MicroAgenticaHistory | null;