@letta-ai/letta-code 0.25.7 → 0.25.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,6 +20,14 @@ Navigate to your project directory and run `letta` (see various command-line opt
20
20
 
21
21
  Run `/connect` to configure your own LLM API keys (OpenAI / ChatGPT, Anthropic, zAI coding plan, etc.), and use `/model` to swap models.
22
22
 
23
+ For slow local inference servers, configure a provider-level timeout when connecting. For example, LM Studio-compatible llama-server backends that need up to 10 minutes for large-context compaction can use:
24
+
25
+ ```bash
26
+ letta --backend local connect lmstudio --base-url http://127.0.0.1:1234/v1 --timeout 600s
27
+ ```
28
+
29
+ Timeouts are stored per local provider in milliseconds; pass `--no-timeout` or `--timeout false` to disable the provider timeout.
30
+
23
31
  You can also download the [**desktop app**](https://docs.letta.com/letta-code/desktop-app) for MacOS, Windows, and Linux. Agents created in the CLI are available via the desktop app, and vice versa.
24
32
 
25
33
  ## Philosophy