fix: drop print from #1465 (#1472)

This commit is contained in:
Charles Packer
2024-06-22 14:10:17 -07:00
committed by GitHub
parent cdb0e5de0c
commit 1eb6f82306

View File

@@ -236,7 +236,7 @@ class Agent(object):
if "human" not in self.agent_state.state: # TODO: remove
raise ValueError(f"'human' not found in provided AgentState")
self.memory = initialize_memory(ai_notes=self.agent_state.state["persona"], human_notes=self.agent_state.state["human"])
print("INITIALIZED MEMORY", self.memory.persona, self.memory.human)
printd("INITIALIZED MEMORY", self.memory.persona, self.memory.human)
# Interface must implement:
# - internal_monologue