Can OpenACP work with LM Studio local models? #124
-
|
Trying to use a local model through LM Studio but none of the LM Studio LLM models can run in Agent mode — at least not through the standard setup. Is there a way to route LM Studio through OpenACP to get agent-mode behavior? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
LM Studio exposes an OpenAI-compatible API at localhost:1234. If you have an ACP-compatible agent that can point to a local endpoint (some community adapters for Ollama and LM Studio exist in the registry — run openacp agents to browse), you can route through OpenACP. The limitation is the model itself needing to support tool calls / function calling, not OpenACP. Llama 3.1+ and Qwen 2.5+ work best for agent mode locally. |
Beta Was this translation helpful? Give feedback.
LM Studio exposes an OpenAI-compatible API at localhost:1234. If you have an ACP-compatible agent that can point to a local endpoint (some community adapters for Ollama and LM Studio exist in the registry — run openacp agents to browse), you can route through OpenACP. The limitation is the model itself needing to support tool calls / function calling, not OpenACP. Llama 3.1+ and Qwen 2.5+ work best for agent mode locally.