Mistral.rs v0.8.10 Adds Local Agent Skills Support

LocalAI AI-Agents OpenSource

TL;DR: Mistral.rs v0.8.10 introduces a /v1/skills endpoint, allowing local, open-source LLMs to run OpenAI-compatible Agent Skills natively.

Summary: The mistral.rs local inference engine has released version 0.8.10, adding native support for OpenAI-compatible Agent Skills via a new /v1/skills API endpoint. This release enables developers to package domain instructions and scripts for execution directly on local open models, such as Gemma, without relying on closed frontier model APIs. The update aims to bring advanced agent capabilities to self-hosted, private environments to ensure data sovereignty.

Why it matters: This development democratizes agentic workflows by freeing Agent Skills from dependency on closed proprietary APIs. Developers should experiment with mistral.rs to run agentic tasks entirely offline using small, self-hosted models like Gemma.

Source: r/localllama