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 recreate it cleanly without interrupting the creation flow. Sou…