Plugins are the skills of your agent. For example, you can create a plugin that sends emails, retrieves information from the web, asks for help, or even saves and retrieves memories from previous conversations. The Agent Builder allows you to select from a large list of built-in and pre-made plugins.
Planners are the brains of your agent. They allow your agent to generate a plan to complete a task. The Agent Builder uses OpenAI's function calling feature as it's planner, allowing the agent to determine which plugins are required to complete a task. For more advanced planners, you can ask an LLM to generate code that can be executed to complete a task (Handlebars Planner).
Persona is the personality of your agent. It is a prompt that is used to influence how the agent responds to stimuli. For example, you can use the persona to change its personality, such as friendly, sarcastic, or helpful. You can also use the persona to influence how the agent responds to certain situations, such as asking for help, being more verbose, or following the rules.
Read More about Agents