Skip to content

Backend: publish handover memory to NotebookLM #9

Description

@hikari716

Context

The Backend protocol (src/agent_handover/backends.py) lets handover state be
published anywhere. A NotebookLM backend would let teams query their handover
history in NotebookLM alongside other sources.

Task

Add a NotebookLMBackend implementing publish(message, dry_run=False) -> bool
that uploads/refreshes the memory/ snapshot as a NotebookLM source. Auth and
notebook id via config/env. Plain-Markdown store remains the source of truth.

Notes

  • Larger, integration-flavored task — design discussion welcome before a PR.

Pointers

  • src/agent_handover/backends.py (Protocol + GitBackend for reference)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention wanted

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions