From d10996507d62ecb3c46f9f030bebcbec73462dce Mon Sep 17 00:00:00 2001 From: Maniarr Date: Sun, 3 May 2026 11:43:19 +0200 Subject: [PATCH] Update link to autonomous agents in python documentation --- 1_python/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1_python/index.md b/1_python/index.md index 3390340..44e812f 100644 --- a/1_python/index.md +++ b/1_python/index.md @@ -19,7 +19,7 @@ For the source code and open source contribution, visit [lmstudio-python](https: ## Features - Use LLMs to [respond in chats](./python/llm-prediction/chat-completion) or predict [text completions](./python/llm-prediction/completion) -- Define functions as tools, and turn LLMs into [autonomous agents](./python/agent) that run completely locally +- Define functions as tools, and turn LLMs into [autonomous agents](./python/agent/act) that run completely locally - [Load](./python/manage-models/loading), [configure](./python/llm-prediction/parameters), and [unload](./python/manage-models/loading) models from memory - Generate embeddings for text, and more!