dependabot[bot]
252ee2aff6
chore(deps-dev): bump react-router-dom from 7.7.0 to 7.9.4 in /webui/react-ui ( #323 )
...
chore(deps-dev): bump react-router-dom in /webui/react-ui
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 7.7.0 to 7.9.4.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.9.4/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-version: 7.9.4
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 19:05:44 +01:00
dependabot[bot]
fffc1f8647
chore(deps): bump react and @types/react in /webui/react-ui ( #322 )
...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ). These dependencies needed to be updated together.
Updates `react` from 19.1.0 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react )
Updates `@types/react` from 19.1.8 to 19.2.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: react
dependency-version: 19.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: "@types/react"
dependency-version: 19.2.2
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 19:05:35 +01:00
dependabot[bot]
dc1653294d
chore(deps): bump actions/setup-go from 5 to 6 ( #308 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 19:01:46 +01:00
dependabot[bot]
3862c3c0eb
chore(deps-dev): bump eslint from 9.35.0 to 9.38.0 in /webui/react-ui ( #326 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.35.0 to 9.38.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/compare/v9.35.0...v9.38.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.38.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 19:01:32 +01:00
dependabot[bot]
756c46b526
chore(deps-dev): bump eslint-plugin-react-refresh from 0.4.20 to 0.4.24 in /webui/react-ui ( #327 )
...
chore(deps-dev): bump eslint-plugin-react-refresh in /webui/react-ui
Bumps [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh ) from 0.4.20 to 0.4.24.
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases )
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.20...v0.4.24 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react-refresh
dependency-version: 0.4.24
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 19:01:14 +01:00
Ettore Di Giacinto
73a6be8264
feat: consume cogito for agent reasoning ( #320 )
...
* WIP
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Drop old webui
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Almost there
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* It builds
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Make it build
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* fixups, still doesn't work
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* unused now
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Send result before closing
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Fix observability
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Drop MCP code and wire-up in cogito
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Drop some templates
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Keep reporting into conv
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* tests fixups
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* tests fixups
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* fixups
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Do not complete observable during thought process
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Update cogito
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Fixups
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Fixups
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Fixups
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Drop unneded option now
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Fixups
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Better handling of user tools
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* TEST
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Add flake attempts
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Revert "TEST"
This reverts commit 8b12a9fd03 .
* tKeep indexing MCP actions
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Split CI jobs to improve speed
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* CI optimizations
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Bump timeout
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Bump cogito
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* fix: always commit last progress
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* chore: better management of observables
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-10-27 18:41:28 +01:00
dependabot[bot]
84f21c6ab4
chore(deps): bump react-dom and @types/react-dom in /webui/react-ui ( #324 )
...
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom ) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ). These dependencies needed to be updated together.
Updates `react-dom` from 19.1.0 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react-dom )
Updates `@types/react-dom` from 19.1.6 to 19.2.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: react-dom
dependency-version: 19.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: "@types/react-dom"
dependency-version: 19.2.2
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-16 18:52:24 +02:00
dependabot[bot]
a0ab067bf7
chore(deps-dev): bump @vitejs/plugin-react from 5.0.2 to 5.0.4 in /webui/react-ui ( #325 )
...
chore(deps-dev): bump @vitejs/plugin-react in /webui/react-ui
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react ) from 5.0.2 to 5.0.4.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.0.4/packages/plugin-react )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
dependency-version: 5.0.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 19:06:25 +02:00
Ettore Di Giacinto
c719cbd544
Remove mcpbox service from docker-compose.nvidia.yaml ( #319 )
...
Removed mcpbox service extension from NVIDIA compose file.
Leftover of #318
v2.6.0
2025-10-09 09:23:15 +02:00
Ettore Di Giacinto
6fa73262fc
feat: switch to official MCP SDK ( #318 )
...
* feat: switch to official MCP SDK
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Drop MCP Box
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-10-08 17:14:03 +02:00
Ettore Di Giacinto
558fa396a8
feat: add audio support ( #316 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-10-07 12:00:33 +02:00
dependabot[bot]
33ffe06510
chore(deps-dev): bump @eslint/js from 9.35.0 to 9.37.0 in /webui/react-ui ( #314 )
...
chore(deps-dev): bump @eslint/js in /webui/react-ui
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.35.0 to 9.37.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/commits/v9.37.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.37.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-07 09:23:46 +02:00
Michel Weimerskirch
a5a602c5b0
Add "Play" button to action configuration for testing in Playground ( #315 )
2025-10-07 09:23:26 +02:00
Michel Weimerskirch
500862b768
Add "clear history" option to the agent observables ( #312 )
2025-10-03 23:06:21 +02:00
Michel Weimerskirch
b06522d1ec
Add custom name, description, and payload description to WebhookAction ( #311 )
2025-10-03 23:05:14 +02:00
Michel Weimerskirch
0c312c9caa
Update README with detailed instructions for development ( #310 )
2025-10-03 23:04:23 +02:00
Michel Weimerskirch
d456315f19
Add webhook action for HTTP request integration ( #309 )
...
* Add Webhook action handling
Integrates a new "webhook" action, enabling configurable HTTP requests with customizable methods, content types, and payloads through runtime parameters.
* Enhance Webhook action documentation and runtime handling
Improves comments and function-level documentation for the Webhook action, clarifying its configuration, runtime parameter handling, and operational behavior. Adds detailed explanations for methods, payload templates, and HTTP request construction.
v2.5.0
2025-10-03 09:14:08 +02:00
dependabot[bot]
983f5599d5
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.25.3 ( #303 )
...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo ) from 2.23.4 to 2.25.3.
- [Release notes](https://github.com/onsi/ginkgo/releases )
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/ginkgo/compare/v2.23.4...v2.25.3 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-version: 2.25.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 10:52:02 +02:00
dependabot[bot]
471c937d57
chore(deps): bump github.com/JohannesKaufmann/html-to-markdown/v2 from 2.3.3 to 2.4.0 ( #286 )
...
chore(deps): bump github.com/JohannesKaufmann/html-to-markdown/v2
Bumps [github.com/JohannesKaufmann/html-to-markdown/v2](https://github.com/JohannesKaufmann/html-to-markdown ) from 2.3.3 to 2.4.0.
- [Release notes](https://github.com/JohannesKaufmann/html-to-markdown/releases )
- [Changelog](https://github.com/JohannesKaufmann/html-to-markdown/blob/main/.goreleaser.yaml )
- [Commits](https://github.com/JohannesKaufmann/html-to-markdown/compare/v2.3.3...v2.4.0 )
---
updated-dependencies:
- dependency-name: github.com/JohannesKaufmann/html-to-markdown/v2
dependency-version: 2.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-19 18:14:52 +02:00
dependabot[bot]
ad61551db5
chore(deps-dev): bump @vitejs/plugin-react from 4.7.0 to 5.0.2 in /webui/react-ui ( #288 )
...
chore(deps-dev): bump @vitejs/plugin-react in /webui/react-ui
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react ) from 4.7.0 to 5.0.2.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases )
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.0.2/packages/plugin-react )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
dependency-version: 5.0.2
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-19 18:14:36 +02:00
dependabot[bot]
2bad9c399f
chore(deps-dev): bump @eslint/js from 9.33.0 to 9.35.0 in /webui/react-ui ( #298 )
...
chore(deps-dev): bump @eslint/js in /webui/react-ui
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.33.0 to 9.35.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.35.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.35.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-16 15:43:21 +02:00
dependabot[bot]
580ad7d46f
chore(deps): bump github.com/sashabaranov/go-openai from 1.40.3 to 1.41.2 ( #296 )
...
chore(deps): bump github.com/sashabaranov/go-openai
Bumps [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai ) from 1.40.3 to 1.41.2.
- [Release notes](https://github.com/sashabaranov/go-openai/releases )
- [Commits](https://github.com/sashabaranov/go-openai/compare/v1.40.3...v1.41.2 )
---
updated-dependencies:
- dependency-name: github.com/sashabaranov/go-openai
dependency-version: 1.41.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-16 15:42:42 +02:00
dependabot[bot]
47f013f3e1
chore(deps-dev): bump eslint from 9.34.0 to 9.35.0 in /webui/react-ui ( #299 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.34.0 to 9.35.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.34.0...v9.35.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.35.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-16 15:42:18 +02:00
mudler
d5219a9379
Update example
2025-09-13 16:42:25 +02:00
mudler
00460b1538
fix: do not change name field
...
Signed-off-by: mudler <mudler@localai.io >
2025-09-13 16:33:08 +02:00
Ettore Di Giacinto
98e62edf12
feat(actions): add action to control pikvm ( #294 )
...
Signed-off-by: mudler <mudler@localai.io >
2025-09-13 16:28:42 +02:00
Ettore Di Giacinto
592969f976
feat(actions/dynamicprompt): allow to pass-by a configuration ( #293 )
...
This is useful mainly to pass-by from the web interface a generic string
that can be later re-used in the custom actions or dynamic prompt during
Init().
The Signature of the custom actions and prompts around Init has changed,
and now is Init(string), this is on the custom action duty to decide if
the string is e.g. a JSON, or a comma separated list, etc.
Signed-off-by: mudler <mudler@localai.io >
2025-09-13 15:50:25 +02:00
Ettore Di Giacinto
6be849e409
Fix image tag for localai with CUDA 12
2025-09-12 12:26:01 +02:00
Ettore Di Giacinto
d42c2a5749
Update Docker image tag for localai service
2025-09-12 12:25:44 +02:00
Ettore Di Giacinto
8d2eafbc35
chore: propagate env ( #292 )
...
Signed-off-by: mudler <mudler@localai.io >
2025-09-11 18:16:51 +02:00
Ettore Di Giacinto
848f688ae9
Scan for dynamic prompts in custom action folder ( #291 )
...
Signed-off-by: mudler <mudler@localai.io >
2025-09-10 23:45:46 +02:00
dependabot[bot]
b813842f85
chore(deps-dev): bump eslint from 9.31.0 to 9.34.0 in /webui/react-ui ( #282 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.31.0 to 9.34.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.31.0...v9.34.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.34.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-09 23:26:36 +02:00
Ettore Di Giacinto
684ce43eb8
feat: preload custom actions from dir ( #290 )
...
* feat: preload custom actions from dir
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* fix(custom dir): allow to override name and description, strip package from code
Signed-off-by: mudler <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
Signed-off-by: mudler <mudler@localai.io >
2025-09-09 18:05:15 +02:00
dependabot[bot]
39d13d155f
chore(deps-dev): bump vite from 7.0.6 to 7.1.4 in /webui/react-ui ( #287 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 7.0.6 to 7.1.4.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.1.4/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.1.4
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-02 21:02:16 +02:00
dependabot[bot]
2d5523a129
chore(deps): bump github.com/metoro-io/mcp-golang from 0.14.0 to 0.16.0 ( #279 )
...
Bumps [github.com/metoro-io/mcp-golang](https://github.com/metoro-io/mcp-golang ) from 0.14.0 to 0.16.0.
- [Release notes](https://github.com/metoro-io/mcp-golang/releases )
- [Changelog](https://github.com/metoro-io/mcp-golang/blob/main/.goreleaser.yml )
- [Commits](https://github.com/metoro-io/mcp-golang/compare/v0.14.0...v0.16.0 )
---
updated-dependencies:
- dependency-name: github.com/metoro-io/mcp-golang
dependency-version: 0.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-29 21:54:03 +02:00
Ettore Di Giacinto
7fe3ed2169
feat(custom actions): allow to specify a dir with all custom actions ( #277 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-08-25 09:33:21 +02:00
dependabot[bot]
6db3b5f31f
chore(deps-dev): bump @eslint/js from 9.31.0 to 9.33.0 in /webui/react-ui ( #263 )
...
chore(deps-dev): bump @eslint/js in /webui/react-ui
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.31.0 to 9.33.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.33.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.33.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-19 08:41:50 +02:00
dependabot[bot]
f6ac820a3f
chore(deps): bump github.com/emersion/go-smtp from 0.22.0 to 0.24.0 ( #273 )
...
Bumps [github.com/emersion/go-smtp](https://github.com/emersion/go-smtp ) from 0.22.0 to 0.24.0.
- [Release notes](https://github.com/emersion/go-smtp/releases )
- [Commits](https://github.com/emersion/go-smtp/compare/v0.22.0...v0.24.0 )
---
updated-dependencies:
- dependency-name: github.com/emersion/go-smtp
dependency-version: 0.24.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-19 08:41:27 +02:00
dependabot[bot]
d955284278
chore(deps): bump github.com/go-telegram/bot from 1.15.0 to 1.17.0 ( #270 )
...
Bumps [github.com/go-telegram/bot](https://github.com/go-telegram/bot ) from 1.15.0 to 1.17.0.
- [Release notes](https://github.com/go-telegram/bot/releases )
- [Changelog](https://github.com/go-telegram/bot/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-telegram/bot/compare/v1.15.0...v1.17.0 )
---
updated-dependencies:
- dependency-name: github.com/go-telegram/bot
dependency-version: 1.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-19 08:41:05 +02:00
dependabot[bot]
3fd6134bcd
chore(deps): bump github.com/metoro-io/mcp-golang from 0.13.0 to 0.14.0 ( #271 )
...
Bumps [github.com/metoro-io/mcp-golang](https://github.com/metoro-io/mcp-golang ) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/metoro-io/mcp-golang/releases )
- [Changelog](https://github.com/metoro-io/mcp-golang/blob/main/.goreleaser.yml )
- [Commits](https://github.com/metoro-io/mcp-golang/compare/v0.13.0...v0.14.0 )
---
updated-dependencies:
- dependency-name: github.com/metoro-io/mcp-golang
dependency-version: 0.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-19 08:40:44 +02:00
Ettore Di Giacinto
4d875e9e2a
fix: gen memory actions only in DynamicPromptMemory ( #259 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
v2.4.0
2025-08-07 18:55:29 +02:00
Richard Palethorpe
79b72ec311
fix(ui): Correct typos in dynamic prompts ( #258 )
...
Signed-off-by: Richard Palethorpe <io@richiejp.com >
2025-08-05 18:44:08 +02:00
Ettore Di Giacinto
8487459d90
feat: multimodal action and dynamic prompts results ( #257 )
...
* feat(actions): allow actions to return images
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* feat(prompts): allow to have images in dynamic prompts
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* chore: change signature of dynamic prompts to allow to return base64 images
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* chore: fixups
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-08-05 18:43:50 +02:00
Ettore Di Giacinto
be336adf02
feat(dynamic-prompts): add memory tool to dynamic prompt ( #256 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-08-04 16:58:11 +02:00
Ettore Di Giacinto
be1acb06fd
Update README.md
2025-07-25 23:04:09 +02:00
Richard Palethorpe
26ec479596
fix(ui): Avoid passing object (multimedia message) into React template
...
Signed-off-by: Richard Palethorpe <io@richiejp.com >
2025-07-25 17:00:46 +01:00
dependabot[bot]
efee3c462d
chore(deps-dev): bump vite from 7.0.3 to 7.0.5 in /webui/react-ui ( #246 )
...
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.0.5
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-25 11:12:20 +02:00
Ettore Di Giacinto
4cf52ec698
feat(memories): add action to handle simple memory as flat files ( #252 )
...
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
2025-07-24 23:17:05 +02:00
dependabot[bot]
ba8ea0117e
chore(deps-dev): bump @eslint/js from 9.30.1 to 9.31.0 in /webui/react-ui ( #240 )
...
chore(deps-dev): bump @eslint/js in /webui/react-ui
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.31.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-24 15:19:27 +02:00
dependabot[bot]
36770b70ae
chore(deps-dev): bump react-router-dom from 7.6.3 to 7.7.0 in /webui/react-ui ( #248 )
...
chore(deps-dev): bump react-router-dom in /webui/react-ui
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-version: 7.7.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com >
2025-07-24 15:19:09 +02:00