feat(runtime): add retained provider runs - #784
Merged
Conversation
tangletools
approved these changes
Aug 11, 2026
tangletools
left a comment
Contributor
There was a problem hiding this comment.
✅ Auto-approved drewstone PR — 08b309e2
This PR was opened by the trusted drewstone account.
The full PR reviewer audit still runs separately and will publish findings if it detects issues.
tangletools · auto-approval · reason: drewstone_author · 2026-08-11T12:03:16Z
drewstone
added a commit
that referenced
this pull request
Aug 11, 2026
* feat(improvement): expose verified candidate populations * docs(improvement): align GEPA bridge version * chore(release): 0.131.8 * fix(improvement): bind winner to verified population * ci(cohort): verify Eval 0.144.11 * ci(cohort): verify Knowledge 7.2.1 * feat(runtime): add retained provider runs (#784) * feat(runtime): add retained provider runs * chore(release): 0.132.0 * feat(improvement): expose verified candidate populations * docs(improvement): align GEPA bridge version * fix(improvement): bind winner to verified population * ci(cohort): verify Eval 0.144.11 * ci(cohort): verify Knowledge 7.2.1 * fix(improvement): tighten candidate population evidence handling * chore(release): 0.132.1 * chore(cohort): align agent-eval 0.144.12 * ci(release): pin Eval 0.144.12 cohort * fix(cohort): admit compatible peer patches * fix(cohort): verify selected peer at install
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 free
to 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.
What changed
This replaces #783 so review binds to the required 0.132.0 version commit.
startRetainedRunandreconnectRetainedRun.Why
Applications such as Braid need provider-owned jobs to survive detached readers and process restarts.
The runtime now provides that lifecycle without adding another agent loop.
Proof
pnpm lint: 574 files passedpnpm typecheck: package and examples passedpnpm test: 2,471 passed, 6 skipped, 0 failed across 206 filespnpm verify:package: exports, package boundaries, fixtures, publint, and type packaging passed