mirror of
https://github.com/mudler/LocalAGI.git
synced 2026-07-24 19:25:21 -04:00
bc567ef7dd
* feat(skills): add skills management Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * improve ui * Update webui/skills_handlers.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update webui/skills_handlers.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update webui/skills_handlers.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update webui/skills_handlers.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update Dockerfile.webui Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update go.mod Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update webui/skills_handlers.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Address feedback from review Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * Fixups Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * allow to customize skill prompt Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * Fixups Signed-off-by: Ettore Di Giacinto <mudler@localai.io> --------- Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
Expanding the ESLint configuration
If you are developing a production application, we recommend using TypeScript and enable type-aware lint rules. Check out the TS template to integrate TypeScript and typescript-eslint in your project.