feat: Implement World Architect

This commit is contained in:
2026-04-12 11:29:06 +05:30
parent 86d9bfa746
commit 079fe3ff22
11 changed files with 431 additions and 443 deletions

View File

@@ -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