Skip to content

Commit

Permalink
Update ROADMAP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pieroit authored Aug 11, 2023
1 parent 486684f commit 7e0d455
Showing 1 changed file with 20 additions and 23 deletions.
43 changes: 20 additions & 23 deletions readme/ROADMAP.md
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`) ✅

0 comments on commit 7e0d455

Please sign in to comment.