-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,47 @@ | ||
|
||
* Version 1 | ||
* Forms from JSON schema ✅ | ||
* Forms from JSON schema ✅ | ||
* Configurations | ||
* Language model provider ✅ | ||
* Embedder | ||
* Plugins list ✅ | ||
* Why in the admin ✅ | ||
* Documentation ✅ | ||
* Markdown support ✅ | ||
* Static admin inside main container ✅ | ||
* Language model provider ✅ | ||
* Embedder ✅ | ||
* Plugins list ✅ | ||
* Why in the admin ✅ | ||
* Documentation ✅ | ||
* Markdown support ✅ | ||
* Static admin inside main container ✅ | ||
* [Public `/chat` endpoint](https://github.com/cheshire-cat-ai/core/issues/267/) ✅ | ||
* [js widget (for `/chat` and external websites)](https://github.com/cheshire-cat-ai/core/issues/269/) ✅ | ||
* Memory management page in admin ✅ | ||
|
||
<hr> | ||
|
||
* Version 2 | ||
* User management | ||
* User specific conversation and memory | ||
* User specific conversation and memory ✅ | ||
* Dissemination | ||
* minimal website ✅ | ||
* how to guides | ||
* how to guides ✅ | ||
* use cases examples | ||
* QA / Test | ||
* End2End tests | ||
* Setup ✅ | ||
* Essential coverage | ||
* Unit tests | ||
* Setup | ||
* Essential coverage | ||
* Essential coverage ✅ | ||
* Unit tests | ||
* Setup ✅ | ||
* Essential coverage ✅ | ||
* Admin | ||
* import memories | ||
* import memories ✅ | ||
* export memeories ✅ | ||
* filters for memory search | ||
* better `why` UI | ||
* better `why` UI ✅ | ||
* Agent | ||
* Tool embeddings ✅ | ||
* Custom hookable agent | ||
* Local LLM / embedder | ||
* CustomLLMConfig / CustomEmbedderConfig adapters | ||
* CustomLLMConfig | ||
* CustomEmbedderConfig adapters | ||
* LLM / embedder example docker container | ||
* Hook surface | ||
* 20 hooks ✅ | ||
* more hooks where customization is needed | ||
* Plugin management | ||
* Install plugin dependencies ✅ | ||
* Activate / deactivate plugins | ||
* External plugin directory | ||
* Activate / deactivate plugins ✅ | ||
* External plugin directory ✅ | ||
* Pugin manifesto (`plugin.json`) ✅ |