@letta-ai/letta-code 0.16.15 → 0.17.0
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 +1 -1
- package/letta.js +851 -372
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ Over time, the agent will update its memory as it learns. To actively guide your
|
|
|
45
45
|
```bash
|
|
46
46
|
> /remember [optional instructions on what to remember]
|
|
47
47
|
```
|
|
48
|
-
Letta Code works with skills (reusable modules that teach your agent new capabilities in a `.skills` directory), but additionally supports [skill learning](https://www.letta.com/blog/skill-learning). You can ask your agent to learn a skill from
|
|
48
|
+
Letta Code works with skills (reusable modules that teach your agent new capabilities in a `.skills` directory), but additionally supports [skill learning](https://www.letta.com/blog/skill-learning). You can ask your agent to learn a skill from its current trajectory with the command:
|
|
49
49
|
```bash
|
|
50
50
|
> /skill [optional instructions on what skill to learn]
|
|
51
51
|
```
|