fix(core): update memfs client to use memory/ directory (#9322)

PR #9309 changed the block storage from blocks/ to memory/ directory.
Update memfs_client.py and memfs_client_base.py to match.

🐾 Generated with [Letta Code](https://letta.com)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
cthomas
2026-02-05 19:22:45 -08:00
committed by Caren Thomas
parent b0c40b6b1d
commit 05b77a5fed
2 changed files with 8 additions and 8 deletions

View File

@@ -507,7 +507,7 @@ async def _sync_after_push(actor_id: str, agent_id: str) -> None:
# Detach blocks that were removed in git.
#
# We treat git as the source of truth for which blocks are attached to
# this agent. If a blocks/*.md file disappears from HEAD, detach the
# this agent. If a memory/*.md file disappears from HEAD, detach the
# corresponding block from the agent in Postgres.
try:
existing_blocks = await _server_instance.agent_manager.list_agent_blocks_async(