## Production-ready AI assistant framework
The Cheshire Cat is a framework to build custom AIs on top of any language model.
If you have ever used systems like WordPress or Django to build web apps, imagine the Cat as a similar tool, but specific for AI.
## Docs and Resources
- [Official Documentation](https://cheshire-cat-ai.github.io/docs/)
- [Discord Server](https://discord.gg/bHX5sNFCYU)
- [Website](https://cheshirecat.ai/)
- [YouTube tutorial - How to install](https://youtu.be/Rvx19TZBCrw)
- [Tutorial - Write your first plugin](https://cheshirecat.ai/write-your-first-plugin/)
## Why using the Cat
- โก๏ธ API first, so you get a microservice to easily add a conversational layer to your app
- ๐ Remembers conversations and documents and uses them in conversation
- ๐ Extensible via plugins (public plugin registry + private plugins allowed)
- ๐ Event callbacks, function calling (tools), conversational forms
- ๐ Easy to use admin panel (chat, visualize memory and plugins, adjust settings)
- ๐ Supports any language model (works with OpenAI, Google, Ollama, HuggingFace, custom services)
- ๐ Production-ready - 100% [dockerized](https://docs.docker.com/get-docker/)
- ๐ฉโ๐งโ๐ฆ Active [Discord community](https://discord.gg/bHX5sNFCYU) and easy to understand [docs](https://cheshire-cat-ai.github.io/docs/)
We are committed to openness, privacy and creativity, we want to bring AI to the long tail. To learn more about our vision and values, read the [Code of Ethics](https://cheshirecat.ai/code-of-ethics/).
## Roadmap & Contributing
The Detailed roadmap is [here](https://github.com/cheshire-cat-ai/core/blob/main/readme/ROADMAP.md).
Send your pull request to the `develop` branch. Here is a [full guide to contributing](https://github.com/cheshire-cat-ai/core/blob/main/readme/CONTRIBUTING.md).
Join our [community on Discord](https://discord.gg/bHX5sNFCYU) and give the project a star โญ!
Thanks again!๐
## Which way to go?
(back to top)
```
"Would you tell me, please, which way I ought to go from here?"
"That depends a good deal on where you want to get to," said the Cat.
"I don't much care where--" said Alice.
"Then it doesn't matter which way you go," said the Cat.
(Alice's Adventures in Wonderland - Lewis Carroll)
```