On MemGPT 0.3.0, chatting with an existing agent immediately failed with "ValueError: 'system' not found in provided AgentState". Multiple users hit it with fresh installs and ollama/local setups. Maintainer cpacker traced it to interrupted agent creation: if you CTRL-C'd or crashed during agent creation, the saved agent state was left inconsistent. PR #1000 fixed the offending code path upstream.