Planning Agent¶
Overview¶
The PlanningAgent
class is a utility agent within the AI Refinery SDK designed to assist in the design of a realistic plan for any given task. The Planning Agent scans the different interactions between the user and all the agents and design the plan required to achieve the different goals provided by the user.
Implementation¶
The PlanningAgent
class is responsible for generating a realistic plan based based on the interaction data.