The code-samples
directory contains various Python scripts, including a chatbot, contact information handler, a simple "Hello, World!" script, a native math function, and a planner.
The plugins
directory contains native plugins and prompt templates. The native plugins include a math plugin. The prompt templates are divided into basic plugins and chat plugins.
The basic plugins include contact information and greeting plugins. The contact information plugin takes user details such as name, contact number, email id, and address, and arranges them in a JSON format. The greeting plugin...
The chat plugins include an AI chat plugin...