Skip to content

Document multi-graph backfill and submit-without-polling in the skill - #9

Merged
jackaldenryan merged 1 commit into
mainfrom
jack/multi-graph-backfill-skill
Aug 26, 2026
Merged

Document multi-graph backfill and submit-without-polling in the skill#9
jackaldenryan merged 1 commit into
mainfrom
jack/multi-graph-backfill-skill

Conversation

@jackaldenryan

Copy link
Copy Markdown
Collaborator

Summary

  • Add multi-graph backfill guidance to the building-with-zep skill: submit all episodes to all configured graphs without waiting for processing between graphs or sources, then poll once when retrievability matters.
  • Extend the async-ingestion invariant so it applies to every ingestion path (thread.add_messages, graph.add, batch, zep-ingest): submit without polling between adds, poll only on the last episode, and expect wait time to scale with total episode count in the graph.
  • Bump plugin version to 0.4.3.

Test plan

  • Read updated skills/building-with-zep/SKILL.md and confirm guidance matches intended backfill workflow
  • Confirm CI test-plugin.yml passes (manifest validation)

Made with Cursor

Agents should enqueue all episodes across graphs and sources without polling
between adds, then poll once on the last episode when retrievability matters.

Co-authored-by: Cursor <cursoragent@cursor.com>
@jackaldenryan
jackaldenryan merged commit ae099cf into main Aug 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant