how created agent using LMstudio?

已回答

Hi, can somebody provide clear instructions how can i run in intelijidea an agent which is using model running localy in LMstudio ?
 thanks

0

Hello,

To connect an agent in IntelliJ IDEA to a local model running in LM Studio, you would need to create a custom ACP agent and connect it to the IDE via the ACP protocol.

The recommended approach for this is using the Koog SDK.

Here are two good starting points:

The example shows how an agent is structured and how it advertises itself to the IDE over ACP. From there, you can replace the model client with one that communicates with your local LM Studio server.

0

请先登录再写评论。