The new version of ag-ui-adk (0.3.2) is changing agent state schema.
Before the update the behavior was:
ag-ui-adk==0.3.1
We can see that the agent.state does not change after agent.run() ✅
After the update:
ag-ui-adk==0.3.2
We can see that the agent.state is changed after agent.run() with a different schema. ❌
So, the next run will not find the user_name property and throw an error:
