feat(orchestrator): optional warehouse task, runner-seeded with per-agent tool grants - #1077
Merged
Merged
Conversation
…ent tool grants Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
🧙 Wizard CIRun the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands: Test all apps:
Test all apps in a directory:
Test an individual app:
Show more apps
Results will be posted here when complete. |
gewenyu99
commented
Aug 11, 2026
| const MAX_QUEUE_TASKS = 30; | ||
|
|
||
| /** Every task id reachable from `roots` through dependsOn edges, roots included. */ | ||
| export function dependencyClosure( |
Collaborator
Author
There was a problem hiding this comment.
The mechanism to give feedback to the orchestrator agent if the DAG is broken/incomplete
gewenyu99
commented
Aug 11, 2026
| // Tasks the wizard queues itself, from what detection found. They exist | ||
| // before the planner runs, so the sink guard forces the reporting task to | ||
| // depend on them, and no prompt has to remember they are there. | ||
| const seededTypes: string[] = []; |
Collaborator
Author
There was a problem hiding this comment.
Mechanism by which we can surface other things like AIO or Logs integration agents
…ient wrapper Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Gilbert09
marked this pull request as ready for review
August 12, 2026 11:30
Gilbert09
approved these changes
Aug 12, 2026
edwinyjlim
approved these changes
Aug 12, 2026
edwinyjlim
left a comment
Member
There was a problem hiding this comment.
a little worried about the user input screens stalling out the integration flow but will keep track
edwinyjlim
enabled auto-merge (squash)
August 12, 2026 13:36
This was referenced Aug 12, 2026
Closed
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.
Screen.Recording.2026-08-11.at.12.28.14.PM.mov
Allows warehouse task to be dynamically enqueued based on static detection mechanisms
PostHog/context-mill#333