- Version 1
- Forms from JSON schema ✅
- Configurations
- Language model provider ✅
- Embedder
- Plugins list ✅
- Reasoning
- Documentation ✅
- Markdown support ✅
- Static admin inside main container ✅
- Public
/chat
endpoint ✅ - js widget (for
/chat
and external websites) ✅ - Memory management page in admin ✅
- Version 2
- User management
- User specific conversation and memory
- Dissemination
- minimal website
- how to guides
- use cases examples
- QA / Test
- End2End tests
- Unit tests
- Admin
- import / export memories
- filters for memory search
- Agent
- Tool embeddings
- Custom hookable agent
- Local LLM / embedder
- 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 and customization
- User management