feat: Implement World Architect
This commit is contained in:
@@ -32,7 +32,7 @@ class Entity:
|
||||
def perceive(self, entry: MemoryEntry):
|
||||
self.memory.save(entry)
|
||||
|
||||
def reflect_and_summarize(self, world_clock: WorldClock, location: str):
|
||||
def reflect_and_summarize(self, world_clock: WorldClock, location: str, world_state=None):
|
||||
"""Converts Tier 1 (Buffer) into Tier 2 (Long-term Subjective Memory)."""
|
||||
if not self.chat_buffer:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user