Feature: portable agent memory — export/import verified memory bundles between ADK agents and runtimes

オープン
#7,186 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
活発
技術スタック
python
領域
ai

調査の方向性

The proposal does not identify an existing ADK file, test, or entry point; begin by locating the memory and session APIs and the examples/ directory. Confirm the maintainers' desired interface and scope before attempting an end-to-end export/import integration, with completion defined by an accepted example and its accompanying validation.

索引モデルが issue の本文から書いたものです。

説明

Context first: I maintain cognicore-env, an open-source (MIT) memory layer for AI agents that runs as an MCP server with no vector database or embedding server. Not proposing we vendor anything — this is an interop idea.

The gap I keep hitting with ADK: sessions and memory services are excellent inside one deployment, but agent knowledge does not travel. Two ADK agents on different runtimes, or an ADK agent and an external agent, share nothing — each re-learns everything. For teams running multiple agents, that is duplicated learning, no provenance, and no way to audit what one agent taught another.

Proposal: a memory export/import hook that emits and consumes sealed memory bundles. Our format carries proof with each memory (the command that was run, the result, the exit code, the output hash) plus a chain of custody across every agent that touched it, and trust decays across unverified hops. So an ADK agent that verified something by actually running a tool can hand that knowledge to another agent with evidence attached, and the receiver treats it as observed-until-reverified rather than trusted by default.

Concrete use case: a code-review ADK agent learns a project's conventions (verified by which PRs merged); an ops ADK agent imports those conventions and stops flagging them as errors.

We have the bundle format and transfer machinery implemented and tested across four platforms, and a design that just went through a public review covering ownership conflicts, validity intervals, and release rules. Happy to contribute an examples/ integration showing ADK memory export/import end to end. What would the maintainers want to see for that?

主要言語
Python
スター
21.6k
フォーク
4k
平均マージ
13時間 49分
マージ済み PR(30日)
10

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

google/adk-python のほかの issue

google/adk-python の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。