fix: Fix archival memories to only list agent passages (#2954)

This commit is contained in:
Matthew Zhou
2025-06-20 22:24:57 -07:00
committed by GitHub
parent 2f8439860d
commit 709f4127ad

View File

@@ -143,7 +143,7 @@ class LettaCoreToolExecutor(ToolExecutor):
try:
# Get results using passage manager
all_results = await AgentManager().list_passages_async(
all_results = await AgentManager().list_agent_passages_async(
actor=actor,
agent_id=agent_state.id,
query_text=query,