类的使用
io.agentscope.core.plan.model.Plan
使用Plan的程序包
程序包
说明
-
io.agentscope.core.plan中Plan的使用
返回Plan的io.agentscope.core.plan中的方法类型变量类型为Plan的io.agentscope.core.plan中的方法参数修饰符和类型方法说明voidPlanNotebook.addChangeHook(String id, BiConsumer<PlanNotebook, Plan> hook) Adds a change hook that will be triggered whenever the plan changes. -
io.agentscope.core.plan.hint中Plan的使用
参数类型为Plan的io.agentscope.core.plan.hint中的方法修饰符和类型方法说明DefaultPlanToHint.generateHint(Plan plan, PlanNotebook planNotebook) Generates a contextual hint message based on the current plan state.default StringPlanToHint.generateHint(Plan plan) Generate a hint message based on the current plan state.PlanToHint.generateHint(Plan plan, PlanNotebook planNotebook) Generate a hint message based on the current plan state with planNoteBook control. -
io.agentscope.core.plan.storage中Plan的使用
返回变量类型为Plan的类型的io.agentscope.core.plan.storage中的方法修饰符和类型方法说明reactor.core.publisher.Mono<Plan> Retrieves a plan by its ID.reactor.core.publisher.Mono<Plan> Get a plan by its ID.InMemoryPlanStorage.getPlans()Retrieves all stored plans.PlanStorage.getPlans()Get all plans from storage.参数类型为Plan的io.agentscope.core.plan.storage中的方法 -
io.agentscope.core.state中Plan的使用
返回Plan的io.agentscope.core.state中的方法参数类型为Plan的io.agentscope.core.state中的构造器