lettactl 0.5.19 → 0.5.20

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.
Files changed (2) hide show
  1. package/README.md +13 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,10 +32,20 @@ For DevOps workflows
32
32
  ```bash
33
33
  # Install globally from npm
34
34
  npm install -g lettactl
35
+ ```
36
+
37
+ ### For Letta Cloud
38
+
39
+ ```bash
40
+ export LETTA_BASE_URL=https://api.letta.com
41
+ export LETTA_API_KEY=your_api_key # Get from https://app.letta.com
42
+ ```
43
+
44
+ ### For Self-Hosting
35
45
 
36
- # Set up your environment
37
- export LETTA_BASE_URL=http://localhost:8283 # For self-hosting
38
- export LETTA_API_KEY=your_api_key # Only needed for Letta Cloud
46
+ ```bash
47
+ export LETTA_BASE_URL=http://localhost:8283
48
+ # API key is optional for self-hosting
39
49
  ```
40
50
 
41
51
  ### Your First Fleet
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lettactl",
3
- "version": "0.5.19",
3
+ "version": "0.5.20",
4
4
  "description": "kubectl-style CLI for managing Letta AI agent fleets",
5
5
  "main": "dist/sdk.js",
6
6
  "exports": {