Class SequentialPlanner


  • public class SequentialPlanner
    extends Object
    A planner that uses semantic function to create a sequential plan.
    • Method Detail

      • createPlanAsync

        public reactor.core.publisher.Mono<Plan> createPlanAsync​(String goal)
        Create a plan for a goal using a default context build on the current kernel.
        Parameters:
        goal - The goal to create a plan for.
        Returns:
        The plan
      • createPlanAsync

        public reactor.core.publisher.Mono<Plan> createPlanAsync​(String goal,
                                                                 SKContext context)
        Create a plan for a goal.
        Parameters:
        goal - The goal to create a plan for.
        context - The semantic kernel context
        Returns:
        The plan