I tried from pyautogen==0.2.2 to down , it always give me these 2 errors :
this is for version 0.2.0
ValueError: 'chat_manager' is not in list```
this is for version 0.2.2
``` raise LocalLLMError(f"Failed to parse JSON from local LLM response - error: {str(e)}")
memgpt.errors.LocalLLMError: Failed to parse JSON from local LLM response - error: Failed to decode JSON from LLM output:
{
"function": "core_memory_append", //choose function based on ongoing conversation and input provided, eg append data to core_memory if conversation started, send_message if conversation started with human user's message, etc. - error
Failed to decode valid MemGPT JSON from LLM output:
=====
{
"function": "core_memory_append", //choose function based on ongoing conversation and input provided, eg append data to core_memory if conversation started, send_message if conversation started with human user's message, etc.
=====
Process finished with exit code 1