Google ADK integration for the Progress Memory SDK
Project description
progress-memory-google-adk
Google ADK integration for the Progress Memory SDK.
Implements BaseMemoryService so that ADK agents automatically recall and save
memories through Progress Memory — no manual wiring required.
Quick start
from google.adk.agents import LlmAgent
from google.adk.runners import Runner
from google.adk.sessions import InMemorySessionService
from google.adk.tools import load_memory
from google.genai.types import Content, Part
from progress_memory import ProgressMemoryClient, ProgressMemoryConfig
from progress_memory_google_adk import ProgressMemoryADKService
config = ProgressMemoryConfig.from_env()
async with ProgressMemoryClient(config) as memory_client:
memory_service = ProgressMemoryADKService(
client=memory_client, agent_id="my-agent"
)
agent = LlmAgent(
name="assistant",
model="gemini-2.0-flash",
instruction="You are helpful.",
tools=[load_memory],
after_agent_callback=memory_service.after_agent_callback,
)
runner = Runner(
agent=agent,
app_name="my_app",
session_service=InMemorySessionService(),
memory_service=memory_service,
)
How it works
- User sends a message via
runner.run_async(). - Agent calls the built-in
load_memorytool →search_memory()is invoked. - Agent processes memories and responds.
after_agent_callbackfires →add_events_to_memory()saves only the new event delta for this turn.
Important: reuse the same session across turns; the service tracks per-session offsets so only new events are sent to Progress Memory on each save.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file progress_memory_google_adk-0.1.0.tar.gz.
File metadata
- Download URL: progress_memory_google_adk-0.1.0.tar.gz
- Upload date:
- Size: 106.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e65b420fd92cd4a0d7c88b38b2ef7e813df5b1ac798c065c4cde4cc5ffec2b74
|
|
| MD5 |
4495a018b63c14c4d314e5b858175e5b
|
|
| BLAKE2b-256 |
c442a0e8a7ae0224038cb85184e0790df9bd21c97172e3e0b8f8c72982067baa
|
Provenance
The following attestation bundles were made for progress_memory_google_adk-0.1.0.tar.gz:
Publisher:
publish-memory-python.yaml on telerik/AgentClarity
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
progress_memory_google_adk-0.1.0.tar.gz -
Subject digest:
e65b420fd92cd4a0d7c88b38b2ef7e813df5b1ac798c065c4cde4cc5ffec2b74 - Sigstore transparency entry: 2189496919
- Sigstore integration time:
-
Permalink:
telerik/AgentClarity@9996239c12e0466a1ee21777f639acf3adf2f188 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/telerik
-
Access:
internal
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-memory-python.yaml@9996239c12e0466a1ee21777f639acf3adf2f188 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file progress_memory_google_adk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: progress_memory_google_adk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 32.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
659aa16a713049687922963f6774feb5588282e7a62b422d35547adbf73e9976
|
|
| MD5 |
8f64aa243fcd6417f833349ddfd89e56
|
|
| BLAKE2b-256 |
ca4dae8b80a8635732dc75c9ff7ae4f0b757e27e16eaa5c7d37c1b17c9044018
|
Provenance
The following attestation bundles were made for progress_memory_google_adk-0.1.0-py3-none-any.whl:
Publisher:
publish-memory-python.yaml on telerik/AgentClarity
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
progress_memory_google_adk-0.1.0-py3-none-any.whl -
Subject digest:
659aa16a713049687922963f6774feb5588282e7a62b422d35547adbf73e9976 - Sigstore transparency entry: 2189488873
- Sigstore integration time:
-
Permalink:
telerik/AgentClarity@9996239c12e0466a1ee21777f639acf3adf2f188 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/telerik
-
Access:
internal
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-memory-python.yaml@9996239c12e0466a1ee21777f639acf3adf2f188 -
Trigger Event:
workflow_dispatch
-
Statement type: