feat(memory)!: Uses the new MemoryEntry schema for all memory related components.

BREAKING CHANGE. This commit changes all memory related interface to using the newly introduced MemoryEntry class.

PiperOrigin-RevId: 758464887
This commit is contained in:
Wei Sun (Jack)
2025-05-13 19:06:16 -07:00
committed by Copybara-Service
parent 825f5d4f2e
commit 30947b48b8
10 changed files with 334 additions and 90 deletions

View File

@@ -18,7 +18,9 @@ import asyncio
import logging
import queue
import threading
from typing import AsyncGenerator, Generator, Optional
from typing import AsyncGenerator
from typing import Generator
from typing import Optional
import warnings
from deprecated import deprecated