docs icon indicating copy to clipboard operation
docs copied to clipboard

Documentation for the Cheshire Cat AI

Results 35 docs issues
Sort by recently updated
recently updated
newest added

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 ;)

enhancement
good first issue
technical

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....

enhancement
good first issue

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...

enhancement
good first issue

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...

good first issue

Overwritable methods: - settings_schema (check if method must be documented, settings_model is better) - settings_model - load_settings - save_settings