feat(agents): add manifest-driven gator agent#1826
Open
johntmyers wants to merge 35 commits into
Open
Conversation
elezar
reviewed
Jun 10, 2026
elezar
reviewed
Jun 10, 2026
Member
|
While exercising the gator state machine on #1850, I hit one transition that is worth clarifying in this PR. When a PR is in Can we make this explicit in the gator support added here? Two reasonable options:
The current behavior is not blocking #1850, but without this clarification users will reasonably ask why an approved PR still says |
a89ff4d to
9779477
Compare
|
🌿 Preview your docs: https://nvidia-preview-pr-1826.docs.buildwithfern.com/openshell |
drew
reviewed
Jun 22, 2026
Signed-off-by: John Myers <johntmyers@users.noreply.github.com>
Signed-off-by: John Myers <johntmyers@users.noreply.github.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Signed-off-by: John Myers <johntmyers@users.noreply.github.com>
Signed-off-by: John Myers <johntmyers@users.noreply.github.com>
fec9f3e to
cc78ee2
Compare
Collaborator
Author
Signed-off-by: John Myers <johntmyers@users.noreply.github.com>
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
Add a manifest-driven sandbox agent launcher and the first concrete agent, Gator, for validating and monitoring OpenShell issues and PRs. The launcher packages shared runtime adapters, provider profiles, skills, subagents, and prompts into supervised OpenShell sandboxes so gator can run bounded Codex cycles in watch mode.
Related Issue
None.
Changes
openshell-agents/run.sh, shared runtime entrypoint, supervisor, Codex harness adapter, and subagent dispatch support.openshell-agents/gator/manifest, prompt, README, Dockerfile, scoped GitHub/Codex provider profiles, and sandbox policy.gator-gateskill for the gator state machine, validation rules, human-response disposition, reviewer invocation, CI/test gating, and scoped GitHub auth guidance.openshell-agents/README.md.Testing
mise run pre-commitpassesAdditional checks:
bash openshell-agents/runtime/supervisor_test.shReadyondocker-devChecklist
openshell-agents/)