MemGPT-AutoGEN-LLM
MemGPT-AutoGEN-LLM copied to clipboard
Error about mem.gpt
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 (
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.
Thx a lot :) alreadty tried it but i think a mixed up the pathes. ideas to avoid that?