This adds a completely separate frontend based on React because I
found that code gen works better with React once the application gets
bigger. In particular it was getting very hard to move past add
connectors and actions.
The idea is to replace the standard UI with this once it has been
tested. But for now it is available at /app in addition to the
original at /
Signed-off-by: Richard Palethorpe <io@richiejp.com>
* feat(ui): add section to create agents in group
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
* Enhance UX and do not display first form section
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
* fixups
* Small fixups on avatar creation
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
* feat(ui): generate avatars
Signed-off-by: mudler <mudler@localai.io>
* Show a placeholder if the image is not ready
Signed-off-by: mudler <mudler@localai.io>
* feat(avatar): generate prompt first
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
---------
Signed-off-by: mudler <mudler@localai.io>
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>