修改完毕

This commit is contained in:
ziming 2023-09-26 15:54:01 +08:00
parent f0f329f503
commit 4eada502f0
4 changed files with 14 additions and 180 deletions

View file

@ -9,7 +9,7 @@ from metagpt.actions.ga_action_base import final_response
'''
等待Agent和memory更新保留相关引用但可以忽略
'''
from metagpt.memory.GA_memory_storage import Agent_memory, Memory_basic
from metagpt.memory.ga_memory_storage import AgentMemory, MemoryBasic
def agent_reflect(agent):