LocalAI/core/backend
Ettore Di Giacinto 60b6472fa0
feat: Add Agentic MCP support with a new chat/completion endpoint (#6381)
* WIP - add endpoint

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Rename

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Wire the Completion API

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Try to make it functional

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Almost functional

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Bump golang versions used in tests

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Add description of the tool

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Make it working

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Small optimizations

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Cleanup/refactor

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Update docs

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

---------

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2025-10-05 17:51:41 +02:00
..
backend_suite_test.go feat: extract output with regexes from LLMs (#3491) 2024-09-13 13:27:36 +02:00
detection.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
embeddings.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
image.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
llm.go fix: register backends to model-loader during installation (#6159) 2025-08-28 19:11:02 +02:00
llm_test.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
options.go feat(flash_attention): set auto for flash_attention in llama.cpp (#6168) 2025-08-31 17:59:09 +02:00
rerank.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
soundgeneration.go feat: Add Agentic MCP support with a new chat/completion endpoint (#6381) 2025-10-05 17:51:41 +02:00
stores.go feat: refactor build process, drop embedded backends (#5875) 2025-07-22 16:31:04 +02:00
token_metrics.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
tokenize.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
transcript.go feat(whisper): Add diarization (tinydiarize) (#6184) 2025-09-10 19:09:28 +02:00
tts.go feat: Add Agentic MCP support with a new chat/completion endpoint (#6381) 2025-10-05 17:51:41 +02:00
vad.go feat(backends): add system backend, refactor (#6059) 2025-08-14 19:38:26 +02:00
video.go feat(diffusers): add support for wan2.2 (#6153) 2025-08-28 10:26:42 +02:00