lettactl 0.8.0 → 0.8.1

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 +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,10 +4,13 @@
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
  [![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
6
6
 
7
+ ![LettaCTL](assets/main.png)
8
+
7
9
  > **Need help?** Join the [Letta Discord](https://discord.com/invite/letta) for support and discussions.
8
10
 
9
11
  A kubectl-style CLI for managing stateful Letta AI agent fleets with declarative configuration. Think "Docker Compose" but for AI agents - define your entire agent setup in YAML and deploy with one command.
10
12
 
13
+ ![lettactl demo](assets/lettactl_demo.gif)
11
14
  ## Two Ways to Use LettaCtl
12
15
 
13
16
  | **CLI Tool** | **Programmatic SDK** |
@@ -923,4 +926,4 @@ lettactl health
923
926
  **Validate config:**
924
927
  ```bash
925
928
  lettactl validate -f agents.yml
926
- ```
929
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lettactl",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "kubectl-style CLI for managing Letta AI agent fleets",
5
5
  "main": "dist/sdk.js",
6
6
  "exports": {