feat: Add paginated memory queries (#825)

Co-authored-by: cpacker <packercharles@gmail.com>
This commit is contained in:
Sarah Wooders
2024-01-15 21:21:58 -08:00
committed by GitHub
parent a0a72a0faf
commit f47e800982
8 changed files with 131 additions and 26 deletions

View File

@@ -737,4 +737,4 @@ class Agent(object):
self.ms.create_agent(agent=agent_state)
else:
# Otherwise, we should update the agent
self.ms.update_agent(agent=agent_state)
self.ms.update_agent(agent=agent_state)