Feat/deepagents research worker - #113
Open
gvaibhav wants to merge 4 commits into
Open
Conversation
Signed-off-by: Vaibhav <gvaibhav@hotmail.com>
Signed-off-by: Vaibhav <gvaibhav@hotmail.com>
gvaibhav
requested review from
apurvvkumaria,
cv,
ericksoa and
wscurran
as code owners
August 9, 2026 20:09
apurvvkumaria
requested changes
Aug 10, 2026
apurvvkumaria
left a comment
Collaborator
There was a problem hiding this comment.
Thank you for the contribution. The structure and documentation are a strong start, but the current implementation has several runtime and security blockers. Please address the inline comments and add behavioral tests for authentication, rubric execution, cancellation/retry behavior, and restart recovery before this is merged.
Signed-off-by: Vaibhav <gvaibhav@hotmail.com>
apurvvkumaria
requested changes
Aug 10, 2026
apurvvkumaria
left a comment
Collaborator
There was a problem hiding this comment.
Thank you for the hardening update. The rubric, API authentication, research-only default, and restart recovery changes are substantial improvements, and all 14 behavioral tests pass locally. Three remaining runtime and security blockers are noted inline.
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.
Related Issue
Closes #110
Description
Adds a new community recipe at
examples/recipes/community/deep-research-worker/for asynchronous long-running research with a host-side DeepAgents worker and a narrow worker-only sandbox policy.This change:
deep-research-workercommunity recipe, including bring-up, teardown, static verification, policy, skill, worker service, and env placeholdersexamples/README.mdTHIRD-PARTY-NOTICESfor the new packaged Python dependenciesVerification
python3 scripts/check_license_headers.py --checkpython3 scripts/check_label_taxonomy.py --checkwhen governance metadata changes. It is not changed hence left unchecked.git diff --checkCommands run:
python3 scripts/check_license_headers.py --check-> passedgit diff --check upstream/main...HEAD-> passedbash examples/recipes/community/deep-research-worker/scripts/verify.sh-> passedNot run:
python3 scripts/check_label_taxonomy.py --checkbecause this change does not modify governance metadata or label taxonomy inputsDocumentation Writer Review
docs-updatedexamples/README.mdandexamples/recipes/community/deep-research-worker/README.mdRelease And Compliance
.envfiles, private certificates, or token caches.THIRD-PARTY-NOTICES.Signed-off-by: Vaibhav gvaibhav@hotmail.com