Uh oh!
There was an error while loading. Please reload this page.
feat(graph): support sequential graph epochs - #2970
Closed
likun666661 wants to merge 1 commit into
Closed
Conversation
likun666661
commented
Aug 13, 2026
MemberAuthor
me2seeks
commented
Aug 13, 2026
Contributor
Sorry about the overlap. I checked the public comments and branches before claiming the slice and didn’t see an implementation in progress, but since you opened #2588, I still should have checked with you directly before starting the lifecycle work. Thank you for reviewing both approaches and for closing #2970 in favor of #2969. I really appreciate the thoughtful review and the crash-window follow-up. Before I continue with historical reads or cross-epoch result inputs, are you planning to work on either of those? I’m happy to coordinate the remaining slices and avoid another overlap. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This implements the graph lifecycle and recovery portion of #2588. Cross-graph published-result inputs remain a follow-up and this PR does not close the issue.
Breaking Changes
None.
DB Migrations
agent_graph_instances, backfills legacy graph schedules as epoch 1, and enforces one open graph per root plus unique root/sequence identitiesMerge Order
Standalone; no dependency ordering required.
Related PRs
Test Plan
npm run buildnpm run format:checknpm run lintgit diff --check