ai-ml/dev-signal/.agent/skills/adk-memory-bank-initializer/SKILL.md
Helps developers implement the long-term memory layer by providing the boilerplate code for the VertexAiMemoryBankService and the save_session_to_memory_callback.
npx skillsauth add googlecloudplatform/devrel-demos adk-memory-bank-initializerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill helps you integrate long-term persistence into your AI agent using the Vertex AI Memory Bank. It ensures your agent "remembers" user preferences across sessions.
Ask Antigravity to:
The integration involves:
VertexAiMemoryBankService with the correct project and location.save_session_to_memory_callback that runs after every turn.memory_service to the Runner or App.LoadMemoryTool and PreloadMemoryTool to manage context recall.Refer to the included scripts/memory_config.py for the standard implementation pattern.
devops
Standardizes the creation of Sensitive Data Protection (DLP) templates for PII and credential redaction.
development
Implements the "Defense-in-Depth" integration pattern in Python (intercepting prompts, parsing filter results).
testing
Configures Model Armor security policies (Prompt Injection, Jailbreak, RAI filters).
tools
Assists developers in collecting and structuring a library of diverse examples ("Golden Dataset") required for data-driven evaluation, including tool trajectories.