Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jul 13, 2026. It is now read-only.
rossoctl
/
adk
Public archive
Notifications
You must be signed in to change notification settings
Fork
6
Star
16
Code
Issues
9
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: Add MemoryStore protocol for cross-session agent memory
- #231
#231
Merged
JanPokorny
merged 25 commits into
rossoctl:main
rossoctl/adk:main
from
rdwj:feat/memory-store-protocol
rdwj/adk:feat/memory-store-protocol
Copy head branch name to clipboard
May 11, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
feat: Add MemoryStore protocol for cross-session agent memory
#231
JanPokorny
merged 25 commits into
rossoctl:main
rossoctl/adk:main
from
rdwj:feat/memory-store-protocol
rdwj/adk:feat/memory-store-protocol
Copy head branch name to clipboard
Commits
Commits on May 4, 2026
feat: Add MemoryStore protocol for cross-session agent memory
Show description for 2c7b33e
rdwj
committed
2c7b33e
View commit details
Copy full SHA for 2c7b33e
Browse repository at this point
test: Add unit tests for MemoryStore protocol and MemoryHub implementation
Show description for 8191499
rdwj
committed
8191499
View commit details
Copy full SHA for 8191499
Browse repository at this point
docs: Add MemoryStore development guide
Show description for 247760e
rdwj
committed
247760e
View commit details
Copy full SHA for 247760e
Browse repository at this point
fix: Address review feedback for MemoryStore PR
Show description for a86e984
rdwj
committed
a86e984
View commit details
Copy full SHA for a86e984
Browse repository at this point
adk-py: Support awaitable callables in Depends
Show description for 1e1ec21
rdwj
committed
1e1ec21
View commit details
Copy full SHA for 1e1ec21
Browse repository at this point
adk-py: Rename MemoryStoreInstance.write to create
Show description for cf3f747
rdwj
committed
cf3f747
View commit details
Copy full SHA for cf3f747
Browse repository at this point
adk-py: Document MemoryStore protocol fields with backend-agnostic semantics
Show description for 2ce4e32
rdwj
committed
2ce4e32
View commit details
Copy full SHA for 2ce4e32
Browse repository at this point
adk-py: Add MemoryHub A2A service extension
Show description for f15f8f9
rdwj
committed
f15f8f9
View commit details
Copy full SHA for f15f8f9
Browse repository at this point
adk-py: Wire MemoryHub store through the extension; remove from_env auto-loader
Show description for 6a77cfb
rdwj
committed
6a77cfb
View commit details
Copy full SHA for 6a77cfb
Browse repository at this point
adk-py/store: Drop unnecessary re-exports from store/__init__.py
Show description for 8029cdd
rdwj
committed
8029cdd
View commit details
Copy full SHA for 8029cdd
Browse repository at this point
examples: Add memoryhub-recall E2E example
Show description for f5e0741
rdwj
committed
f5e0741
View commit details
Copy full SHA for f5e0741
Browse repository at this point
docs: Rewrite memory.mdx for the A2A extension flow
Show description for be7640c
rdwj
committed
be7640c
View commit details
Copy full SHA for be7640c
Browse repository at this point
adk-py: Fix ruff lint findings introduced by the rework
Show description for bdd02c3
rdwj
committed
bdd02c3
View commit details
Copy full SHA for bdd02c3
Browse repository at this point
adk-py: Raise MemoryRejectionError on memory store rejection
Show description for a69a0b8
rdwj
committed
a69a0b8
View commit details
Copy full SHA for a69a0b8
Browse repository at this point
adk-py: Comment MemoryHub rejection signal at the SDK boundary
Show description for 066e8bb
rdwj
committed
066e8bb
View commit details
Copy full SHA for 066e8bb
Browse repository at this point
adk-py: Bump memoryhub pin to >=0.7.0
Show description for 34a00ac
rdwj
committed
34a00ac
View commit details
Copy full SHA for 34a00ac
Browse repository at this point
examples: Switch memoryhub-recall to project scope (kagenti-tests)
Show description for 003c25f
rdwj
committed
003c25f
View commit details
Copy full SHA for 003c25f
Browse repository at this point
adk-py: Regenerate uv.lock for memoryhub 0.7.0
Show description for d48ed8d
rdwj
committed
d48ed8d
View commit details
Copy full SHA for d48ed8d
Browse repository at this point
Commits on May 5, 2026
adk-py: Install all extras in test-all task
Show description for 0f25cac
rdwj
committed
0f25cac
View commit details
Copy full SHA for 0f25cac
Browse repository at this point
adk-py: Apply ruff-format to memoryhub-related sources
Show description for ae43928
rdwj
committed
ae43928
View commit details
Copy full SHA for ae43928
Browse repository at this point
e2e/memoryhub: xfail on backend connectivity / auth drift
Show description for 99280a5
rdwj
committed
99280a5
View commit details
Copy full SHA for 99280a5
Browse repository at this point
adk-server: Regenerate uv.lock for memoryhub extra surface
Show description for dcfc3d9
rdwj
committed
dcfc3d9
View commit details
Copy full SHA for dcfc3d9
Browse repository at this point
Commits on May 7, 2026
docs: Fix pyrefly errors in memory.mdx snippets
Show description for 5813de4
rdwj
committed
5813de4
View commit details
Copy full SHA for 5813de4
Browse repository at this point
adk-server: Tolerate empty LLM_MODEL in conftest
Show description for 8002819
rdwj
committed
8002819
View commit details
Copy full SHA for 8002819
Browse repository at this point
ci: Gate adk-server integration and e2e jobs on same-repo PRs
Show description for f6fc7e0
rdwj
committed
f6fc7e0
View commit details
Copy full SHA for f6fc7e0
Browse repository at this point
You can’t perform that action at this time.