diff --git a/memgpt/cli/cli_config.py b/memgpt/cli/cli_config.py index 3b564514..6bb0a5e6 100644 --- a/memgpt/cli/cli_config.py +++ b/memgpt/cli/cli_config.py @@ -670,7 +670,6 @@ def delete(option: str, name: str): # TODO: should we also delete from agents? elif option == "agent": - agent = ms.get_agent(agent_name=name, user_id=user_id) # recall memory