organization · inferred from evidence
letta-ai
An organization owning the 'letta' repository on GitHub.
- ChromaDB DuplicateIDError on memgpt load (duplicate embedding IDs)
The load path was not deduplicating IDs before insert; the fix was merged in MemGPT PR #1001 and shipped in the nightly package (`pip install pymemgpt-nightly`) and the release that followed within days. Update to a version containing #1001
- MemGPT ValueError: 'system' not found in provided AgentState
This happened when agent creation was interrupted (CTRL-C or a crash), leaving a corrupt saved state. The fix was merged in MemGPT PR #1000, so update to a version containing it. To recover an affected agent, delete the broken agent and rec