feat: Implement archival sharing (#3689)

This commit is contained in:
Matthew Zhou
2025-08-01 23:34:49 -07:00
committed by GitHub
parent 33868b1c10
commit 10f6f1d247
20 changed files with 1140 additions and 195 deletions

View File

@@ -75,7 +75,6 @@ def archival_memory_insert(self: "Agent", content: str) -> Optional[str]:
"""
self.passage_manager.insert_passage(
agent_state=self.agent_state,
agent_id=self.agent_state.id,
text=content,
actor=self.user,
)