feat(task): unify structured subagent execution#5283
Open
vmcall wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
CLANKER: I am not fixing the red |
e15f3ed to
f1cca73
Compare
- Added per-invocation task schemas with strict and permissive validation. - Shared task and eval agent policy, artifacts, isolation, and lifecycle handling. - Enabled host-restricted plan-mode eval agents and persisted their capability clamp. Fixes can1357#5279
f1cca73 to
3ae1be5
Compare
Contributor
Author
|
@codex u sleeping ?? |
|
To use Codex here, create a Codex account and connect to github. |
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
taskand evalagent()launches through one structured-subagent policy, artifact, isolation, and execution primitiveoutputSchema/schemaModesupport to flat and heterogeneous task batches with ordered all-settled fan-outVerification
bun testfocused subagent/schema/eval/isolation/persistence/tool-activation suites: 198 passed, 2 skipped, 0 failed across 23 filesbun checkinpackages/coding-agent: passedFixes #5279