letta-ai / letta

Letta (formerly MemGPT) is a framework for creating LLM services with memory.
https://letta.com
Apache License 2.0
13.16k stars 1.44k forks source link

0.2.12: `memgpt run` fails if new agent name coincidentally is a duplictate #813

Open jimlloyd opened 10 months ago

jimlloyd commented 10 months ago

Describe the bug

Failed to create agent from provided information:
Agent with name AngryReindeer already exists

Please describe your setup

Screenshots N/A

Additional context N/A


If you're not using OpenAI, please provide additional information on your local LLM setup:

Local LLM details

If you are trying to run MemGPT with local LLMs, please provide the following information:

sarahwooders commented 10 months ago

@cpacker is this a result of the random name generation we're using? like its not random enough..?