feat: add workflow_control and run observability - #83
Merged
QuintinShaw merged 1 commit intoJul 17, 2026
Conversation
SSS135
marked this pull request as draft
July 16, 2026 08:06
This was referenced Jul 16, 2026
SSS135
force-pushed
the
split/pr74-control-observability
branch
from
July 16, 2026 11:59
e592766 to
d812326
Compare
SSS135
force-pushed
the
split/pr74-control-observability
branch
from
July 17, 2026 07:47
d812326 to
1ca1dbe
Compare
SSS135
marked this pull request as ready for review
July 17, 2026 07:47
Owner
|
Thanks @SSS135 — clean split, and it composes exactly as hoped: It doesn't touch |
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.
Summary
Adds a model-facing
workflow_controltool with structured run and agent observability, built on the lifecycle methods inWorkflowManager.Supported actions:
liststatuspauseresumestopStatus reports the canonical run ID, workflow name, lifecycle state, current phase, agent counts, active labels, and the most complete token total available across live, persisted, and per-agent usage.
Validation
npm test: 908/908 passed across 64 suitesgit diff --check: passedThis focused PR is split from and supersedes the control and observability portion of #74.