spec: event-subscriptions API surface + agent lifecycle events - #82
Closed
rafael-archastro wants to merge 1 commit into
Closed
spec: event-subscriptions API surface + agent lifecycle events#82rafael-archastro wants to merge 1 commit into
rafael-archastro wants to merge 1 commit into
Conversation
Regenerated from firstlanding feat/event-subscriptions-public-api (PR #10337): the six event-subscription paths (list/create, show/update/delete, queue, head, claim, acknowledge) become public — they were previously excluded by prototype-era private route flags — plus the schema additions from the merged retention and agent-lifecycle work. synthetic_events deliberately remains absent (private, non-contract). 233 routes, 189 schemas.
Contributor
|
You must use CI to generate these changes |
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.
Regenerated from firstlanding PR #10337, which un-privates the event-subscription routes (prototype-era flags excluded them from the spec entirely) and uplifts their descriptions to the durable semantics.
synthetic_eventsdeliberately remains absent — private, not a customer contract.Merge order: after firstlanding #10337 lands, regenerate once more from
mainto confirm identical output, then merge. Companion: archastro-pythonsdk/event-subscriptions.