Deterministic memories

In the previous post we sent the agent’s session events to Memory Bank with add_events_to_memory() in an after-agent callback. An LLM extracts useful facts from those events, and embeddings make the saved facts searchable in a later session. That gives us general recall, but the … Continue reading Deterministic memories

Agent memories with ADK

Scroll horizontally to explore. Open full-size diagram ADK Agents will automatically have session persistence when deployed on Agent Platform. You can test this by asking follow up questions in the running sessions like “What trades did you execute?”. The full conversation … Continue reading Agent memories with ADK

Kubernetes