Update gif (#213)
This commit is contained in:
@@ -6,7 +6,7 @@ Letta Code is a memory-first coding harness, built on top of the Letta API. Inst
|
||||
|
||||
**Read more about how to use Letta Code on the [official docs page](https://docs.letta.com/letta-code).**
|
||||
|
||||
<img width="1713" height="951" alt="letta-code" src="https://github.com/user-attachments/assets/ae546e96-368a-4a7b-9397-3963a35c8d6b" />
|
||||

|
||||
|
||||
## Get started
|
||||
|
||||
@@ -33,10 +33,9 @@ Over time, the agent will update its memory as it learns. To actively guide your
|
||||
```bash
|
||||
> /remember [optional instructions on what to remember]
|
||||
```
|
||||
|
||||
Skills are reusable modules that teach your agent new capabilities. They’re automatically discovered from your project’s `.skills` directory and loaded into the agent’s memory at session start. The easiest way to create a skill is using the interactive skill creation mode:
|
||||
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 it's current trajectory with the command:
|
||||
```bash
|
||||
> /skill
|
||||
> /skill [optional instructions on what skill to learn]
|
||||
```
|
||||
|
||||
Read the docs to learn more about [skills and skill learning](https://docs.letta.com/letta-code/skills).
|
||||
|
||||
BIN
assets/letta-code-demo.gif
Normal file
BIN
assets/letta-code-demo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 MiB |
Reference in New Issue
Block a user