docs
docs copied to clipboard
Documentation for the Cheshire Cat AI
Can confirm this works: ```python @hook def after_rabbithole_splitted_text(chunks, cat): for chunk in chunks: chunk.page_content = "anythaaang" return chunks ```
There is a new client for `go` created by @saniales: https://github.com/saniales/ccat-api Let's add it to the list of clients ;)
As title
Right now we don't have any page describing the working memory!
The empty plugins seems not listed in plugin page, confirm and update page: https://cheshire-cat-ai.github.io/docs/quickstart/prepare-plugin/
The enviroment page is not up to date: https://cheshire-cat-ai.github.io/docs/administrators/env-variables/ For example CORE_HOST and CORE_PORT are no more relevant
[This table](https://cheshire-cat-ai.github.io/docs/technical/clientlib/clientlib-python/#available-apis) should be populated with the APIs' methods. These can be found at http://localhost/docs The `Class method` columns is the the name near the endpoint formatted in snake case....
In [this table](https://cheshire-cat-ai.github.io/docs/technical/plugins/hooks/#available-hooks), the hooks should be ordered according the their execution. Since the ordering requires to jump from one tab to another, we may think to order those in...
The folder structure of the doc is not mirroring the structure of the chapters and sometimes is daunting navigating it, when contributing. It may be useful to restructure the folders...
Overwritable methods: - settings_schema (check if method must be documented, settings_model is better) - settings_model - load_settings - save_settings