fix: rename memory/block routes to core_memory/blocks (#711)

This commit is contained in:
cthomas
2025-01-21 18:03:04 -08:00
committed by GitHub
parent 37e87a9e3e
commit cabb04c005
3 changed files with 17 additions and 17 deletions

View File

@@ -663,7 +663,7 @@ def test_agent_creation(client: Union[LocalClient, RESTClient]):
assert agent.id is not None
# Verify the blocks are properly attached
agent_blocks = client.get_agent_memory_blocks(agent.id)
agent_blocks = client.list_agent_memory_blocks(agent.id)
agent_block_ids = {block.id for block in agent_blocks}
# Check that all memory blocks are present