Deterministic memories

In the previous post we gave the agent a memory by calling add_session_to_memory() in an after-agent callback. That works, but it leans on an embedding model to decide what’s worth keeping from each session — which makes it a little non-deterministic. Say “remember that …” and it … Continue reading Deterministic memories

Agent memories with ADK

The Trading agent we deployed earlier will automatically have session persistence when deployed on Agent Platform. You can test this by asking it a day later “What trades did you execute” from the same session that you executed the trades from. The full conversation history is … Continue reading Agent memories with ADK

Kubernetes