MemGPT-AutoGEN-LLM icon indicating copy to clipboard operation
MemGPT-AutoGEN-LLM copied to clipboard

Error about mem.gpt

Open Obercasa13 opened this issue 2 years ago • 2 comments

i got an error about mem.gpt_agent. Any ideas?:

/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/memgpt/autogen/memgpt_agent.py:212: RuntimeWarning: coroutine 'AgentAsync.step' was never awaited (

Obercasa13 avatar Nov 04 '23 13:11 Obercasa13

Edit the memgpt_aget.py and define the generate_reply_for_user_message method to be async. I.e. "async def generate_reply_for_user_message....".

This will fix this error.

PromptEngineer48 avatar Nov 04 '23 13:11 PromptEngineer48

Thx a lot :) alreadty tried it but i think a mixed up the pathes. ideas to avoid that?

Obercasa13 avatar Nov 04 '23 14:11 Obercasa13