Author: Piero Savastano
-
3 different ways to change system prompt in the Cat
The system prompt in LLM based agents is the prompt main part, the one defining who the bot is, its main task and tone of voice.In the Cheshire Cat we call it prompt_prefix, with this… Read more
-
Write Your First Plugin
This tutorial aims to guide you through the process of creating a plugin for the Cheshire Cat. It comprehensively addresses the fundamental aspects required to develop a plugin from the ground up. The tutorial provides… Read more
-
How the Cat works
Components The Cheshire Cat is made of many pluggable components that make it fully customizable. 💬 ChatThis is the Graphical User Interface (GUI) component that allows you to interact directly with the Cat. From the… Read more
-
Who are you? (Said the caterpillar)
What is the Cheshire Cat The Cheshire Cat is an open-source framework that allows you to develop intelligent agents on top of many Large Language Models (LMM). You can develop your custom AI architecture to assist you… Read more
-
Getting started
To run the Cheshire Cat, you need to have docker (instructions) and docker-compose (instructions) installed on your system. You can also interact via REST API and try out the endpoints on localhost:1865/docs The first time… Read more