mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-20 04:12:21 -06:00
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:
committed by
Copybara-Service
parent
825f5d4f2e
commit
30947b48b8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user