product · inferred from evidence
letta
A project or repository referenced in GitHub issue links.
- 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