feat(agents): add manifest-driven gator agent#1826
Conversation
|
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 |
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
Signed-off-by: John Myers <johntmyers@users.noreply.github.com>
| where that socket directory is hidden before privilege drop. | ||
|
|
||
| Credential placeholders in proxied HTTP requests can be resolved by the proxy | ||
| when policy allows the target endpoint. For GCP providers, a loopback metadata |
There was a problem hiding this comment.
nit: This is now not a complete sentence.
| (is_service_name || is_cluster_local_service) && labels.iter().all(|label| !label.is_empty()) | ||
| } | ||
|
|
||
| fn uses_reserved_placeholder_revision_namespace(key: &str) -> bool { |
There was a problem hiding this comment.
Are we ok duplicating this function accross the openshell-core and this crate? (It would be nice to at least use a consistent name though).
elezar
left a comment
There was a problem hiding this comment.
Thanks @johntmyers.
Happy to get this in and iterate further.
One question would be whether we want to pull out the changes to OpenShell into a more focussed PR and then add the agent skill here? Not a blocker though.
Signed-off-by: John Myers <johntmyers@users.noreply.github.com>
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/)