feat(providers): add Docker Agent provider#1313
Open
ericcurtin wants to merge 1 commit into
Open
Conversation
Add docker-agent as a built-in agent provider so Docker Agent (docker agent) can be sandboxed and policy-enforced within OpenShell. The profile covers the Docker Hub registry endpoints for pulling OCI agent images, the local Docker Model Runner endpoint for inference, and an optional Docker Hub access token for private agent repositories.
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
docker-agentas a built-in agent provider for OpenShelldocker agentto be sandboxed and policy-enforced within OpenShellRelated Issue
N/A — new provider addition from the Docker ecosystem.
Changes
providers/docker-agent.yaml— declarative profile: agent category, Docker Hub + model-runner endpoints, optionalDOCKER_ACCESS_TOKENcredentialcrates/openshell-providers/src/providers/docker_agent.rs—DockerAgentProviderplugin backed byProviderDiscoverySpecforDOCKER_ACCESS_TOKENcrates/openshell-providers/src/providers/mod.rs— exposedocker_agentmodulecrates/openshell-providers/src/profiles.rs— embed YAML at compile timecrates/openshell-providers/src/lib.rs— register plugin inProviderRegistry; adddocker-agentanddocker_agentaliases tonormalize_provider_typeTesting
openshell-providersunit tests passdocker_agent.rsverifyingDOCKER_ACCESS_TOKENdiscoverycargo clippy -p openshell-providers— cleanChecklist
default_profiles_are_sorted_by_idtest)