Variable AgentCreateLifecycleStagesConst

AgentCreateLifecycleStages: {
    Creating: string;
    Previewing: string;
    Retrieving: string;
} = ...

Events emitted during Agent.create() for consumers to listen to and keep track of progress

Type declaration

  • Creating: string
  • Previewing: string
  • Retrieving: string