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

Đang mở
#7,186 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức phù hợp với người mới
25/100
Loại issue
Tính năng
Độ rõ ràng
Cần làm rõ
Mức độ hoạt động
Sôi nổi
Công nghệ
python
Lĩnh vực
ai

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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?

Ngôn ngữ chính
Python
Star
21.6k
Fork
4k
Merge trung bình
13 giờ 49 phút
Pull request đã merge (30 ngày)
10

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của google/adk-python

Tất cả issue của google/adk-python

Issue tương tự

Thêm issue về Python

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.