Add compaction flow

This commit is contained in:
ajac-zero
2026-02-21 21:32:06 -06:00
parent 89b4d7ce73
commit 3cb78afc3a
6 changed files with 507 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ from google.cloud.firestore_v1.async_client import AsyncClient
from adk_firestore_sessionmanager import FirestoreSessionService
os.environ.setdefault("FIRESTORE_EMULATOR_HOST", "localhost:8161")
os.environ.setdefault("FIRESTORE_EMULATOR_HOST", "localhost:8219")
@pytest_asyncio.fixture