chore: merge oss (#3712)

This commit is contained in:
Sarah Wooders
2025-08-07 22:20:26 -07:00
committed by GitHub
parent 302b07bd2b
commit bde4714294
23 changed files with 6769 additions and 93 deletions

View File

@@ -28,7 +28,7 @@ First, install Poetry using [the official instructions here](https://python-poet
Once Poetry is installed, navigate to the letta directory and install the Letta project with Poetry:
```shell
cd letta
poetry shell
eval $(poetry env activate)
poetry install --all-extras
```
#### Setup PostgreSQL environment (optional)